mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
fri2: use EMGD version 1.16 instead of 1.14
The recently added 1.16 version of the EMGD graphics stack also works for the FRI2 BSP. Update the BSP to use the newer EMGD version for graphics. This partly addresses: [YOCTO #3809] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
5c2feb6f9f
commit
706a62e662
|
@ -27,7 +27,7 @@ XSERVER ?= "${XSERVER_IA32_BASE} \
|
|||
PREFERRED_VERSION_xserver-xorg ?= "1.9.3"
|
||||
PREFERRED_VERSION_mesa-dri ?= "9.0.1"
|
||||
PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
|
||||
PREFERRED_VERSION_emgd-driver-bin ?= "1.14"
|
||||
PREFERRED_VERSION_emgd-driver-bin ?= "1.16"
|
||||
|
||||
# Syslinux does not know about the 64MHz uart clock and it does not detect the
|
||||
# serial device by number. Use the IO port directly and divide the baud down to
|
||||
|
|
|
@ -3,7 +3,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|||
COMPATIBLE_MACHINE_fri2 = "fri2"
|
||||
KMACHINE_fri2 = "fri2"
|
||||
KBRANCH_fri2 = "standard/fri2"
|
||||
KERNEL_FEATURES_fri2_append = " features/drm-emgd cfg/vesafb"
|
||||
KERNEL_FEATURES_fri2_append = " features/drm-emgd/drm-emgd-1.16 cfg/vesafb"
|
||||
SRCREV_machine_pn-linux-yocto_fri2 ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto_fri2 ?= "${AUTOREV}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user