[meta-intel] [Patch v3 3/6] crownbay: specify graphics driver as a kernel feature

Tom Zanussi tom.zanussi at intel.com
Thu Jan 17 21:56:52 PST 2013


On Wed, 2013-01-16 at 11:59 -0800, 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.
> 

I tried this with a locally patched kernel, and X/emgd work fine, but I
get this message at the beginning:

  Undefined video mode number: 318
  Press <ENTER> to see video modes available, <SPACE> to continue, or
wait 30 sec

Tom

> 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 d154f3a..1e74d2d 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}"





More information about the meta-intel mailing list