From 5b9c36be97095705c82bd36a524efc6171ea9af8 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Mon, 25 Feb 2013 09:04:49 -0800 Subject: sys940x: use EMGD version 1.16 instead of 1.14 The link for the source tarball of the emgd 1.14 driver is not working anymore. Also the sys940x BSP should also use the latest EMGD driver like rest of the EMGD based BSPs. This partly addresses: [YOCTO #3809] Signed-off-by: Nitin A Kamble Signed-off-by: Tom Zanussi Acked-by: Darren Hart --- meta-sys940x/conf/machine/sys940x.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-sys940x/conf') diff --git a/meta-sys940x/conf/machine/sys940x.conf b/meta-sys940x/conf/machine/sys940x.conf index 5ab592ff..c4aa5db6 100644 --- a/meta-sys940x/conf/machine/sys940x.conf +++ b/meta-sys940x/conf/machine/sys940x.conf @@ -26,7 +26,7 @@ XSERVER ?= "${XSERVER_IA32_BASE} \ PREFERRED_VERSION_xserver-xorg ?= "1.9.3" PREFERRED_VERSION_mesa-dri ?= "9.0.2" PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0" -PREFERRED_VERSION_emgd-driver-bin ?= "1.14" +PREFERRED_VERSION_emgd-driver-bin ?= "1.16" SERIAL_CONSOLE = "115200 ttyS0" APPEND += "console=ttyS0,115200 console=tty0" -- cgit v1.2.3-54-g00ecf