File tree Expand file tree Collapse file tree 7 files changed +12
-8
lines changed Expand file tree Collapse file tree 7 files changed +12
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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/ \
Original file line number Diff line number Diff line change 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/ \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RELEASE_WITH_REGKEYS ?= FALSE
99IGDRCL_FORCE_USE_LIBVA ?= FALSE
1010NEO_SKIP_UNIT_TESTS ?= FALSE
1111NEO_ENABLE_i915_PRELIM_DETECTION ?= TRUE
12- NEO_ENABLE_XE_DRM_DETECTION ?= TRUE
12+ NEO_ENABLE_XE_DRM_DETECTION ?= FALSE
1313NEO_FORCE_USE_AUB_STREAM ?= TRUE
1414
1515override_dh_auto_configure :
Original file line number Diff line number Diff line change 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})
Original file line number Diff line number Diff line change 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})
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RELEASE_WITH_REGKEYS ?= FALSE
88IGDRCL_FORCE_USE_LIBVA ?= FALSE
99NEO_SKIP_UNIT_TESTS ?= FALSE
1010NEO_ENABLE_i915_PRELIM_DETECTION ?= TRUE
11- NEO_ENABLE_XE_DRM_DETECTION ?= TRUE
11+ NEO_ENABLE_XE_DRM_DETECTION ?= FALSE
1212NEO_FORCE_USE_AUB_STREAM ?= TRUE
1313
1414override_dh_auto_configure :
You can’t perform that action at this time.
0 commit comments