diff mbox series

[meta-oe,2/9] tbb: upgrade 2021.13.0 -> 2022.0.0

Message ID 20250312005952.1469547-2-changqing.li@windriver.com
State New
Headers show
Series [meta-oe,1/9] googlebenchmark: upgrade 1.8.4 -> 1.9.1 | expand

Commit Message

Changqing Li March 12, 2025, 12:59 a.m. UTC
From: Changqing Li <changqing.li@windriver.com>

Updated to the latest version
Refer:
https://github.com/uxlfoundation/oneTBB/releases/tag/v2022.0.0

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 .../recipes-support/tbb/{tbb_2021.13.0.bb => tbb_2022.0.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/tbb/{tbb_2021.13.0.bb => tbb_2022.0.0.bb} (97%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/tbb/tbb_2021.13.0.bb b/meta-oe/recipes-support/tbb/tbb_2022.0.0.bb
similarity index 97%
rename from meta-oe/recipes-support/tbb/tbb_2021.13.0.bb
rename to meta-oe/recipes-support/tbb/tbb_2022.0.0.bb
index 4d0f80ca8e..7442843f39 100644
--- a/meta-oe/recipes-support/tbb/tbb_2021.13.0.bb
+++ b/meta-oe/recipes-support/tbb/tbb_2022.0.0.bb
@@ -12,8 +12,8 @@  DEPENDS:append:class-target = " hwloc"
 
 PE = "1"
 
-BRANCH = "onetbb_2021"
-SRCREV = "1c4c93fc5398c4a1acb3492c02db4699f3048dea"
+BRANCH = "onetbb_2022"
+SRCREV = "0c0ff192a2304e114bc9e6557582dfba101360ff"
 SRC_URI = "git://github.com/oneapi-src/oneTBB.git;protocol=https;branch=${BRANCH} \
           "