diff options
author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2024-03-11 03:18:54 -0700 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2024-03-11 22:42:52 +0800 |
commit | 7ff39883be121646dfcccb7b8d191eead522c7c7 (patch) | |
tree | 69d302821351600cec7e7b54d240e17f7ed5a997 /dynamic-layers | |
parent | 9f0aef109a7fb04ba7421e00ad5770cf9878f758 (diff) | |
download | meta-intel-7ff39883be121646dfcccb7b8d191eead522c7c7.tar.gz |
onednn : upgrade 3.3.4 -> 3.4
Create a separate variable for branch value and derive the value from PV
so AUH is able to upgrade the recipe.
Release Notes:
https://github.com/oneapi-src/oneDNN/releases/tag/v3.4
Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers')
-rw-r--r-- | dynamic-layers/clang-layer/recipes-core/dnn/onednn_3.4.bb (renamed from dynamic-layers/clang-layer/recipes-core/dnn/onednn_3.3.4.bb) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dynamic-layers/clang-layer/recipes-core/dnn/onednn_3.3.4.bb b/dynamic-layers/clang-layer/recipes-core/dnn/onednn_3.4.bb index 1b89aa06..afea70df 100644 --- a/dynamic-layers/clang-layer/recipes-core/dnn/onednn_3.3.4.bb +++ b/dynamic-layers/clang-layer/recipes-core/dnn/onednn_3.4.bb | |||
@@ -12,9 +12,11 @@ SECTION = "lib" | |||
12 | 12 | ||
13 | inherit pkgconfig cmake ptest | 13 | inherit pkgconfig cmake ptest |
14 | 14 | ||
15 | DNN_BRANCH = "rls-v${@'.'.join(d.getVar('PV').split('.')[0:2])}" | ||
16 | |||
15 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
16 | SRCREV = "f240e12a29cff8ec1f37e5907971aa4315d30f1e" | 18 | SRCREV = "ecd7fb6d5a0df6503d1691c1754a684b9c769c16" |
17 | SRC_URI = "git://github.com/oneapi-src/oneDNN.git;branch=rls-v3.3;protocol=https \ | 19 | SRC_URI = "git://github.com/oneapi-src/oneDNN.git;branch=${DNN_BRANCH};protocol=https \ |
18 | file://run-ptest \ | 20 | file://run-ptest \ |
19 | " | 21 | " |
20 | 22 | ||