aboutsummaryrefslogtreecommitdiffstats
path: root/meta-crownbay/conf/machine/crownbay.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-crownbay/conf/machine/crownbay.conf')
-rw-r--r--meta-crownbay/conf/machine/crownbay.conf46
1 files changed, 46 insertions, 0 deletions
diff --git a/meta-crownbay/conf/machine/crownbay.conf b/meta-crownbay/conf/machine/crownbay.conf
new file mode 100644
index 00000000..1fc27b78
--- /dev/null
+++ b/meta-crownbay/conf/machine/crownbay.conf
@@ -0,0 +1,46 @@
+#@TYPE: Machine
+#@NAME: crownbay
+
+#@DESCRIPTION: Machine configuration for Crown Bay systems
+# 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-emgd"
+PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xf86-emgd"
+XSERVER ?= "xserver-xf86-emgd \
+ xserver-xf86-emgd-bin \
+ xf86-input-mouse \
+ xf86-input-keyboard \
+ xf86-input-evdev \
+ xf86-input-synaptics \
+ xf86-video-vesa"
+
+PREFERRED_VERSION_xserver-xf86-emgd ?= "1.7.99.2"
+PREFERRED_VERSION_xserver-xf86-emgd-bin ?= "1.7.99.2"
+
+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"