meta-digi: delete outdated opencv bbappend

A new set of meta-freescale updates broke our layer, because they
updated opencv package and our bbappend does not apply anymore.

The build fails at parsing:

ERROR: No recipes in default available for:
  meta-digi/meta-digi-dey/dynamic-layers/freescale-layer/recipes-support/opencv/opencv_4.5.2.imx.bbappend

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2022-11-28 10:32:53 +01:00
parent 1ec9ffd16e
commit 99a61e12a1
2 changed files with 1 additions and 4 deletions

View File

@ -248,7 +248,7 @@ PREFERRED_VERSION_optee-client:mx8-nxp-bsp ??= "3.17.0.imx"
PREFERRED_VERSION_optee-test:mx8-nxp-bsp ??= "3.17.0.imx" PREFERRED_VERSION_optee-test:mx8-nxp-bsp ??= "3.17.0.imx"
#Use i.MX opencv Version for mx8 #Use i.MX opencv Version for mx8
PREFERRED_VERSION_opencv:mx8-nxp-bsp ??= "4.5.2.imx" PREFERRED_VERSION_opencv:mx8-nxp-bsp ??= "4.6.0.imx"
EXTRA_IMAGEDEPENDS = "u-boot" EXTRA_IMAGEDEPENDS = "u-boot"

View File

@ -1,3 +0,0 @@
SRCREV_opencv = "5423d53ae0d116ee5bbe52f8b5503f0cd8586998"
PACKAGECONFIG_OPENCL:mx8mnul-nxp-bsp = ""
PACKAGECONFIG_OPENCL:mx8mpul-nxp-bsp = ""