[meta-freescale] [PATCH 2/3] opencv: Use the 2.4 release only

Otavio Salvador otavio at ossystems.com.br
Wed Oct 14 11:26:12 PDT 2015


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
`----

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---

 .../recipes-support/opencv/{opencv_%.bbappend => opencv_2.4.bbappend} | 0
 openembedded-layer/recipes-support/opencv/opencv_3.0.bbappend         | 4 ++++
 2 files changed, 4 insertions(+)
 rename openembedded-layer/recipes-support/opencv/{opencv_%.bbappend => opencv_2.4.bbappend} (100%)
 create mode 100644 openembedded-layer/recipes-support/opencv/opencv_3.0.bbappend

diff --git a/openembedded-layer/recipes-support/opencv/opencv_%.bbappend b/openembedded-layer/recipes-support/opencv/opencv_2.4.bbappend
similarity index 100%
rename from openembedded-layer/recipes-support/opencv/opencv_%.bbappend
rename to openembedded-layer/recipes-support/opencv/opencv_2.4.bbappend
diff --git a/openembedded-layer/recipes-support/opencv/opencv_3.0.bbappend b/openembedded-layer/recipes-support/opencv/opencv_3.0.bbappend
new file mode 100644
index 0000000..881702e
--- /dev/null
+++ b/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 = "(-)"
-- 
2.6.1



More information about the meta-freescale mailing list