[meta-freescale] [meta-fsl-arm][PATCH 12/17] gst1.0-fsl-plugin: Add mx6ul in COMPATIBLE_MACHINES

Lauren Post lauren.post at freescale.com
Thu Sep 17 12:27:46 PDT 2015


i.MX 6UltraLite machine does not contain mx6 so
graphics settings can use mx6 only

Signed-off-by: Lauren Post <lauren.post at freescale.com>
---
 recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.6.bb | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.6.bb b/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.6.bb
index 6943a17..8a12cb1 100644
--- a/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.6.bb
+++ b/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.6.bb
@@ -47,10 +47,7 @@ BEEP_RDEPENDS = "libfslcodec-aac libfslcodec-mp3 libfslcodec-oggvorbis"
 RDEPENDS_${PN} += "libfslparser ${BEEP_RDEPENDS} gstreamer1.0-plugins-good-id3demux "
 
 PACKAGECONFIG ?= ""
-PACKAGECONFIG_mx6q = "overlaysink"
-PACKAGECONFIG_mx6dl = "overlaysink"
-PACKAGECONFIG_mx6sx = "overlaysink"
-PACKAGECONFIG_mx6sl = "overlaysink"
+PACKAGECONFIG_mx6 = "overlaysink"
 
 # FIXME: Add all features
 # feature from excluded mm packages
@@ -74,4 +71,4 @@ FILES_${PN}-libgstfsl = "${libdir}/libgstfsl-1.0${SOLIBS}"
 FILES_${PN}-grecorder = "${bindir}/grecorder-1.0"
 FILES_${PN}-librecorder-engine = "${libdir}/librecorder_engine-1.0${SOLIBS}"
 
-COMPATIBLE_MACHINE = "(mx6|mx7)"
+COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)"
-- 
2.1.4



More information about the meta-freescale mailing list