summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-12-18 07:57:09 +0000
committerRichard Purdie <richard@openedhand.com>2007-12-18 07:57:09 +0000
commitd4b9227e9598532bcc7fecefe6e33792c2c05d2d (patch)
tree72514e73d7278b0bd107a9dba5b4f01100310fb6 /meta/conf/machine
parenta797df10c1d575889d57da6dba8a0aec229c27f8 (diff)
downloadpoky-d4b9227e9598532bcc7fecefe6e33792c2c05d2d.tar.gz
Add mx31ads machine
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3338 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/mx31ads.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/conf/machine/mx31ads.conf b/meta/conf/machine/mx31ads.conf
new file mode 100644
index 0000000000..6a34863995
--- /dev/null
+++ b/meta/conf/machine/mx31ads.conf
@@ -0,0 +1,15 @@
1#@TYPE: Machine
2#@NAME: Freescale imx31 ADS Board
3#@DESCRIPTION: Machine configuration for the imx31 based Freescale ADS Board
4TARGET_ARCH = "arm"
5PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te"
6
7PREFERRED_PROVIDER_virtual/kernel = "linux-mx31"
8
9MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen"
10
11IMAGE_FSTYPES ?= "tar.gz jffs2"
12SERIAL_CONSOLE = "-L 115200 ttymxc0"
13
14require conf/machine/include/tune-armv5te.inc
15# v6 tune \ No newline at end of file