summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/conf/machine/emenlow.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-emenlow/conf/machine/emenlow.conf')
-rw-r--r--meta-emenlow/conf/machine/emenlow.conf48
1 files changed, 48 insertions, 0 deletions
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf
new file mode 100644
index 00000000..fab3b4cd
--- /dev/null
+++ b/meta-emenlow/conf/machine/emenlow.conf
@@ -0,0 +1,48 @@
1#@TYPE: Machine
2#@NAME: emenlow
3
4#@DESCRIPTION: Machine configuration for eMenlow based systems, like the
5# Webs-2120 box.
6
7TARGET_ARCH = "i586"
8PACKAGE_EXTRA_ARCHS = "x86 emen"
9
10include conf/machine/include/tune-atom.inc
11
12BASE_PACKAGE_ARCH="emen"
13
14MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \
15 acpi serial usbgadget"
16
17KERNEL_IMAGETYPE = "bzImage"
18
19PREFERRED_PROVIDER_virtual/kernel = "linux-wrs"
20#PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
21PREFERRED_PROVIDER_libdrm = "libdrm-poulsbo"
22PREFERRED_PROVIDER_drm = "libdrm-poulsbo"
23PREFERRED_PROVIDER_virtual/libx11 = "libx11-trim"
24PREFERRED_PROVIDER_virtual/libgl = "xpsb-glx"
25PREFERRED_PROVIDER_virtual/xserver = "xserver-psb"
26PREFERRED_PROVIDER_virtual/xserver-xf86 = "xserver-psb"
27PREFERRED_PROVIDER_xserver-xf86-dri-lite = "xserver-psb"
28
29XSERVER ?= "xserver-psb \
30 xf86-input-mouse \
31 xf86-input-keyboard \
32 xf86-input-evdev"
33
34SERIAL_CONSOLE = "115200 ttyS0"
35
36MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
37
38GUI_MACHINE_CLASS = "bigscreen"
39
40IMAGE_ROOTFS_SIZE_ext3 = "2000000"
41
42IMAGE_FSTYPES ?= "ext3 cpio.gz"
43
44GLIBC_ADDONS = "nptl"
45GLIBC_EXTRA_OECONF = "--with-tls"
46
47SRCREV_machine_pn-linux-wrs_emenlow ?= "aae69fdf104b0a9d7b3710f808aac6ab303490f7"
48SRCREV_meta_pn-linux-wrs_emenlow ?= "b67e060194a38c6331da1532bd06446087a42b3b"