From af40e14ce335fa689d1a989feba3c02a8c71b7a7 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Mon, 27 Dec 2010 16:32:21 -0600 Subject: 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 --- meta-emenlow/conf/machine/emenlow.conf | 48 ++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 meta-emenlow/conf/machine/emenlow.conf (limited to 'meta-emenlow/conf/machine/emenlow.conf') 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 @@ +#@TYPE: Machine +#@NAME: emenlow + +#@DESCRIPTION: Machine configuration for eMenlow based systems, like the +# Webs-2120 box. + +TARGET_ARCH = "i586" +PACKAGE_EXTRA_ARCHS = "x86 emen" + +include conf/machine/include/tune-atom.inc + +BASE_PACKAGE_ARCH="emen" + +MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ + acpi serial usbgadget" + +KERNEL_IMAGETYPE = "bzImage" + +PREFERRED_PROVIDER_virtual/kernel = "linux-wrs" +#PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" +PREFERRED_PROVIDER_libdrm = "libdrm-poulsbo" +PREFERRED_PROVIDER_drm = "libdrm-poulsbo" +PREFERRED_PROVIDER_virtual/libx11 = "libx11-trim" +PREFERRED_PROVIDER_virtual/libgl = "xpsb-glx" +PREFERRED_PROVIDER_virtual/xserver = "xserver-psb" +PREFERRED_PROVIDER_virtual/xserver-xf86 = "xserver-psb" +PREFERRED_PROVIDER_xserver-xf86-dri-lite = "xserver-psb" + +XSERVER ?= "xserver-psb \ + xf86-input-mouse \ + xf86-input-keyboard \ + xf86-input-evdev" + +SERIAL_CONSOLE = "115200 ttyS0" + +MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" + +GUI_MACHINE_CLASS = "bigscreen" + +IMAGE_ROOTFS_SIZE_ext3 = "2000000" + +IMAGE_FSTYPES ?= "ext3 cpio.gz" + +GLIBC_ADDONS = "nptl" +GLIBC_EXTRA_OECONF = "--with-tls" + +SRCREV_machine_pn-linux-wrs_emenlow ?= "aae69fdf104b0a9d7b3710f808aac6ab303490f7" +SRCREV_meta_pn-linux-wrs_emenlow ?= "b67e060194a38c6331da1532bd06446087a42b3b" -- cgit v1.2.3-54-g00ecf