summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/conf/machine
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2010-12-27 16:32:21 -0600
committerTom Zanussi <tom.zanussi@intel.com>2010-12-27 16:32:21 -0600
commitaf40e14ce335fa689d1a989feba3c02a8c71b7a7 (patch)
tree90ce1d53eb63627d90ec7f081b680a66c92e8705 /meta-emenlow/conf/machine
parentba8b8a99fd1598d0ce2cbaa69e9d16358d1ff5db (diff)
downloadmeta-intel-af40e14ce335fa689d1a989feba3c02a8c71b7a7.tar.gz
meta-emenlow: move to meta-intel repo from poky repo
This is the meta-emenlow layer, moved from the poky repo in order to keep all the meta-intel BSPs together. This version builds against laverne (0.90) - detailed build instruction can be found in the README file. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-emenlow/conf/machine')
-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"