mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-30 00:21:17 +00:00
arm/microbit-v1: Fix build break
KAS is seeing build breaks on microbit-v1. This can be fixed by either setting the distro to zephyr or using newlib. Opting for the latter to match musca machines. Change-Id: I25f1cca3f7054f6c44974877350f8612643d55e6 Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -7,6 +7,9 @@ require conf/machine/include/tune-cortex-m0.inc
|
|||||||
|
|
||||||
MACHINEOVERRIDES =. "nordic:"
|
MACHINEOVERRIDES =. "nordic:"
|
||||||
|
|
||||||
|
# GLIBC will not work with Cortex-M.
|
||||||
|
TCLIBC = "newlib"
|
||||||
|
|
||||||
# For runqemu
|
# For runqemu
|
||||||
QB_SYSTEM_NAME = "qemu-system-arm"
|
QB_SYSTEM_NAME = "qemu-system-arm"
|
||||||
QB_MACHINE = "-machine microbit"
|
QB_MACHINE = "-machine microbit"
|
||||||
|
|||||||
Reference in New Issue
Block a user