diff options
Diffstat (limited to 'meta-fri2/conf')
-rw-r--r-- | meta-fri2/conf/machine/fri2.conf | 42 |
1 files changed, 7 insertions, 35 deletions
diff --git a/meta-fri2/conf/machine/fri2.conf b/meta-fri2/conf/machine/fri2.conf index 80fa43b9..15036a4c 100644 --- a/meta-fri2/conf/machine/fri2.conf +++ b/meta-fri2/conf/machine/fri2.conf | |||
@@ -5,45 +5,17 @@ | |||
5 | # i.e. E660 + EG20T | 5 | # i.e. E660 + EG20T |
6 | 6 | ||
7 | include conf/machine/include/tune-atom.inc | 7 | include conf/machine/include/tune-atom.inc |
8 | include conf/machine/include/ia32-base.inc | ||
8 | 9 | ||
9 | MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ | 10 | MACHINE_FEATURES += "wifi 3g" |
10 | acpi serial usbgadget wifi 3g" | ||
11 | 11 | ||
12 | KERNEL_IMAGETYPE = "bzImage" | 12 | XSERVER ?= "${XSERVER_IA32_BASE} \ |
13 | 13 | ${XSERVER_IA32_EXT} \ | |
14 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 14 | ${XSERVER_IA32_EMGD} \ |
15 | PREFERRED_VERSION_linux-yocto ?= "3.0%" | 15 | " |
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-xorg" | ||
21 | XSERVER ?= "xserver-xorg \ | ||
22 | xserver-xorg-extension-dri \ | ||
23 | xserver-xorg-extension-dri2 \ | ||
24 | xserver-xorg-extension-glx \ | ||
25 | xserver-xorg-extension-extmod \ | ||
26 | xserver-xorg-extension-dbe \ | ||
27 | xserver-xorg-module-libint10 \ | ||
28 | xf86-input-mouse \ | ||
29 | xf86-input-keyboard \ | ||
30 | xf86-input-evdev \ | ||
31 | xf86-input-synaptics \ | ||
32 | emgd-driver-bin" | ||
33 | 16 | ||
34 | PREFERRED_VERSION_xserver-xorg ?= "1.9.3" | 17 | PREFERRED_VERSION_xserver-xorg ?= "1.9.3" |
18 | PREFERRED_VERSION_mesa-dri ?= "7.11" | ||
35 | PREFERRED_VERSION_emgd-driver-bin ?= "1.8" | 19 | PREFERRED_VERSION_emgd-driver-bin ?= "1.8" |
36 | 20 | ||
37 | SERIAL_CONSOLE = "115200 ttyS0" | ||
38 | |||
39 | APPEND += "video=vesafb vga=0x318" | 21 | APPEND += "video=vesafb vga=0x318" |
40 | |||
41 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" | ||
42 | |||
43 | IMAGE_FSTYPES ?= "ext3 cpio.gz live" | ||
44 | |||
45 | GLIBC_ADDONS = "nptl" | ||
46 | GLIBC_EXTRA_OECONF = "--with-tls" | ||
47 | |||
48 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "grub" | ||
49 | |||