diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2025-02-11 01:09:55 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2025-02-25 08:45:21 -0500 |
commit | 376903c60e4986e8f11b9dc4231086b931173733 (patch) | |
tree | 52056e3b0968c8e8e386095ac42c7c5ce3e271d4 | |
parent | ce59141da8a891706d55d580fe0ace42b8d4c07b (diff) | |
download | meta-openembedded-376903c60e4986e8f11b9dc4231086b931173733.tar.gz |
tbb: Re-enable hwloc support
The problem with using pkg-config to find hwloc when cross-compiling was
solved by upstream in 2021.13.0. However, the upgrade in commit
d8c5a72788ab0f2e36aee16e6d9e7555537366a5 missed that upstream defaults
to disabling searching for hwloc when cross-compiling.
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/tbb/tbb_2021.13.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/tbb/tbb_2021.13.0.bb b/meta-oe/recipes-support/tbb/tbb_2021.13.0.bb index e2b7543c0f..4d0f80ca8e 100644 --- a/meta-oe/recipes-support/tbb/tbb_2021.13.0.bb +++ b/meta-oe/recipes-support/tbb/tbb_2021.13.0.bb | |||
@@ -26,6 +26,7 @@ EXTRA_OECMAKE += " \ | |||
26 | -DTBB_TEST=OFF \ | 26 | -DTBB_TEST=OFF \ |
27 | -DCMAKE_BUILD_TYPE=Release \ | 27 | -DCMAKE_BUILD_TYPE=Release \ |
28 | -DTBB_STRICT=OFF \ | 28 | -DTBB_STRICT=OFF \ |
29 | -DTBB_DISABLE_HWLOC_AUTOMATIC_SEARCH=OFF \ | ||
29 | " | 30 | " |
30 | 31 | ||
31 | # Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension (ignoring target-abi) | 32 | # Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension (ignoring target-abi) |