aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@buglabs.net>2009-04-23 13:03:18 +0200
committerMarcin Juszkiewicz <marcin@buglabs.net>2009-04-23 20:11:54 +0200
commit92e83440eb4149db23159fd0dd3cf32262e0d169 (patch)
treec6159cc9b341cc22d1cfdd6f0c011958baae1c74
parentd9558b5034976661aab555aa448d01c5f8c5bf00 (diff)
downloadopenembedded-92e83440eb4149db23159fd0dd3cf32262e0d169.tar.gz
bug: added BUG Labs device
BUG is i.mx31 based device which is often called 'LEGO for IT'. More info: http://buglabs.net/
-rw-r--r--conf/machine/bug.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/machine/bug.conf b/conf/machine/bug.conf
new file mode 100644
index 0000000000..cec3d5b785
--- /dev/null
+++ b/conf/machine/bug.conf
@@ -0,0 +1,16 @@
+#@TYPE: Machine
+#@NAME: Bug Labs BUG Computer
+#@DESCRIPTION: Machine configuration for the BUG base unit.
+TARGET_ARCH = "arm"
+
+MACHINE_EXTRA_RRECOMMENDS = "marvell-gspi-fw"
+PREFERRED_PROVIDER_virtual/kernel = "linux-bug"
+
+MACHINE_FEATURES = "kernel26 screen touchscreen hotplug alsa wifi usbhost usbgadget"
+SERIAL_CONSOLE = "-L 115200 ttymxc4"
+
+CPU_FEATURES += "vfp"
+
+require conf/machine/include/tune-arm1136jf-s.inc
+
+KERNEL_IMAGETYPE = "uImage"