[oe] [meta-musl][PATCH] README.md: Fix typo in command-line example

Jacob Kroon jacob.kroon at mikrodidakt.se
Sun Aug 17 19:37:30 UTC 2014


Chosen C library is set with TCLIBC, not LIBC.

Signed-off-by: Jacob Kroon <jacob.kroon at mikrodidakt.se>
---
 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




More information about the Openembedded-devel mailing list