Minimal Rootfs
How to create minimal roots using Yocto Project. It is useful in silicon bringup.
There are multiple libc providers
GNU glibc
musl
ulibc
glibc + devmem + insmod
change TLIBC to use different versions
bitbake core-image-minimal
Last updated