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>
This commit is contained in:
Yogesh Tyagi 2024-03-11 03:18:54 -07:00 committed by Anuj Mittal
parent 9f0aef109a
commit 7ff39883be

View File

@ -12,9 +12,11 @@ SECTION = "lib"
inherit pkgconfig cmake ptest
DNN_BRANCH = "rls-v${@'.'.join(d.getVar('PV').split('.')[0:2])}"
S = "${WORKDIR}/git"
SRCREV = "f240e12a29cff8ec1f37e5907971aa4315d30f1e"
SRC_URI = "git://github.com/oneapi-src/oneDNN.git;branch=rls-v3.3;protocol=https \
SRCREV = "ecd7fb6d5a0df6503d1691c1754a684b9c769c16"
SRC_URI = "git://github.com/oneapi-src/oneDNN.git;branch=${DNN_BRANCH};protocol=https \
file://run-ptest \
"