mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01: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>
15 lines
303 B
Plaintext
15 lines
303 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: arm_versaile_926ejs
|
|
#@DESCRIPTION: arm_versaile_926ejs
|
|
|
|
TARGET_ARCH = "arm"
|
|
|
|
require conf/machine/include/qemu.inc
|
|
require conf/machine/include/tune-arm926ejs.inc
|
|
#require conf/machine/include/tune-arm1136jf-s.inc
|
|
|
|
KERNEL_IMAGETYPE = "zImage"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyAMA0"
|
|
|