diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-16 09:48:14 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-16 17:06:07 -0300 |
| commit | f914991ff6708bb1010e5a0aa372950c5ec12f6e (patch) | |
| tree | 24a8e9a48fd149ad5f39154e2b05ff5dfa00273d /conf | |
| parent | 2ea79ea4c19194b68a4e513bf9430f59b9e1f443 (diff) | |
| download | meta-freescale-f914991ff6708bb1010e5a0aa372950c5ec12f6e.tar.gz | |
opencv: sync 4.13.0.imx recipe with meta-imx and fix build
The recipe was imported with style adjustments from opencv_4.6.0.imx.bb
that diverged from the meta-imx 4.13.0 source, breaking the i.MX build:
- Restore the -DCPU_DISPATCH=SSE,... form (the -DENABLE_SSE=1 flags and
the EXTRA_OECMAKE:remove:x86 workaround were leftovers from 4.6.0).
- Pass KLEIDICV_SOURCE_PATH on aarch64 so configure uses the pre-fetched
Kleidicv source instead of attempting a network download.
- Keep the /usr/bin/cpp rename, which OpenCV 4.13 still installs.
Select 4.13.0.imx for the mx8 and mx9 NXP BSP overrides.
Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/include/imx-base.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 6a0fe3f11..916db91cf 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
| @@ -618,8 +618,8 @@ PREFERRED_VERSION_optee-test:imx-nxp-bsp ??= "4.8.0.imx" | |||
| 618 | PREFERRED_VERSION_optee-os-tadevkit:imx-nxp-bsp ??= "4.8.0.imx" | 618 | PREFERRED_VERSION_optee-os-tadevkit:imx-nxp-bsp ??= "4.8.0.imx" |
| 619 | 619 | ||
| 620 | # Use i.MX opencv Version | 620 | # Use i.MX opencv Version |
| 621 | PREFERRED_VERSION_opencv:mx8-nxp-bsp ??= "4.6.0.imx" | 621 | PREFERRED_VERSION_opencv:mx8-nxp-bsp ??= "4.13.0.imx" |
| 622 | PREFERRED_VERSION_opencv:mx9-nxp-bsp ??= "4.6.0.imx" | 622 | PREFERRED_VERSION_opencv:mx9-nxp-bsp ??= "4.13.0.imx" |
| 623 | 623 | ||
| 624 | # Handle default kernel | 624 | # Handle default kernel |
| 625 | IMX_DEFAULT_KERNEL:imx-mainline-bsp ??= "linux-fslc" | 625 | IMX_DEFAULT_KERNEL:imx-mainline-bsp ??= "linux-fslc" |
