mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
The different kernel recipes encapsulate functionality groups for machines, therefore it makes sense to have all the QEMU machines using the same kernel recipe. Switch the QEMU machines to default to the "linux" recipes for their kernel and bump the latest recipe from linux-2.6.32 to 2.6.33. Signed-off-by: Joshua Lock <josh@linux.intel.com>
16 lines
401 B
Plaintext
16 lines
401 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 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"
|
|
|