summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/recipes-kernel
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2013-01-11 09:30:43 -0800
committerTom Zanussi <tom.zanussi@intel.com>2013-01-19 12:53:54 -0600
commitb21c9ea929c4ab39dbb24b4225df94dbbb21e19f (patch)
tree01df1fa4a5d909cd1e6e5f60394592c03c89093c /meta-emenlow/recipes-kernel
parent4a7cea9dc33da7266032006fbac971562b0365cb (diff)
downloadmeta-intel-b21c9ea929c4ab39dbb24b4225df94dbbb21e19f.tar.gz
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 <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-emenlow/recipes-kernel')
-rw-r--r--meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend1
1 files changed, 1 insertions, 0 deletions
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}:"
3COMPATIBLE_MACHINE_emenlow = "emenlow" 3COMPATIBLE_MACHINE_emenlow = "emenlow"
4KMACHINE_emenlow = "emenlow" 4KMACHINE_emenlow = "emenlow"
5KBRANCH_emenlow = "standard/emenlow" 5KBRANCH_emenlow = "standard/emenlow"
6KERNEL_FEATURES_emenlow_append = " features/drm-emgd cfg/vesafb"
6 7
7SRCREV_machine_pn-linux-yocto_emenlow ?= "${AUTOREV}" 8SRCREV_machine_pn-linux-yocto_emenlow ?= "${AUTOREV}"
8SRCREV_meta_pn-linux-yocto_emenlow ?= "${AUTOREV}" 9SRCREV_meta_pn-linux-yocto_emenlow ?= "${AUTOREV}"