From a617c5b048a69b8c2d026305cadb3b598e7c93cf Mon Sep 17 00:00:00 2001 From: Eric Bénard Date: Mon, 17 Sep 2012 13:51:34 +0200 Subject: imx6qsabrelite: force MACHINE_GSTREAMER_PLUGIN until codecs are available MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- conf/machine/imx6qsabrelite.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/machine') diff --git a/conf/machine/imx6qsabrelite.conf b/conf/machine/imx6qsabrelite.conf index f26f9a1..06ec230 100644 --- a/conf/machine/imx6qsabrelite.conf +++ b/conf/machine/imx6qsabrelite.conf @@ -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" -- cgit v1.2.3-54-g00ecf