From 0570847e71f4da8b053277528fa13d58bb5d5682 Mon Sep 17 00:00:00 2001 From: tkl Date: Fri, 5 Mar 2021 06:34:27 +0100 Subject: [PATCH] roro: Set glibc as c libraty --- conf/distro/roro.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/conf/distro/roro.conf b/conf/distro/roro.conf index e7bf956..5725d42 100644 --- a/conf/distro/roro.conf +++ b/conf/distro/roro.conf @@ -24,8 +24,15 @@ DISTRO_FEATURES = " \ POKY_DEFAULT_EXTRA_RDEPENDS = "packagegroup-core-boot" POKY_DEFAULT_EXTRA_RRECOMMENDS = "kernel-module-af-packet" +# INIT_MANAGER ?= "none" +# INIT_MANAGER ?= "sysvinit" +# INIT_MANAGER ?= "systemd" INIT_MANAGER ?= "mdev-busybox" -TCLIBC = "musl" + +TCLIBC = "glibc" +# TCLIBC = "newlib" +# TCLIBC = "musl" +# TLIBC = "baremetal" # Disable wide char support for ncurses as we don't include it in # in the LIBC features below.