On 01/31/2013 01:17 PM, [email protected] wrote: > From: Nitin A Kamble <[email protected]> > > The recently added version 1.16 of emgd graphics stack > is also working 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 <[email protected]>
Acked-by: Darren Hart <[email protected]> > --- > meta-fri2/conf/machine/fri2.conf | 2 +- > .../recipes-kernel/linux/linux-yocto_3.4.bbappend | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-fri2/conf/machine/fri2.conf > b/meta-fri2/conf/machine/fri2.conf > index a1b13fa..12b8367 100644 > --- a/meta-fri2/conf/machine/fri2.conf > +++ b/meta-fri2/conf/machine/fri2.conf > @@ -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 > diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend > b/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend > index 9165f21..e47bae3 100644 > --- a/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend > +++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.4.bbappend > @@ -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}" > > -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
