mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
intel-compute-runtime: add PACKAGECONFIG for level zero
Add a PACKAGECONFIG that can be enabled when level zero driver is required to be built. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
8aac820ed4
commit
58ce85f09c
|
@ -35,6 +35,10 @@ EXTRA_OECMAKE = " \
|
|||
EXTRA_OECMAKE_append_class-target = " \
|
||||
-Dcloc_cmd_prefix=ocloc \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[levelzero] = "-DBUILD_WITH_L0=ON, -DBUILD_WITH_L0=OFF, level-zero"
|
||||
|
||||
do_install_append_class-native() {
|
||||
install -d ${D}${bindir}
|
||||
install ${B}/bin/cpp_generate_tool ${D}${bindir}/
|
||||
|
|
Loading…
Reference in New Issue
Block a user