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

@@ -44,7 +44,7 @@ set(NEO_CORE_OS_INTERFACE_TESTS_LINUX
${CMAKE_CURRENT_SOURCE_DIR}/self_lib_lin.cpp
)
if(NEO_ENABLE_i915_PRELIM_DETECTION)
if(NEO_ENABLE_I915_PRELIM_DETECTION)
list(APPEND NEO_CORE_OS_INTERFACE_TESTS_LINUX
${CMAKE_CURRENT_SOURCE_DIR}/drm_buffer_object_tests_prelim.cpp
${CMAKE_CURRENT_SOURCE_DIR}/drm_cache_info_tests.cpp