diff options
| author | Peter Kjellerstedt <pkj@axis.com> | 2024-11-12 18:28:20 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 16:59:06 -0800 |
| commit | 6239d70d8b1ae9dff13815d5aa74e1f4c15ffca7 (patch) | |
| tree | bc43bb03d435c970096c56ee4887c7b209d31ac2 /meta-oe/recipes-support/tbb | |
| parent | 4257475e840350f3a08ce0949cfead3c86069757 (diff) | |
| download | meta-openembedded-6239d70d8b1ae9dff13815d5aa74e1f4c15ffca7.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: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/tbb')
| -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) |
