aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Lock <joshua.g.lock@intel.com>2016-09-21 10:26:41 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-21 18:12:03 +0100
commit2a9603759fe87d6326c145f6213ffffeb6afc6ae (patch)
tree3f003867dc6fbf29ba92254298c74cbc548ceb38
parentd7a06b53af0066bd12f5f42e10e82b307fd069ce (diff)
downloadopenembedded-core-contrib-2a9603759fe87d6326c145f6213ffffeb6afc6ae.tar.gz
uninative-tarball: add SDKMACHINE to stamps-extra-info
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@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/meta/uninative-tarball.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/uninative-tarball.bb b/meta/recipes-core/meta/uninative-tarball.bb
index 7037bddd4b..4ead812874 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"