mirror of
https://git.yoctoproject.org/poky
synced 2026-03-02 13:29:40 +01: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>
15 lines
381 B
Plaintext
15 lines
381 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: qemu MIPS (big-endian) Emulator setup
|
|
#@DESCRIPTION: Machine configuration for running an MIPS r4k platform system under qemu emulation
|
|
|
|
TARGET_ARCH = "mips"
|
|
|
|
require conf/machine/include/qemu.inc
|
|
require conf/machine/include/tune-mips32.inc
|
|
|
|
KERNEL_IMAGETYPE = "vmlinux.bin"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
|