From 8e200220c256c522d115e3ef9ea0a39416bc8c8d Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Fri, 11 Jan 2013 09:33:23 -0800 Subject: fri2: specify graphics driver as a kernel feature This change avoids addition of emgd source code in the noemgd bsp kernels. This configures the fri2 BSP kernel with EMGD graphics driver and fri2-noemgd BSP kernel with 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-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend index 814d08e2..25431a15 100644 --- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend +++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend @@ -3,12 +3,14 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" COMPATIBLE_MACHINE_fri2 = "fri2" KMACHINE_fri2 = "fri2" KBRANCH_fri2 = "standard/fri2" +KERNEL_FEATURES_fri2_append = " features/drm-emgd cfg/vesfb" SRCREV_machine_pn-linux-yocto_fri2 ?= "${AUTOREV}" SRCREV_meta_pn-linux-yocto_fri2 ?= "${AUTOREV}" COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd" KMACHINE_fri2-noemgd = "fri2" KBRANCH_fri2-noemgd = "standard/fri2" +KERNEL_FEATURES_fri2_append = " cfg/vesafb" SRCREV_machine_pn-linux-yocto_fri2-noemgd ?= "${AUTOREV}" SRCREV_meta_pn-linux-yocto_fri2-noemgd ?= "${AUTOREV}" -- cgit v1.2.3-54-g00ecf