From 454d5fc30e912aa8b5af07e08e42e68e17d74213 Mon Sep 17 00:00:00 2001 From: Rahul Saxena Date: Thu, 15 Dec 2011 07:30:47 -0800 Subject: meta-cedartrail: new layer for Cedar Trail Systems This layer provides the initial version of the BSP for Cedar Trail platform. The Cedar Trail platform is based on the Cedarview processor and Tiger Point Chipset. Signed-off-by: Rahul Saxena Signed-off-by: Tom Zanussi --- meta-cedartrail/conf/layer.conf | 10 ++++++++ meta-cedartrail/conf/machine/cedartrail.conf | 38 ++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100755 meta-cedartrail/conf/layer.conf create mode 100755 meta-cedartrail/conf/machine/cedartrail.conf (limited to 'meta-cedartrail/conf') diff --git a/meta-cedartrail/conf/layer.conf b/meta-cedartrail/conf/layer.conf new file mode 100755 index 00000000..cb4142d0 --- /dev/null +++ b/meta-cedartrail/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 += "cedartrail" +BBFILE_PATTERN_cedartrail := "^${LAYERDIR}/" +BBFILE_PRIORITY_cedartrail = "6" diff --git a/meta-cedartrail/conf/machine/cedartrail.conf b/meta-cedartrail/conf/machine/cedartrail.conf new file mode 100755 index 00000000..23ee0a7b --- /dev/null +++ b/meta-cedartrail/conf/machine/cedartrail.conf @@ -0,0 +1,38 @@ +#@TYPE: Machine +#@NAME: Cedartrail + +#@DESCRIPTION: Machine configuration for Cedartrail systems +# i.e. Cedarview processor + Tiger Point Chipset + +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%" + +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 ttyS3" + +MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" + +IMAGE_FSTYPES ?= "ext3 cpio.gz live" + +GLIBC_ADDONS = "nptl" +GLIBC_EXTRA_OECONF = "--with-tls" + +MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "grub" -- cgit v1.2.3-54-g00ecf