summaryrefslogtreecommitdiffstats
path: root/meta-crownbay/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-crownbay/conf')
-rw-r--r--meta-crownbay/conf/machine/crownbay-noemgd.conf42
1 files changed, 5 insertions, 37 deletions
diff --git a/meta-crownbay/conf/machine/crownbay-noemgd.conf b/meta-crownbay/conf/machine/crownbay-noemgd.conf
index aa9e7328..80fc2a6f 100644
--- a/meta-crownbay/conf/machine/crownbay-noemgd.conf
+++ b/meta-crownbay/conf/machine/crownbay-noemgd.conf
@@ -5,43 +5,11 @@
5# i.e. E660 + EG20T 5# i.e. E660 + EG20T
6 6
7include conf/machine/include/tune-atom.inc 7include conf/machine/include/tune-atom.inc
8include conf/machine/include/ia32-base.inc
8 9
9MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ 10XSERVER ?= "${XSERVER_IA32_BASE} \
10 acpi serial usbgadget" 11 ${XSERVER_IA32_EXT} \
11 12 ${XSERVER_IA32_VESA} \
12KERNEL_IMAGETYPE = "bzImage" 13 "
13
14PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
15PREFERRED_VERSION_linux-yocto = "3.0%"
16
17PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
18PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim"
19PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri"
20PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
21XSERVER ?= "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 xf86-video-vesa"
33
34PREFERRED_VERSION_xserver-xorg ?= "1.11.1"
35
36SERIAL_CONSOLE = "115200 ttyS0"
37 14
38APPEND += "video=vesafb vga=0x318" 15APPEND += "video=vesafb vga=0x318"
39
40MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
41
42IMAGE_FSTYPES ?= "ext3 cpio.gz live"
43
44GLIBC_ADDONS = "nptl"
45GLIBC_EXTRA_OECONF = "--with-tls"
46
47MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "grub"