mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
crownbay: specify graphics driver as a kernel feature
This change avoids addition of emgd source code in the noemgd bsp kernels. This configures the crownbay BSP kernel with EMGD graphics driver and crownbay-noemgd BSP kernel with just the 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 <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
dd6c3d3b19
commit
4a7cea9dc3
|
@ -3,10 +3,12 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|||
COMPATIBLE_MACHINE_crownbay = "crownbay"
|
||||
KMACHINE_crownbay = "crownbay"
|
||||
KBRANCH_crownbay = "standard/crownbay"
|
||||
KERNEL_FEATURES_crownbay_append = " features/drm-emgd cfg/vesafb"
|
||||
|
||||
COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
|
||||
KMACHINE_crownbay-noemgd = "crownbay"
|
||||
KBRANCH_crownbay-noemgd = "standard/crownbay"
|
||||
KERNEL_FEATURES_crownbay-noemgd_append = " cfg/vesafb"
|
||||
|
||||
SRCREV_machine_pn-linux-yocto_crownbay ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto_crownbay ?= "${AUTOREV}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user