From fdcf7b7b3b0aa45d864bddb6a3ea40d86b50adbd Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Wed, 10 Feb 2021 15:07:04 -0500 Subject: [PATCH] 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 --- meta-arm/conf/machine/microbit-v1.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arm/conf/machine/microbit-v1.conf b/meta-arm/conf/machine/microbit-v1.conf index c4cc4d50..b247d6ed 100644 --- a/meta-arm/conf/machine/microbit-v1.conf +++ b/meta-arm/conf/machine/microbit-v1.conf @@ -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"