From be72384306c4dcc88b4866db743e7e501c6fa830 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Fri, 17 Dec 2010 13:05:46 -0600 Subject: meta-crownbay: add a machine configuration that doesn't use EMGD graphics This adds a second machine to the meta-crownbay BSP that uses generic vesa graphics instead of the Intel-proprietary straight 'crownbay' version that does. The name of the new machine is 'crownbay-noemgd'. Though the graphics quality isn't as nice, the binaries for this version can be distributed without any need for license click-throughs or the manual step currently required for the EMGD version. Signed-off-by: Tom Zanussi --- meta-crownbay/conf/machine/crownbay-noemgd.conf | 45 +++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 meta-crownbay/conf/machine/crownbay-noemgd.conf (limited to 'meta-crownbay/conf/machine/crownbay-noemgd.conf') diff --git a/meta-crownbay/conf/machine/crownbay-noemgd.conf b/meta-crownbay/conf/machine/crownbay-noemgd.conf new file mode 100644 index 00000000..535cf55e --- /dev/null +++ b/meta-crownbay/conf/machine/crownbay-noemgd.conf @@ -0,0 +1,45 @@ +#@TYPE: Machine +#@NAME: crownbay-noemgd + +#@DESCRIPTION: Machine configuration for Crown Bay systems, without Intel-proprietary graphics bits +# i.e. E660 + EG20T + +TARGET_ARCH = "i586" +PACKAGE_EXTRA_ARCHS = "x86 atom" + +include conf/machine/include/tune-atom.inc + +BASE_PACKAGE_ARCH="atom" + +MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ + acpi serial usbgadget" + +KERNEL_IMAGETYPE = "bzImage" + +PREFERRED_PROVIDER_virtual/kernel ?= "linux-wrs" +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" + +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_crownbay-noemgd = "f0afe10edaed24575eb115ad69c366fc24ea9380" +SRCREV_meta_pn-linux-wrs = "2f315f96f26a93d22fe0fc524de629e7c46b8469" -- cgit v1.2.3-54-g00ecf