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>
This commit is contained in:
Nitin A Kamble 2013-01-11 09:30:43 -08:00 committed by Tom Zanussi
parent 4a7cea9dc3
commit b21c9ea929

View File

@ -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}"