From f38d01c1a79a854aaad2666753ccbe4f2b3a0b6b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 5 May 2021 08:37:43 -0700 Subject: [PATCH] beaglev.yml: Use musl for now Glibc based images end up crashing the kernel in init until thats debugged through lets use musl Signed-off-by: Khem Raj --- beaglev.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/beaglev.yml b/beaglev.yml index 4c60d357..6a64b9e9 100644 --- a/beaglev.yml +++ b/beaglev.yml @@ -35,6 +35,7 @@ local_conf_header: CONF_VERSION = "1" PACKAGE_CLASSES = "package_rpm" SDKMACHINE = "x86_64" + TCLIBC = "musl" diskmon: | BB_DISKMON_DIRS = "\ STOPTASKS,${TMPDIR},1G,100K \