summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2012-09-17 13:51:34 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2012-09-17 10:04:59 -0300
commita617c5b048a69b8c2d026305cadb3b598e7c93cf (patch)
treea27fe985bb261e839fc23b109e294788502e0e7d /conf/machine
parent3d65ea60fc88a442abee15a7272e974cc04aea3f (diff)
downloadmeta-fsl-arm-a617c5b048a69b8c2d026305cadb3b598e7c93cf.tar.gz
imx6qsabrelite: force MACHINE_GSTREAMER_PLUGIN until codecs are available
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>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/imx6qsabrelite.conf3
1 files changed, 3 insertions, 0 deletions
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
8 8
9SOC_FAMILY = "mx6" 9SOC_FAMILY = "mx6"
10 10
11# no GST until codecs are public
12MACHINE_GSTREAMER_PLUGIN = ""
13
11UBOOT_ENTRYPOINT = "0x10800000" 14UBOOT_ENTRYPOINT = "0x10800000"
12UBOOT_LOADADDRESS = "0x10800000" 15UBOOT_LOADADDRESS = "0x10800000"
13UBOOT_MACHINE = "mx6qsabrelite_config" 16UBOOT_MACHINE = "mx6qsabrelite_config"