mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
4a7cea9dc3
commit
b21c9ea929
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user