build: add option to build deb packages without L0

Signed-off-by: Pawel Cieslak <pawel.cieslak@intel.com>
This commit is contained in:
Pawel Cieslak
2024-06-06 14:45:32 +00:00
committed by Compute-Runtime-Automation
parent 7edca8e187
commit e5f9761baa
2 changed files with 15 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ NEO_SKIP_AUB_TESTS_RUN ?= TRUE
NEO_ENABLE_i915_PRELIM_DETECTION ?= TRUE
NEO_ENABLE_XE_EU_DEBUG_SUPPORT ?= FALSE
NEO_FORCE_USE_AUB_STREAM ?= TRUE
NEO_BUILD_WITH_L0 ?= TRUE
override_dh_auto_configure:
dh_auto_configure -- ${NEO_BUILD_EXTRA_OPTS} \
@@ -27,6 +28,7 @@ override_dh_auto_configure:
-DRELEASE_WITH_REGKEYS=${RELEASE_WITH_REGKEYS} \
-DIGDRCL_FORCE_USE_LIBVA=${IGDRCL_FORCE_USE_LIBVA} \
-DNEO_FORCE_USE_AUB_STREAM=${NEO_FORCE_USE_AUB_STREAM} \
-DBUILD_WITH_L0=${NEO_BUILD_WITH_L0} \
-DL0_INSTALL_UDEV_RULES=1 \
-DUDEV_RULES_DIR=/etc/udev/rules.d/ \
-Wno-dev