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

@@ -1,5 +1,5 @@
#
# Copyright (C) 2018-2023 Intel Corporation
# Copyright (C) 2018-2024 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
@@ -15,7 +15,7 @@ set(IGDRCL_SRCS_tests_os_interface_linux
${CMAKE_CURRENT_SOURCE_DIR}/platform_tests_lin.cpp
)
if(NEO_ENABLE_i915_PRELIM_DETECTION)
if(NEO_ENABLE_I915_PRELIM_DETECTION)
if(TESTS_XE_HPC_CORE)
list(APPEND IGDRCL_SRCS_tests_os_interface_linux
${CMAKE_CURRENT_SOURCE_DIR}/cl_mem_cache_clos_tests_xe_hpc.cpp