diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2025-07-11 15:41:22 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-11 08:35:03 -0700 |
| commit | 03445131f3a0578de19d9e839d97876ea7785d3d (patch) | |
| tree | 44927eadeebcd69033d4257e9eb85a8b1d193552 /meta-python/recipes-devtools/python/python3-matplotlib/run-ptest | |
| parent | 37a20d637b0fee7583535006ca8dd246d012649c (diff) | |
| download | meta-openembedded-03445131f3a0578de19d9e839d97876ea7785d3d.tar.gz | |
opencv: use CPU_DISPATCH to instead of ENABLE_XXX
$ bitbake opencv
$ vim tmp/work/core2-64-wrs-linux/opencv/4.11.0/temp/log.do_configure
...
-- WARNING: Option ENABLE_SSE='1' is deprecated and should not be used anymore
-- Behaviour of this option is not backward compatible
-- Refer to 'CPU_BASELINE'/'CPU_DISPATCH' CMake options documentation
-- WARNING: Option ENABLE_SSE2='1' is deprecated and should not be used anymore
-- Behaviour of this option is not backward compatible
-- Refer to 'CPU_BASELINE'/'CPU_DISPATCH' CMake options documentation
-- WARNING: Option ENABLE_SSE3='1' is deprecated and should not be used anymore
-- Behaviour of this option is not backward compatible
-- Refer to 'CPU_BASELINE'/'CPU_DISPATCH' CMake options documentation
-- WARNING: Option ENABLE_SSSE3='1' is deprecated and should not be used anymore
-- Behaviour of this option is not backward compatible
-- Refer to 'CPU_BASELINE'/'CPU_DISPATCH' CMake options documentation
...
According to [1], flags ENABLE_AVX/ENABLE_AVX2/ENABLE_POPCNT/etc should not be used
anymore. Use options CPU_DISPATCH instead.
[1] https://github.com/opencv/opencv/wiki/CPU-optimizations-build-options#customizing-cmake-options
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-matplotlib/run-ptest')
0 files changed, 0 insertions, 0 deletions
