aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/imote2.conf
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2010-02-14 13:31:22 +0100
committerStefan Schmidt <stefan@datenfreihafen.org>2010-02-15 21:17:48 +0100
commit137804d52257ae611d75c042ba01f89688d2ea14 (patch)
tree55ec1ef84f2e52f3d6c73d12a32101854969310d /conf/machine/imote2.conf
parentecc28508d531eeffdd0d0364dc9a24fe73006104 (diff)
downloadopenembedded-137804d52257ae611d75c042ba01f89688d2ea14.tar.gz
imote2.conf: Add Xbow iMote 2 machine.
Diffstat (limited to 'conf/machine/imote2.conf')
-rw-r--r--conf/machine/imote2.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/machine/imote2.conf b/conf/machine/imote2.conf
new file mode 100644
index 0000000000..06a4fbf61a
--- /dev/null
+++ b/conf/machine/imote2.conf
@@ -0,0 +1,15 @@
+#@TYPE: Machine
+#@Name: Crossbow iMote2
+#@DESCRIPTION: Machine configuration for Crossbow iMote 2
+TARGET_ARCH = "arm"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+
+PACKAGE_EXTRA_ARCHS = " iwmmxt"
+
+require conf/machine/include/tune-xscale.inc
+
+# used by opie-collections.inc
+ROOT_FLASH_SIZE ?= "32"
+
+MACHINE_FEATURES = "kernel26 usbgadget alsa iwmmxt"