From 4a7cea9dc33da7266032006fbac971562b0365cb Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Thu, 10 Jan 2013 18:30:57 -0800 Subject: crownbay: specify graphics driver as a kernel feature 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 just the VESA graphics driver. The VESA FB support is kept for both BSPs for boot time splash screen support. This addresses the bug/feature request: [YOCTO #2268] Signed-off-by: Nitin A Kamble Signed-off-by: Tom Zanussi --- meta-crownbay/recipes-kernel/linux/linux-yocto_3.4.bbappend | 2 ++ 1 file changed, 2 insertions(+) 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 f00b56ee..f189f5ba 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 cfg/vesafb" 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}" -- cgit v1.2.3-54-g00ecf