diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-06-29 14:22:10 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-06-29 15:20:33 +0100 |
commit | 5dab2c9aa7ef81115fb3e0d5092cf2f12a23a5d5 (patch) | |
tree | 31f9f4f5b01cf597e2ebfe1609c8b70cea58bec5 /meta-extras/conf/machine/mx31litekit.conf | |
parent | 6418d0492a60ed37d13e1060c2e8c09cd127c450 (diff) | |
download | poky-5dab2c9aa7ef81115fb3e0d5092cf2f12a23a5d5.tar.gz |
Move some machines which no longer build to meta-extras
om-gta01, om-gta02, nokia700, nokia800 and mx31litekit no longer build and we
don't have a maintainer for them so move them to meta-extras
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta-extras/conf/machine/mx31litekit.conf')
-rw-r--r-- | meta-extras/conf/machine/mx31litekit.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-extras/conf/machine/mx31litekit.conf b/meta-extras/conf/machine/mx31litekit.conf new file mode 100644 index 0000000000..2dc2883759 --- /dev/null +++ b/meta-extras/conf/machine/mx31litekit.conf | |||
@@ -0,0 +1,14 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: imx31 Lite Kit | ||
3 | #@DESCRIPTION: Machine configuration for the imx31 based Lite Kit | ||
4 | TARGET_ARCH = "arm" | ||
5 | PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6" | ||
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" | ||
12 | SERIAL_CONSOLE = "-L 115200 ttymxc0" | ||
13 | |||
14 | require conf/machine/include/tune-arm1136jf-s.inc | ||