]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx6qsabrelite: force MACHINE_GSTREAMER_PLUGIN until codecs are available
authorEric Bénard <eric@eukrea.com>
Mon, 17 Sep 2012 11:51:34 +0000 (13:51 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 17 Sep 2012 13:04:59 +0000 (10:04 -0300)
else we get :
ERROR: fsl-mm-codeclib was skipped: incompatible with machine imx6qsabrelite (not in COMPATIBLE_MACHINE)
NOTE: Runtime target 'gst-fsl-plugin' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['gst-fsl-plugin', 'fsl-mm-codeclib']
NOTE: Runtime target 'task-fsl-gstreamer' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['task-fsl-gstreamer', 'gst-fsl-plugin', 'fsl-mm-codeclib']
ERROR: Required build target 'fsl-image-test' has no buildable providers.
Missing or unbuildable dependency chain was: ['fsl-image-test', 'task-fsl-gstreamer', 'gst-fsl-plugin', 'fsl-mm-codeclib']

Signed-off-by: Eric Bénard <eric@eukrea.com>
meta-fsl-arm/conf/machine/imx6qsabrelite.conf

index f26f9a115789df2d28ab0a93525524c3025238b2..06ec230a3fbe6933cdab2e433073be4d287e5a39 100644 (file)
@@ -8,6 +8,9 @@ include conf/machine/include/tune-cortexa9.inc
 
 SOC_FAMILY = "mx6"
 
+# no GST until codecs are public
+MACHINE_GSTREAMER_PLUGIN = ""
+
 UBOOT_ENTRYPOINT =  "0x10800000"
 UBOOT_LOADADDRESS = "0x10800000"
 UBOOT_MACHINE = "mx6qsabrelite_config"