]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add mx31ads machine
authorRichard Purdie <richard@openedhand.com>
Tue, 18 Dec 2007 07:57:09 +0000 (07:57 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 18 Dec 2007 07:57:09 +0000 (07:57 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3338 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/machine/mx31ads.conf [new file with mode: 0644]

diff --git a/meta/conf/machine/mx31ads.conf b/meta/conf/machine/mx31ads.conf
new file mode 100644 (file)
index 0000000..6a34863
--- /dev/null
@@ -0,0 +1,15 @@
+#@TYPE: Machine
+#@NAME: Freescale imx31 ADS Board
+#@DESCRIPTION: Machine configuration for the imx31 based Freescale ADS Board
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-mx31"
+
+MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen"
+
+IMAGE_FSTYPES ?= "tar.gz jffs2"
+SERIAL_CONSOLE = "-L 115200 ttymxc0"
+
+require conf/machine/include/tune-armv5te.inc
+# v6 tune
\ No newline at end of file