1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-07 04:58:57 +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:
Jon Mason
2021-02-10 15:07:04 -05:00
parent d3c35b4a0e
commit fdcf7b7b3b
+3
View File
@@ -7,6 +7,9 @@ require conf/machine/include/tune-cortex-m0.inc
MACHINEOVERRIDES =. "nordic:"
# GLIBC will not work with Cortex-M.
TCLIBC = "newlib"
# For runqemu
QB_SYSTEM_NAME = "qemu-system-arm"
QB_MACHINE = "-machine microbit"