[OE-core] [PATCH] buildtools-tarball: add SDKMACHINE to stamps-extra-info

Joshua Lock joshua.g.lock at intel.com
Wed Sep 21 18:44:47 UTC 2016


Otherwise the stamps for x86-64 and i686 uninative tarballs match
and we can't deploy both to the DEPLOYDIR.

Signed-off-by: Joshua Lock <joshua.g.lock at intel.com>
---
 meta/recipes-core/meta/buildtools-tarball.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
index e84efab..2e738e6 100644
--- a/meta/recipes-core/meta/buildtools-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-tarball.bb
@@ -43,7 +43,7 @@ inherit meta
 inherit populate_sdk
 inherit toolchain-scripts
 
-do_populate_sdk[stamp-extra-info] = ""
+do_populate_sdk[stamp-extra-info] = "${SDKMACHINE}"
 
 create_sdk_files_append () {
 	rm -f ${SDK_OUTPUT}/${SDKPATH}/site-config-*
-- 
2.7.4




More information about the Openembedded-core mailing list