From: Otavio Salvador Date: Wed, 14 Oct 2015 14:36:04 +0000 (-0300) Subject: opencv: Use the 2.4 release only X-Git-Tag: 2.1~217 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a881d89fb12d0850dbfb48362fe44490633824e5;p=meta-freescale.git opencv: Use the 2.4 release only The opencv 3.0 is not tested and does not have the i.MX6 specific patch ported so we disable it for the i.MX6 SoC from Quad, DualLite, SoloX and SoloLite families. The 2.4 is used instead. This fixes following warning: ,---- | NOTE: multiple providers are available for runtime opencv-samples (opencv-samples, opencv) | NOTE: consider defining a PREFERRED_PROVIDER entry to match opencv-samples `---- Change-Id: I2f897cdd31dcee9046ee7d28ef4dcadb154ae88c Signed-off-by: Otavio Salvador --- diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_%.bbappend b/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_2.4.bbappend similarity index 100% rename from dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_%.bbappend rename to dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_2.4.bbappend diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_3.0.bbappend b/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_3.0.bbappend new file mode 100644 index 00000000..881702e0 --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_3.0.bbappend @@ -0,0 +1,4 @@ +COMPATIBLE_MACHINE_mx6q = "(-)" +COMPATIBLE_MACHINE_mx6dl = "(-)" +COMPATIBLE_MACHINE_mx6sx = "(-)" +COMPATIBLE_MACHINE_mx6sl = "(-)"