From 717ab3e73f48ee75360538067274ad865258a9a0 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 8 Dec 2018 23:47:22 -0800 Subject: busybox: Do not build in thumb2 mode. There is a bug in busybox which is found by clang, we need to fix busybox but until them just dont use thumb2 ISA for busybox Signed-off-by: Khem Raj --- recipes-core/busybox/busybox_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-core/busybox/busybox_%.bbappend diff --git a/recipes-core/busybox/busybox_%.bbappend b/recipes-core/busybox/busybox_%.bbappend new file mode 100644 index 0000000..d7b9ca1 --- /dev/null +++ b/recipes-core/busybox/busybox_%.bbappend @@ -0,0 +1 @@ +ARM_INSTRUCTION_SET_toolchain-clang = "arm" -- cgit v1.2.3-54-g00ecf