diff options
author | Saul Wold <Saul.Wold@windriver.com> | 2021-05-19 06:42:59 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-05-19 18:39:35 -0700 |
commit | e0581ad12f42427932e24abad97399c54f4b75f7 (patch) | |
tree | 21aa889222fbd2adfa67c6b515ee0b6795cadf52 /meta-oe/recipes-support | |
parent | 34277b5ac92f246aaa8c04ff772ce11005e53345 (diff) | |
download | meta-openembedded-e0581ad12f42427932e24abad97399c54f4b75f7.tar.gz |
opencv: remove tbb packageconfig for powerpc
Since tbb does not build for powerpc remove it from the enabled list
Signed-off-by: Saul Wold <saul.wold@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/opencv/opencv_4.5.2.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/opencv/opencv_4.5.2.bb b/meta-oe/recipes-support/opencv/opencv_4.5.2.bb index 311355bd7..1dcd8586c 100644 --- a/meta-oe/recipes-support/opencv/opencv_4.5.2.bb +++ b/meta-oe/recipes-support/opencv/opencv_4.5.2.bb | |||
@@ -106,6 +106,9 @@ PACKAGECONFIG ??= "gapi python3 eigen jpeg png tiff v4l libv4l gstreamer samples | |||
106 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "gtk", "", d)} \ | 106 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "gtk", "", d)} \ |
107 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "libav", "", d)}" | 107 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "libav", "", d)}" |
108 | 108 | ||
109 | # TBB does not build for powerpc so disable that package config | ||
110 | PACKAGECONFIG_remove_powerpc = "tbb" | ||
111 | |||
109 | PACKAGECONFIG[gapi] = "-DWITH_ADE=ON -Dade_DIR=${STAGING_LIBDIR},-DWITH_ADE=OFF,ade" | 112 | PACKAGECONFIG[gapi] = "-DWITH_ADE=ON -Dade_DIR=${STAGING_LIBDIR},-DWITH_ADE=OFF,ade" |
110 | PACKAGECONFIG[amdblas] = "-DWITH_OPENCLAMDBLAS=ON,-DWITH_OPENCLAMDBLAS=OFF,libclamdblas," | 113 | PACKAGECONFIG[amdblas] = "-DWITH_OPENCLAMDBLAS=ON,-DWITH_OPENCLAMDBLAS=OFF,libclamdblas," |
111 | PACKAGECONFIG[amdfft] = "-DWITH_OPENCLAMDFFT=ON,-DWITH_OPENCLAMDFFT=OFF,libclamdfft," | 114 | PACKAGECONFIG[amdfft] = "-DWITH_OPENCLAMDFFT=ON,-DWITH_OPENCLAMDFFT=OFF,libclamdfft," |