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

Mark Hatle mark.hatle at windriver.com
Thu Aug 14 13:53:09 UTC 2014


On 8/14/14, 8:35 AM, Richard Purdie wrote:
> 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.

This will only add one version of the pseudo wrapper libraries.  If the system 
runnings the SDK is a different native word size (i.e. 32-bit SDK, 64-bit system 
userspace) or the target system has both wordsizes installed, pseudo will not be 
able to intercept calls for the non-SDK word size.

--Mark

> 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