summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-08-24 23:31:24 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-08-25 01:12:16 +0800
commit93d108d10f1aa7890ba1478a24031bd4bb4dff7e (patch)
treec8fd9feb416ca363af00bffae2fddeb12de0e12c
parentf4522647f2b93bb9c4d3a578b07f0f7cc89c9507 (diff)
downloadmeta-intel-93d108d10f1aa7890ba1478a24031bd4bb4dff7e.tar.gz
level-zero: upgrade 1.2.3 -> 1.4.1
Release notes: https://github.com/oneapi-src/level-zero/releases Highlights: - Added support for Level Zero Specification v1.2 - Fixed a bug that resulted in zeInit failing when multiple drivers are discovered and one of them fails to load. - Note: API's introduced in v1.2 spec can only be traced with the new tracing layer implementation. Driver tracing APIs are deprecated. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.4.1.bb (renamed from dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.2.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.2.3.bb b/dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.4.1.bb
index 2238746f..67f1d6c5 100644
--- a/dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.2.3.bb
+++ b/dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.4.1.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=8956dfdba7f8169c4005d1e9753ffddc" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=8956dfdba7f8169c4005d1e9753ffddc"
5 5
6SRC_URI = "git://github.com/oneapi-src/level-zero.git;protocol=https" 6SRC_URI = "git://github.com/oneapi-src/level-zero.git;protocol=https"
7SRCREV = "0d30b1fa712253c68bfdfa3863d380df4301b8a4" 7SRCREV = "551dd5810a3cea7a7e26ac4441da31878e804b53"
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
9 9
10inherit cmake 10inherit cmake