]> code.ossystems Code Review - meta-freescale.git/commitdiff
opencv: Use the 2.4 release only
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 14 Oct 2015 14:36:04 +0000 (11:36 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:21 +0000 (15:03 -0300)
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 <otavio@ossystems.com.br>
dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_2.4.bbappend [moved from dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_%.bbappend with 100% similarity]
dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_3.0.bbappend [new file with mode: 0644]

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 (file)
index 0000000..881702e
--- /dev/null
@@ -0,0 +1,4 @@
+COMPATIBLE_MACHINE_mx6q  = "(-)"
+COMPATIBLE_MACHINE_mx6dl = "(-)"
+COMPATIBLE_MACHINE_mx6sx = "(-)"
+COMPATIBLE_MACHINE_mx6sl = "(-)"