roro: Set glibc as c libraty

This commit is contained in:
tkl 2021-03-05 06:34:27 +01:00
parent de8f190eaa
commit 0570847e71

View File

@ -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.