Skip to content

Commit 4cb06ea

Browse files
build: update default flags values
Source: 62d0960 Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
1 parent 83f6f5b commit 4cb06ea

File tree

7 files changed

+12
-8
lines changed

7 files changed

+12
-8
lines changed

manifests/manifest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ components:
2727
revision: V0.8.7
2828
repository: https://github.com/intel/igsc.git
2929
infra:
30-
branch: master
30+
branch: releases/23.13
3131
dest_dir: infra
3232
fetch_tags: true
33-
revision: v4754.rel2313.1
33+
revision: v4754.rel2313.2
3434
type: git
3535
internal:
3636
branch: master

scripts/packaging/l0_gpu_driver/rhel_8/SPECS/l0_gpu_driver.spec

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
%global rel xxx
44
%global build_id xxx
55
%global NEO_RELEASE_WITH_REGKEYS FALSE
6+
%global NEO_ENABLE_XE_DRM_DETECTION FALSE
67
%global I915_HEADERS_DIR %{nil}
78

89
%define _source_payload w5T16.xzdio
@@ -65,7 +66,7 @@ cd build
6566
-DNEO_BUILD_WITH_OCL=FALSE \
6667
-DNEO_SKIP_UNIT_TESTS=TRUE \
6768
-DNEO_ENABLE_i915_PRELIM_DETECTION=TRUE \
68-
-DNEO_ENABLE_XE_DRM_DETECTION=TRUE \
69+
-DNEO_ENABLE_XE_DRM_DETECTION=%{NEO_ENABLE_XE_DRM_DETECTION} \
6970
-DRELEASE_WITH_REGKEYS=%{NEO_RELEASE_WITH_REGKEYS} \
7071
-DL0_INSTALL_UDEV_RULES=1 \
7172
-DUDEV_RULES_DIR=/etc/udev/rules.d/ \

scripts/packaging/l0_gpu_driver/sles_15.3/SPECS/l0_gpu_driver.spec

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
%global rel xxx
66
%global build_id xxx
77
%global NEO_RELEASE_WITH_REGKEYS FALSE
8+
%global NEO_ENABLE_XE_DRM_DETECTION FALSE
89
%global I915_HEADERS_DIR %{nil}
910

1011
%define gmmlib_sover 12
@@ -75,7 +76,7 @@ Intel(R) Graphics Compute Runtime for oneAPI Level Zero - development headers
7576
-DNEO_BUILD_WITH_OCL=FALSE \
7677
-DNEO_SKIP_UNIT_TESTS=TRUE \
7778
-DNEO_ENABLE_i915_PRELIM_DETECTION=TRUE \
78-
-DNEO_ENABLE_XE_DRM_DETECTION=TRUE \
79+
-DNEO_ENABLE_XE_DRM_DETECTION=%{NEO_ENABLE_XE_DRM_DETECTION} \
7980
-DRELEASE_WITH_REGKEYS=%{NEO_RELEASE_WITH_REGKEYS} \
8081
-DL0_INSTALL_UDEV_RULES=1 \
8182
-DUDEV_RULES_DIR=/etc/udev/rules.d/ \

scripts/packaging/l0_gpu_driver/ubuntu_20.04/debian/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RELEASE_WITH_REGKEYS ?= FALSE
99
IGDRCL_FORCE_USE_LIBVA ?= FALSE
1010
NEO_SKIP_UNIT_TESTS ?= FALSE
1111
NEO_ENABLE_i915_PRELIM_DETECTION ?= TRUE
12-
NEO_ENABLE_XE_DRM_DETECTION ?= TRUE
12+
NEO_ENABLE_XE_DRM_DETECTION ?= FALSE
1313
NEO_FORCE_USE_AUB_STREAM ?= TRUE
1414

1515
override_dh_auto_configure:

scripts/packaging/opencl/rhel_8/SPECS/opencl.spec

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
%global NEO_OCL_VERSION_MINOR xxx
66
%global NEO_OCL_VERSION_BUILD xxx
77
%global NEO_RELEASE_WITH_REGKEYS FALSE
8+
%global NEO_ENABLE_XE_DRM_DETECTION FALSE
89
%global I915_HEADERS_DIR %{nil}
910

1011
%define _source_payload w5T16.xzdio
@@ -62,7 +63,7 @@ cd build
6263
-DBUILD_WITH_L0=FALSE \
6364
-DNEO_SKIP_UNIT_TESTS=TRUE \
6465
-DNEO_ENABLE_i915_PRELIM_DETECTION=TRUE \
65-
-DNEO_ENABLE_XE_DRM_DETECTION=TRUE \
66+
-DNEO_ENABLE_XE_DRM_DETECTION=%{NEO_ENABLE_XE_DRM_DETECTION} \
6667
-DRELEASE_WITH_REGKEYS=%{NEO_RELEASE_WITH_REGKEYS} \
6768
-DCMAKE_VERBOSE_MAKEFILE=FALSE \
6869
-DI915_HEADERS_DIR=$(realpath %{I915_HEADERS_DIR})

scripts/packaging/opencl/sles_15.3/SPECS/opencl.spec

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
%global NEO_OCL_VERSION_MINOR xxx
88
%global NEO_OCL_VERSION_BUILD xxx
99
%global NEO_RELEASE_WITH_REGKEYS FALSE
10+
%global NEO_ENABLE_XE_DRM_DETECTION FALSE
1011
%global I915_HEADERS_DIR %{nil}
1112

1213
%define gmmlib_sover 12
@@ -70,7 +71,7 @@ Summary: ocloc package for opencl
7071
-DBUILD_WITH_L0=FALSE \
7172
-DNEO_SKIP_UNIT_TESTS=TRUE \
7273
-DNEO_ENABLE_i915_PRELIM_DETECTION=TRUE \
73-
-DNEO_ENABLE_XE_DRM_DETECTION=TRUE \
74+
-DNEO_ENABLE_XE_DRM_DETECTION=%{NEO_ENABLE_XE_DRM_DETECTION} \
7475
-DRELEASE_WITH_REGKEYS=%{NEO_RELEASE_WITH_REGKEYS} \
7576
-DCMAKE_VERBOSE_MAKEFILE=FALSE \
7677
-DI915_HEADERS_DIR=$(realpath %{I915_HEADERS_DIR})

scripts/packaging/opencl/ubuntu_20.04/debian/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RELEASE_WITH_REGKEYS ?= FALSE
88
IGDRCL_FORCE_USE_LIBVA ?= FALSE
99
NEO_SKIP_UNIT_TESTS ?= FALSE
1010
NEO_ENABLE_i915_PRELIM_DETECTION ?= TRUE
11-
NEO_ENABLE_XE_DRM_DETECTION ?= TRUE
11+
NEO_ENABLE_XE_DRM_DETECTION ?= FALSE
1212
NEO_FORCE_USE_AUB_STREAM ?= TRUE
1313

1414
override_dh_auto_configure:

0 commit comments

Comments
 (0)