* [PATCH 0/1] oe-find-native-sysroot: don't clear OECORE_NATIVE_SYSROOT
@ 2017-04-25 3:35 Robert Yang
2017-04-25 3:35 ` [PATCH 1/1] " Robert Yang
0 siblings, 1 reply; 3+ messages in thread
From: Robert Yang @ 2017-04-25 3:35 UTC (permalink / raw)
To: openembedded-core
The following changes since commit e584be78f92ee6f08f570c239698d56ac78d05f9:
build-appliance-image: Update to master head revision (2017-04-21 08:22:14 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/find-sysroot
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/find-sysroot
Robert Yang (1):
oe-find-native-sysroot: don't clear OECORE_NATIVE_SYSROOT
scripts/oe-find-native-sysroot | 1 -
1 file changed, 1 deletion(-)
--
2.10.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] oe-find-native-sysroot: don't clear OECORE_NATIVE_SYSROOT
2017-04-25 3:35 [PATCH 0/1] oe-find-native-sysroot: don't clear OECORE_NATIVE_SYSROOT Robert Yang
@ 2017-04-25 3:35 ` Robert Yang
2017-04-27 16:37 ` Brian Avery
0 siblings, 1 reply; 3+ messages in thread
From: Robert Yang @ 2017-04-25 3:35 UTC (permalink / raw)
To: openembedded-core
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@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
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH 1/1] oe-find-native-sysroot: don't clear OECORE_NATIVE_SYSROOT
2017-04-25 3:35 ` [PATCH 1/1] " Robert Yang
@ 2017-04-27 16:37 ` Brian Avery
0 siblings, 0 replies; 3+ messages in thread
From: Brian Avery @ 2017-04-27 16:37 UTC (permalink / raw)
To: Robert Yang; +Cc: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 1173 bytes --]
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@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@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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
[-- Attachment #2: Type: text/html, Size: 2006 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-04-27 16:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-25 3:35 [PATCH 0/1] oe-find-native-sysroot: don't clear OECORE_NATIVE_SYSROOT Robert Yang
2017-04-25 3:35 ` [PATCH 1/1] " Robert Yang
2017-04-27 16:37 ` Brian Avery
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox