From 7658dbaa94638f86bab45f5763565370e8854853 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Tue, 16 Aug 2011 15:59:55 -0500 Subject: meta-fri2: add EMGD 1.8 capabilities to fri2 This patch essentially adds a new EMGD-capable 'fri2' machine to meta-fri2. The current version with vesa graphics will become fri2-noemgd; fri2 will become the version with EMGD graphics. This patch does the fri2->fri2-noemgd renaming and adds the new files for fri2, and updates the necessary .bbappends to support both fri2 and fri2-noemgd. Signed-off-by: Tom Zanussi --- meta-fri2/conf/machine/fri2.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meta-fri2/conf/machine/fri2.conf') diff --git a/meta-fri2/conf/machine/fri2.conf b/meta-fri2/conf/machine/fri2.conf index a8715294..4b81fab0 100644 --- a/meta-fri2/conf/machine/fri2.conf +++ b/meta-fri2/conf/machine/fri2.conf @@ -24,7 +24,10 @@ XSERVER ?= "xserver-xf86-dri-lite \ xf86-input-keyboard \ xf86-input-evdev \ xf86-input-synaptics \ - xf86-video-vesa" + emgd-driver-bin" + +PREFERRED_VERSION_xserver-xf86-dri-lite ?= "1.9.3" +PREFERRED_VERSION_emgd-driver-bin ?= "1.8" SERIAL_CONSOLE = "115200 ttyS0" -- cgit v1.2.3-54-g00ecf