All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm-extra][PATCH 1/2] m28evk: Do not enable GStreamer plugin
@ 2013-11-12 23:59 Otavio Salvador
  2013-11-12 23:59 ` [meta-fsl-arm-extra][PATCH 2/2] m53evk: " Otavio Salvador
  2013-11-13  0:08 ` [meta-fsl-arm-extra][PATCH 1/2] m28evk: " Marek Vasut
  0 siblings, 2 replies; 4+ messages in thread
From: Otavio Salvador @ 2013-11-12 23:59 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Marek Vasut, Otavio Salvador

The kernel used for this board is based in the mainline kernel and
does not provide the Freescale specific headers so we cannot build the
GStreamer specific plugin.

Change-Id: Icd9e08c3e774ea3a0df2c532ef52619d378a4fca
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 conf/machine/m28evk.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/conf/machine/m28evk.conf b/conf/machine/m28evk.conf
index abe7c03..76d5b3d 100644
--- a/conf/machine/m28evk.conf
+++ b/conf/machine/m28evk.conf
@@ -21,3 +21,6 @@ SERIAL_CONSOLE = "115200 ttyAMA0"
 KERNEL_IMAGETYPE = "uImage"
 
 MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"
+
+# Avoid adding gst-fsl-plugin as we use non-FSL kernel
+MACHINE_GSTREAMER_PLUGIN_m28evk = ""
-- 
1.8.4.rc3



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

* [meta-fsl-arm-extra][PATCH 2/2] m53evk: Do not enable GStreamer plugin
  2013-11-12 23:59 [meta-fsl-arm-extra][PATCH 1/2] m28evk: Do not enable GStreamer plugin Otavio Salvador
@ 2013-11-12 23:59 ` Otavio Salvador
  2013-11-13  0:08   ` Marek Vasut
  2013-11-13  0:08 ` [meta-fsl-arm-extra][PATCH 1/2] m28evk: " Marek Vasut
  1 sibling, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2013-11-12 23:59 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Marek Vasut, Otavio Salvador

The kernel used for this board is based in the mainline kernel and
does not provide the Freescale specific headers so we cannot build the
GStreamer specific plugin.

Change-Id: I382759bc05a74c638cb80dd61ce950bf896d33cf
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 conf/machine/m53evk.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/conf/machine/m53evk.conf b/conf/machine/m53evk.conf
index e2fbc56..20f0684 100644
--- a/conf/machine/m53evk.conf
+++ b/conf/machine/m53evk.conf
@@ -21,3 +21,6 @@ IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard"
 SERIAL_CONSOLE = "115200 ttymxc1"
 
 MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"
+
+# Avoid adding gst-fsl-plugin as we use non-FSL kernel
+MACHINE_GSTREAMER_PLUGIN_m53evk = ""
-- 
1.8.4.rc3



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

* Re: [meta-fsl-arm-extra][PATCH 2/2] m53evk: Do not enable GStreamer plugin
  2013-11-12 23:59 ` [meta-fsl-arm-extra][PATCH 2/2] m53evk: " Otavio Salvador
@ 2013-11-13  0:08   ` Marek Vasut
  0 siblings, 0 replies; 4+ messages in thread
From: Marek Vasut @ 2013-11-13  0:08 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale Mailing List

Dear Otavio Salvador,

> The kernel used for this board is based in the mainline kernel and
> does not provide the Freescale specific headers so we cannot build the
> GStreamer specific plugin.
> 
> Change-Id: I382759bc05a74c638cb80dd61ce950bf896d33cf
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
>  conf/machine/m53evk.conf | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/conf/machine/m53evk.conf b/conf/machine/m53evk.conf
> index e2fbc56..20f0684 100644
> --- a/conf/machine/m53evk.conf
> +++ b/conf/machine/m53evk.conf
> @@ -21,3 +21,6 @@ IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard"
>  SERIAL_CONSOLE = "115200 ttymxc1"
> 
>  MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"
> +
> +# Avoid adding gst-fsl-plugin as we use non-FSL kernel
> +MACHINE_GSTREAMER_PLUGIN_m53evk = ""

Acked-by: Marek Vasut <marex@denx.de>

Best regards,
Marek Vasut


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

* Re: [meta-fsl-arm-extra][PATCH 1/2] m28evk: Do not enable GStreamer plugin
  2013-11-12 23:59 [meta-fsl-arm-extra][PATCH 1/2] m28evk: Do not enable GStreamer plugin Otavio Salvador
  2013-11-12 23:59 ` [meta-fsl-arm-extra][PATCH 2/2] m53evk: " Otavio Salvador
@ 2013-11-13  0:08 ` Marek Vasut
  1 sibling, 0 replies; 4+ messages in thread
From: Marek Vasut @ 2013-11-13  0:08 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale Mailing List

Dear Otavio Salvador,

> The kernel used for this board is based in the mainline kernel and
> does not provide the Freescale specific headers so we cannot build the
> GStreamer specific plugin.
> 
> Change-Id: Icd9e08c3e774ea3a0df2c532ef52619d378a4fca
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
>  conf/machine/m28evk.conf | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/conf/machine/m28evk.conf b/conf/machine/m28evk.conf
> index abe7c03..76d5b3d 100644
> --- a/conf/machine/m28evk.conf
> +++ b/conf/machine/m28evk.conf
> @@ -21,3 +21,6 @@ SERIAL_CONSOLE = "115200 ttyAMA0"
>  KERNEL_IMAGETYPE = "uImage"
> 
>  MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"
> +
> +# Avoid adding gst-fsl-plugin as we use non-FSL kernel
> +MACHINE_GSTREAMER_PLUGIN_m28evk = ""

Acked-by: Marek Vasut <marex@denx.de>

Best regards,
Marek Vasut


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

end of thread, other threads:[~2013-11-13  0:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-12 23:59 [meta-fsl-arm-extra][PATCH 1/2] m28evk: Do not enable GStreamer plugin Otavio Salvador
2013-11-12 23:59 ` [meta-fsl-arm-extra][PATCH 2/2] m53evk: " Otavio Salvador
2013-11-13  0:08   ` Marek Vasut
2013-11-13  0:08 ` [meta-fsl-arm-extra][PATCH 1/2] m28evk: " Marek Vasut

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.