diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2011-08-16 20:59:55 (GMT) |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-08-25 17:19:30 (GMT) |
commit | 7658dbaa94638f86bab45f5763565370e8854853 (patch) | |
tree | b2a6285d1f12d8c9a8ff6359d1a19306235ea26a /meta-fri2/conf | |
parent | 51baa983b3505dcd0084611d6181a125e91ee063 (diff) | |
download | meta-intel-7658dbaa94638f86bab45f5763565370e8854853.tar.gz |
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 <tom.zanussi@intel.com>
Diffstat (limited to 'meta-fri2/conf')
-rw-r--r-- | meta-fri2/conf/machine/fri2-noemgd.conf | 36 | ||||
-rw-r--r-- | meta-fri2/conf/machine/fri2.conf | 5 |
2 files changed, 40 insertions, 1 deletions
diff --git a/meta-fri2/conf/machine/fri2-noemgd.conf b/meta-fri2/conf/machine/fri2-noemgd.conf new file mode 100644 index 0000000..a871529 --- /dev/null +++ b/meta-fri2/conf/machine/fri2-noemgd.conf | |||
@@ -0,0 +1,36 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: fri2 | ||
3 | |||
4 | #@DESCRIPTION: Machine configuration for Fish River Island II systems | ||
5 | # i.e. E660 + EG20T | ||
6 | |||
7 | include conf/machine/include/tune-atom.inc | ||
8 | |||
9 | MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ | ||
10 | acpi serial usbgadget wifi 3g" | ||
11 | |||
12 | KERNEL_IMAGETYPE = "bzImage" | ||
13 | |||
14 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | ||
15 | PREFERRED_VERSION_linux-yocto ?= "3.0%" | ||
16 | |||
17 | PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | ||
18 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" | ||
19 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri" | ||
20 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite" | ||
21 | PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xf86-dri-lite" | ||
22 | XSERVER ?= "xserver-xf86-dri-lite \ | ||
23 | xf86-input-mouse \ | ||
24 | xf86-input-keyboard \ | ||
25 | xf86-input-evdev \ | ||
26 | xf86-input-synaptics \ | ||
27 | xf86-video-vesa" | ||
28 | |||
29 | SERIAL_CONSOLE = "115200 ttyS0" | ||
30 | |||
31 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" | ||
32 | |||
33 | IMAGE_FSTYPES ?= "ext3 cpio.gz live" | ||
34 | |||
35 | GLIBC_ADDONS = "nptl" | ||
36 | GLIBC_EXTRA_OECONF = "--with-tls" | ||
diff --git a/meta-fri2/conf/machine/fri2.conf b/meta-fri2/conf/machine/fri2.conf index a871529..4b81fab 100644 --- a/meta-fri2/conf/machine/fri2.conf +++ b/meta-fri2/conf/machine/fri2.conf | |||
@@ -24,7 +24,10 @@ XSERVER ?= "xserver-xf86-dri-lite \ | |||
24 | xf86-input-keyboard \ | 24 | xf86-input-keyboard \ |
25 | xf86-input-evdev \ | 25 | xf86-input-evdev \ |
26 | xf86-input-synaptics \ | 26 | xf86-input-synaptics \ |
27 | xf86-video-vesa" | 27 | emgd-driver-bin" |
28 | |||
29 | PREFERRED_VERSION_xserver-xf86-dri-lite ?= "1.9.3" | ||
30 | PREFERRED_VERSION_emgd-driver-bin ?= "1.8" | ||
28 | 31 | ||
29 | SERIAL_CONSOLE = "115200 ttyS0" | 32 | SERIAL_CONSOLE = "115200 ttyS0" |
30 | 33 | ||