mirror of
https://git.yoctoproject.org/poky
synced 2026-03-30 08:02:22 +02:00
This gets us closer to making including tune-<arch>.inc "just work". Moving the TARGET_ARCH definitions is something for a follup patch. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
472 B
Plaintext
16 lines
472 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: Freescale imx31 ADS Board
|
|
#@DESCRIPTION: Machine configuration for the imx31 based Freescale ADS Board
|
|
TARGET_ARCH = "arm"
|
|
|
|
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"
|
|
|
|
EXTRA_IMAGECMD_jffs2_mx31ads = "--pad --little-endian --eraseblock=0x20000 -n"
|
|
|
|
require conf/machine/include/tune-arm1136jf-s.inc
|