[linux-yocto] [PATCH 15/16] minnow.scc: enable media & firmware features

Darren Hart dvhart at linux.intel.com
Fri Nov 22 13:52:36 PST 2013


On Fri, 2013-11-22 at 11:36 -0800, nitin.a.kamble at intel.com wrote:
> From: Nitin A Kamble <nitin.a.kamble at intel.com>
> 
> This takes out the need of the media.cfg from the kernel recipe.

If anything these should be added to minnow-standard.scc. The minnow.scc
is only for devices always present on the board, and even some of those
are optional.

Please move this to minnow-standard.

> 
> Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
> ---
>  meta/cfg/kernel-cache/bsp/minnow/minnow.scc | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/meta/cfg/kernel-cache/bsp/minnow/minnow.scc b/meta/cfg/kernel-cache/bsp/minnow/minnow.scc
> index 089d913..14a0abd 100644
> --- a/meta/cfg/kernel-cache/bsp/minnow/minnow.scc
> +++ b/meta/cfg/kernel-cache/bsp/minnow/minnow.scc
> @@ -11,6 +11,15 @@ include cfg/timer/rtc.scc
>  include features/leds/leds.scc
>  include features/spi/spidev.scc
>  include features/i2c/i2cdev.scc
> +include features/media/dvb_frontends.scc
> +include features/media/i2c.scc
> +include features/media/pci-capture.scc
> +include features/media/platform.scc
> +include features/media/radio.scc
> +include features/media/rc.scc
> +include features/media/tuners.scc
> +include features/media/usb_tv.scc

Hrm, actually, something I did with wifi to avoid huge lists like this
in all the generic bsps, was to add a wifi-all.scc, something similar
would be appropriate for media.


> +include features/firmware/firmware.scc
>  
>  # Earlyprintk and port debug requires 8250
>  # This is a =y fragment

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel




More information about the linux-yocto mailing list