[OE-core] [PATCH] buildtools-tarball: Add nativesdk-pseudo to buildtools

Richard Purdie richard.purdie at linuxfoundation.org
Thu Aug 14 13:35:26 UTC 2014


I was pointing someone at this as a way to get pseudo, only to find it
isn't there. Its a useful tool to have in a standalone environment with
little overhead so lets add it.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
index c54d9e8..6807db3 100644
--- a/meta/recipes-core/meta/buildtools-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-tarball.bb
@@ -42,6 +42,7 @@ TOOLCHAIN_HOST_TASK ?= "\
     nativesdk-pigz \
     nativesdk-make \
     nativesdk-wget \
+    nativesdk-pseudo \
     "
 
 TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-buildtools-nativesdk-standalone-${DISTRO_VERSION}"





More information about the Openembedded-core mailing list