From ea897ce72602c7b8f1f11aafe8baf6cbe5887c4c Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Tue, 12 Jul 2011 09:38:17 -0500 Subject: meta-fri2: new layer for Fish River Island II (E6XX/EG20T) systems This layer provides support for E6XX + EG20T Intel systems. Currently it supports only vesa graphics, which will be upgraded shortly. Signed-off-by: Tom Zanussi --- meta-fri2/conf/layer.conf | 10 ++++++++++ meta-fri2/conf/machine/fri2.conf | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 meta-fri2/conf/layer.conf create mode 100644 meta-fri2/conf/machine/fri2.conf (limited to 'meta-fri2/conf') diff --git a/meta-fri2/conf/layer.conf b/meta-fri2/conf/layer.conf new file mode 100644 index 00000000..b30e776f --- /dev/null +++ b/meta-fri2/conf/layer.conf @@ -0,0 +1,10 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH := "${BBPATH}:${LAYERDIR}" + +# We have a recipes directory, add to BBFILES +BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "fri2" +BBFILE_PATTERN_fri2 := "^${LAYERDIR}/" +BBFILE_PRIORITY_fri2 = "6" diff --git a/meta-fri2/conf/machine/fri2.conf b/meta-fri2/conf/machine/fri2.conf new file mode 100644 index 00000000..61b102dd --- /dev/null +++ b/meta-fri2/conf/machine/fri2.conf @@ -0,0 +1,36 @@ +#@TYPE: Machine +#@NAME: fri2 + +#@DESCRIPTION: Machine configuration for Fish River Island II systems +# i.e. E660 + EG20T + +include conf/machine/include/tune-atom.inc + +MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ + acpi serial usbgadget" + +KERNEL_IMAGETYPE = "bzImage" + +PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" +PREFERRED_VERSION_linux-yocto = "3.0+git%" + +PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" +PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" +PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri" +PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite" +PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xf86-dri-lite" +XSERVER ?= "xserver-xf86-dri-lite \ + xf86-input-mouse \ + xf86-input-keyboard \ + xf86-input-evdev \ + xf86-input-synaptics \ + xf86-video-vesa" + +SERIAL_CONSOLE = "115200 ttyS0" + +MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" + +IMAGE_FSTYPES ?= "ext3 cpio.gz live" + +GLIBC_ADDONS = "nptl" +GLIBC_EXTRA_OECONF = "--with-tls" -- cgit v1.2.3-54-g00ecf