[meta-intel] [PATCH v2 1/1] fri2: use emgd version 1.16 instead of 1.14

nitin.a.kamble at intel.com nitin.a.kamble at intel.com
Thu Jan 31 13:17:10 PST 2013


From: Nitin A Kamble <nitin.a.kamble at intel.com>

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 <nitin.a.kamble at intel.com>
---
 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}"
 
-- 
1.7.3.4




More information about the meta-intel mailing list