mirror of
https://git.yoctoproject.org/poky
synced 2026-04-16 06:32:13 +02:00
Add mx31ads machine
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3338 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
15
meta/conf/machine/mx31ads.conf
Normal file
15
meta/conf/machine/mx31ads.conf
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user