From b21c9ea929c4ab39dbb24b4225df94dbbb21e19f Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Fri, 11 Jan 2013 09:30:43 -0800 Subject: emenlow: specify graphics driver as a kernel feature This change avoids addition of emgd source code in the noemgd bsp kernels. This configures the emenlow BSP kernel with EMGD graphics driver. The VESA FB support is kept 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-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-emenlow') diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend index 90011c51..d0306bc7 100644 --- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend +++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend @@ -3,6 +3,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" COMPATIBLE_MACHINE_emenlow = "emenlow" KMACHINE_emenlow = "emenlow" KBRANCH_emenlow = "standard/emenlow" +KERNEL_FEATURES_emenlow_append = " features/drm-emgd cfg/vesafb" SRCREV_machine_pn-linux-yocto_emenlow ?= "${AUTOREV}" SRCREV_meta_pn-linux-yocto_emenlow ?= "${AUTOREV}" -- cgit v1.2.3-54-g00ecf