summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-11-22 12:29:36 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-11-24 22:34:33 +0800
commitff26d85b902b4b48be3537e47069f6dbc487d72f (patch)
treefa0ee3998df3a81ef2fe1b04d71ef02dc6c6a6f4 /dynamic-layers/openembedded-layer
parentf84b7227f555ef03d5a68f56ac3edbf5dfd7fa94 (diff)
downloadmeta-intel-ff26d85b902b4b48be3537e47069f6dbc487d72f.tar.gz
level-zero: upgrade 1.5.4 -> 1.6.2
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.6.2.bb (renamed from dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.5.4.bb)25
1 files changed, 23 insertions, 2 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.5.4.bb b/dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.6.2.bb
index ca13a646..5580f838 100644
--- a/dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.5.4.bb
+++ b/dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.6.2.bb
@@ -1,10 +1,31 @@
1# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
2# The following is the difference between the old and the new license text.
3# Please update the LICENSE value if needed, and summarize the changes in
4# the commit message via 'License-Update:' tag.
5# (example: 'License-Update: copyright years updated.')
6#
7# The changes:
8#
9# --- LICENSE
10# +++ LICENSE
11# @@ -1,6 +1,6 @@
12# MIT License
13#
14# -Copyright (c) 2019 Intel Corporation
15# +Copyright (C) 2019-2021 Intel Corporation
16#
17# Permission is hereby granted, free of charge, to any person obtaining a copy
18# of this software and associated documentation files (the "Software"), to deal
19#
20#
21
1SUMMARY = "oneAPI Level Zero Specification Headers and Loader" 22SUMMARY = "oneAPI Level Zero Specification Headers and Loader"
2HOMEPAGE = "https://github.com/oneapi-src/level-zero" 23HOMEPAGE = "https://github.com/oneapi-src/level-zero"
3LICENSE = "MIT" 24LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=8956dfdba7f8169c4005d1e9753ffddc" 25LIC_FILES_CHKSUM = "file://LICENSE;md5=97957beb2f7808ffa247e5d93e6442cc"
5 26
6SRC_URI = "git://github.com/oneapi-src/level-zero.git;protocol=https;branch=master" 27SRC_URI = "git://github.com/oneapi-src/level-zero.git;protocol=https;branch=master"
7SRCREV = "d84a5a2b1913629f85f09b1107f2b4467b3113cf" 28SRCREV = "7afa8a6dda56d4baef950c0a9d5ef8d8b0e14c4e"
8S = "${WORKDIR}/git" 29S = "${WORKDIR}/git"
9 30
10inherit cmake 31inherit cmake