build: correct setting for i915/xe prelim setting in package scripts

rename i915 flag to uppercase, for consistency
disable i915 / xe prelim by default in package scripts

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2024-10-09 10:37:32 +00:00
committed by Compute-Runtime-Automation
parent 296d442e52
commit 8fbe873e1b
37 changed files with 79 additions and 61 deletions

View File

@@ -13,7 +13,7 @@ if(UNIX)
)
endif()
if(NEO_ENABLE_i915_PRELIM_DETECTION)
if(NEO_ENABLE_I915_PRELIM_DETECTION)
target_sources(${TARGET_NAME_L0}
PRIVATE
${NEO_SOURCE_DIR}/level_zero/tools/source/debug/linux/prelim/debug_session_linux_helper.cpp