* [PATCH] buildtools-tarball: Add nativesdk-pseudo to buildtools
@ 2014-08-14 13:35 Richard Purdie
2014-08-14 13:53 ` Mark Hatle
0 siblings, 1 reply; 2+ messages in thread
From: Richard Purdie @ 2014-08-14 13:35 UTC (permalink / raw)
To: openembedded-core
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@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}"
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] buildtools-tarball: Add nativesdk-pseudo to buildtools
2014-08-14 13:35 [PATCH] buildtools-tarball: Add nativesdk-pseudo to buildtools Richard Purdie
@ 2014-08-14 13:53 ` Mark Hatle
0 siblings, 0 replies; 2+ messages in thread
From: Mark Hatle @ 2014-08-14 13:53 UTC (permalink / raw)
To: openembedded-core
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@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}"
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-14 13:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-14 13:35 [PATCH] buildtools-tarball: Add nativesdk-pseudo to buildtools Richard Purdie
2014-08-14 13:53 ` Mark Hatle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox