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

Joshua Lock joshua.g.lock at intel.com
Wed Sep 21 09:26:41 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/uninative-tarball.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/meta/uninative-tarball.bb b/meta/recipes-core/meta/uninative-tarball.bb
index 7037bdd..4ead812 100644
--- a/meta/recipes-core/meta/uninative-tarball.bb
+++ b/meta/recipes-core/meta/uninative-tarball.bb
@@ -32,7 +32,7 @@ deltask install
 deltask package
 deltask packagedata
 
-do_populate_sdk[stamp-extra-info] = ""
+do_populate_sdk[stamp-extra-info] = "${SDKMACHINE}"
 
 SDK_DEPENDS += "patchelf-native"
 
-- 
2.7.4




More information about the Openembedded-core mailing list