diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2010-12-27 16:32:21 -0600 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2010-12-27 16:32:21 -0600 |
commit | af40e14ce335fa689d1a989feba3c02a8c71b7a7 (patch) | |
tree | 90ce1d53eb63627d90ec7f081b680a66c92e8705 /meta-emenlow/conf/machine | |
parent | ba8b8a99fd1598d0ce2cbaa69e9d16358d1ff5db (diff) | |
download | meta-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.conf | 48 |
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 | |||
7 | TARGET_ARCH = "i586" | ||
8 | PACKAGE_EXTRA_ARCHS = "x86 emen" | ||
9 | |||
10 | include conf/machine/include/tune-atom.inc | ||
11 | |||
12 | BASE_PACKAGE_ARCH="emen" | ||
13 | |||
14 | MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ | ||
15 | acpi serial usbgadget" | ||
16 | |||
17 | KERNEL_IMAGETYPE = "bzImage" | ||
18 | |||
19 | PREFERRED_PROVIDER_virtual/kernel = "linux-wrs" | ||
20 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | ||
21 | PREFERRED_PROVIDER_libdrm = "libdrm-poulsbo" | ||
22 | PREFERRED_PROVIDER_drm = "libdrm-poulsbo" | ||
23 | PREFERRED_PROVIDER_virtual/libx11 = "libx11-trim" | ||
24 | PREFERRED_PROVIDER_virtual/libgl = "xpsb-glx" | ||
25 | PREFERRED_PROVIDER_virtual/xserver = "xserver-psb" | ||
26 | PREFERRED_PROVIDER_virtual/xserver-xf86 = "xserver-psb" | ||
27 | PREFERRED_PROVIDER_xserver-xf86-dri-lite = "xserver-psb" | ||
28 | |||
29 | XSERVER ?= "xserver-psb \ | ||
30 | xf86-input-mouse \ | ||
31 | xf86-input-keyboard \ | ||
32 | xf86-input-evdev" | ||
33 | |||
34 | SERIAL_CONSOLE = "115200 ttyS0" | ||
35 | |||
36 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" | ||
37 | |||
38 | GUI_MACHINE_CLASS = "bigscreen" | ||
39 | |||
40 | IMAGE_ROOTFS_SIZE_ext3 = "2000000" | ||
41 | |||
42 | IMAGE_FSTYPES ?= "ext3 cpio.gz" | ||
43 | |||
44 | GLIBC_ADDONS = "nptl" | ||
45 | GLIBC_EXTRA_OECONF = "--with-tls" | ||
46 | |||
47 | SRCREV_machine_pn-linux-wrs_emenlow ?= "aae69fdf104b0a9d7b3710f808aac6ab303490f7" | ||
48 | SRCREV_meta_pn-linux-wrs_emenlow ?= "b67e060194a38c6331da1532bd06446087a42b3b" | ||