mirror of
https://git.yoctoproject.org/poky
synced 2026-06-17 18:29:57 +00:00
9ee1fbb720
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
16 lines
348 B
Plaintext
16 lines
348 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: arm_versaile_926ejs
|
|
#@DESCRIPTION: arm_versaile_926ejs
|
|
|
|
TARGET_ARCH = "arm"
|
|
PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te"
|
|
|
|
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"
|
|
|