[OE-core] [PATCH 1/1] oe-find-native-sysroot: don't clear OECORE_NATIVE_SYSROOT

Brian Avery avery.brian at gmail.com
Thu Apr 27 16:37:36 UTC 2017


This worked for me. Tested on sdk and esdk and bitbake std build. Also
added info to bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=11409.
-brian
an intel employee

On Mon, Apr 24, 2017 at 8:35 PM, Robert Yang <liezhi.yang at windriver.com>
wrote:

> The OECORE_NATIVE_SYSROOT may come from environment vars, so don't clear
> it, otherwise it broke runqemu-extract-sdk on sdk.
>
> [YOCTO #11409]
>
> Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
> ---
>  scripts/oe-find-native-sysroot | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/scripts/oe-find-native-sysroot b/scripts/oe-find-native-
> sysroot
> index 5c8681e..235a67c 100755
> --- a/scripts/oe-find-native-sysroot
> +++ b/scripts/oe-find-native-sysroot
> @@ -47,7 +47,6 @@ fi
>
>  # Global vars
>  BITBAKE_E=""
> -OECORE_NATIVE_SYSROOT=""
>  set_oe_native_sysroot(){
>      echo "Running bitbake -e $1"
>      BITBAKE_E="`bitbake -e $1`"
> --
> 2.10.2
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20170427/c0eae9f3/attachment-0002.html>


More information about the Openembedded-core mailing list