mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +00:00
arm-bsp/musca: don't include qemu.inc
The oe-core qemu.inc is common configuration for the qemu machines inside oe-core. Including this to get qemuboot working has some unintended consequences, such as a kernel being selected and MACHINE_FEATURES being altered. Change this to inherit qemuboot and set the correct filesystem type directly. Change-Id: Id17e2cc67f029653517ba802c7f8f5503eea3c31 Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -14,7 +14,8 @@ require conf/machine/include/tune-cortexm33.inc
|
||||
TCLIBC = "newlib"
|
||||
|
||||
# For runqemu
|
||||
require conf/machine/include/qemu.inc
|
||||
IMAGE_FSTYPES += "ext4"
|
||||
IMAGE_CLASSES += "qemuboot"
|
||||
QB_SYSTEM_NAME = "qemu-system-arm"
|
||||
QB_MACHINE = "-machine musca-b1"
|
||||
QB_CPU = "-cpu cortex-m33"
|
||||
|
||||
Reference in New Issue
Block a user