From f876b1445ef8d4148eb0b343672a9222b8109741 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Eric=20B=C3=A9nard?= Date: Mon, 17 Sep 2012 13:51:34 +0200 Subject: [PATCH] imx6qsabrelite: force MACHINE_GSTREAMER_PLUGIN until codecs are available MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 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 --- meta-fsl-arm/conf/machine/imx6qsabrelite.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-fsl-arm/conf/machine/imx6qsabrelite.conf b/meta-fsl-arm/conf/machine/imx6qsabrelite.conf index f26f9a11..06ec230a 100644 --- a/meta-fsl-arm/conf/machine/imx6qsabrelite.conf +++ b/meta-fsl-arm/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" -- 2.40.1