[meta-intel] [PATCH 07/10] crownbay: specify graphics driver as a kernel feature

Darren Hart darren.hart at intel.com
Wed Jan 16 10:16:10 PST 2013


This is to address [YOCTO 2268] correct?

On 01/15/2013 09:08 PM, nitin.a.kamble at intel.com wrote:
> From: Nitin A Kamble <nitin.a.kamble at intel.com>
> 
> This change avoids addition of emgd source code in the noemgd bsp kernels.
> 
> This configures the crownbay BSP kernel with EMGD graphics driver
> and crownbay-noemgd BSP kernel with VESA graphics driver.
> 
> Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
> ---
>  .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
> index f653a4d..600f47b 100644
> --- a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
> +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend
> @@ -3,10 +3,12 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>  COMPATIBLE_MACHINE_crownbay = "crownbay"
>  KMACHINE_crownbay  = "crownbay"
>  KBRANCH_crownbay  = "standard/crownbay"
> +KERNEL_FEATURES_crownbay_append = " features/drm-emgd"
>  
>  COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
>  KMACHINE_crownbay-noemgd  = "crownbay"
>  KBRANCH_crownbay-noemgd  = "standard/crownbay"
> +KERNEL_FEATURES_crownbay-noemgd_append = " cfg/vesafb"
>  
>  SRCREV_machine_pn-linux-yocto_crownbay ?= "${AUTOREV}"
>  SRCREV_meta_pn-linux-yocto_crownbay ?= "${AUTOREV}"
> 

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



More information about the meta-intel mailing list