blob: 70faa51311e01e8565dc31016db47ac808fbb7e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#@TYPE: Machine
#@NAME: imx31 Lite Kit
#@DESCRIPTION: Machine configuration for the imx31 based Lite Kit
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"
SERIAL_CONSOLE = "-L 115200 ttymxc0"
require conf/machine/include/tune-arm1136jf-s.inc
|