[oe-commits] Marcin Juszkiewicz : bug: added BUG Labs device

GIT User account git at amethyst.openembedded.net
Fri Apr 24 09:08:01 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: ba2fbd4e4e59654694b98815c7a7c2e2cf45a100
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ba2fbd4e4e59654694b98815c7a7c2e2cf45a100

Author: Marcin Juszkiewicz <marcin at buglabs.net>
Date:   Thu Apr 23 08:26:36 2009 +0000

bug: added BUG Labs device

BUG is i.mx31 based device which is often called 'LEGO for IT'.

More info: http://buglabs.net/

Signed-off-by: Marcin Juszkiewicz <marcin at buglabs.net>
Acked-by: Koen Kooi <koen at openembedded.org>

---

 conf/machine/bug.conf |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/conf/machine/bug.conf b/conf/machine/bug.conf
new file mode 100644
index 0000000..cec3d5b
--- /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"





More information about the Openembedded-commits mailing list