diff options
| author | Changqing Li <changqing.li@windriver.com> | 2025-03-12 08:59:45 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-11 19:35:31 -0700 |
| commit | e29c19c6728924784ec701bd55191bdc73ba1aba (patch) | |
| tree | 0d357cdf3a322355cbe5c45fd425dcd9ff323c14 | |
| parent | 04bb919a9509ba2afe607b8efa63ba2e11b08bc9 (diff) | |
| download | meta-openembedded-e29c19c6728924784ec701bd55191bdc73ba1aba.tar.gz | |
tbb: upgrade 2021.13.0 -> 2022.0.0
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/tbb/tbb_2022.0.0.bb (renamed from meta-oe/recipes-support/tbb/tbb_2021.13.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/tbb/tbb_2021.13.0.bb b/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" | |||
| 12 | 12 | ||
| 13 | PE = "1" | 13 | PE = "1" |
| 14 | 14 | ||
| 15 | BRANCH = "onetbb_2021" | 15 | BRANCH = "onetbb_2022" |
| 16 | SRCREV = "1c4c93fc5398c4a1acb3492c02db4699f3048dea" | 16 | SRCREV = "0c0ff192a2304e114bc9e6557582dfba101360ff" |
| 17 | SRC_URI = "git://github.com/oneapi-src/oneTBB.git;protocol=https;branch=${BRANCH} \ | 17 | SRC_URI = "git://github.com/oneapi-src/oneTBB.git;protocol=https;branch=${BRANCH} \ |
| 18 | " | 18 | " |
| 19 | 19 | ||
