diff options
author | Richard Purdie <richard@openedhand.com> | 2007-12-18 07:57:09 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-12-18 07:57:09 +0000 |
commit | d4b9227e9598532bcc7fecefe6e33792c2c05d2d (patch) | |
tree | 72514e73d7278b0bd107a9dba5b4f01100310fb6 /meta/conf/machine/mx31ads.conf | |
parent | a797df10c1d575889d57da6dba8a0aec229c27f8 (diff) | |
download | poky-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/mx31ads.conf')
-rw-r--r-- | meta/conf/machine/mx31ads.conf | 15 |
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 | ||
4 | TARGET_ARCH = "arm" | ||
5 | PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te" | ||
6 | |||
7 | PREFERRED_PROVIDER_virtual/kernel = "linux-mx31" | ||
8 | |||
9 | MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen" | ||
10 | |||
11 | IMAGE_FSTYPES ?= "tar.gz jffs2" | ||
12 | SERIAL_CONSOLE = "-L 115200 ttymxc0" | ||
13 | |||
14 | require conf/machine/include/tune-armv5te.inc | ||
15 | # v6 tune \ No newline at end of file | ||