mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1903 311d38ba-8fff-0310-9ca6-ca027cbcb966
14 lines
363 B
Plaintext
14 lines
363 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: qemu ARM Emulator setup
|
|
#@DESCRIPTION: Machine configuration for running an ARM system under qemu emulation
|
|
|
|
TARGET_ARCH = "arm"
|
|
PACKAGE_EXTRA_ARCHS = "armv4 armv5te"
|
|
|
|
require conf/machine/include/qemu.conf
|
|
require conf/machine/include/tune-arm926ejs.conf
|
|
|
|
SERIAL_CONSOLE = "115200 ttyAMA0"
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
|