All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm-extra PATCH] cfa10036.inc: Ensure we don't include gst-fsl-plugin
@ 2013-09-22 21:43 Otavio Salvador
  2013-09-22 22:21 ` Alexandre Belloni
  0 siblings, 1 reply; 3+ messages in thread
From: Otavio Salvador @ 2013-09-22 21:43 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador

As cfa10036-based machines use linux-cfa which is based on Linux
mainline it cannot building the gst-fsl-plugin due missing
FSL-specific headers.

Change-Id: Iba09f1af37e08a0ae6b8aa15f2d0f554ad58a73e
Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 conf/machine/include/cfa10036.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/conf/machine/include/cfa10036.inc b/conf/machine/include/cfa10036.inc
index 0adea54..f774d92 100644
--- a/conf/machine/include/cfa10036.inc
+++ b/conf/machine/include/cfa10036.inc
@@ -8,6 +8,9 @@ MACHINEOVERRIDES =. "cfa10036:"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-cfa"
 
+# Avoid adding gst-fsl-plugin as we use non-FSL kernel
+MACHINE_GSTREAMER_PLUGIN = ""
+
 IMAGE_BOOTLOADER = "barebox"
 BAREBOX_BINARY = "barebox"
 
-- 
1.8.4.rc3



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-09-22 22:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-22 21:43 [meta-fsl-arm-extra PATCH] cfa10036.inc: Ensure we don't include gst-fsl-plugin Otavio Salvador
2013-09-22 22:21 ` Alexandre Belloni
2013-09-22 22:35   ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.