roro: Set glibc as c libraty
This commit is contained in:
parent
de8f190eaa
commit
0570847e71
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user