Chosen C library is set with TCLIBC, not LIBC. Signed-off-by: Jacob Kroon <[email protected]> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md index 7db8c8d..6c74799 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ BBLAYERS ?= " \ Below we build for qemuarm machine as an example ```shell -$ MACHINE=qemuarm LIBC=musl bitbake core-image-minimal +$ MACHINE=qemuarm TCLIBC=musl bitbake core-image-minimal ``` # Running -- 1.9.3 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
