diff options
| author | Joshua Lock <joshua.g.lock@intel.com> | 2016-09-21 19:44:47 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-21 22:02:16 +0100 |
| commit | 792c40cbdd6ec6995e2e9b69056f4ea3986195eb (patch) | |
| tree | e74aa42bebaad16ae3417ad30e6f12356b43eb9e /meta | |
| parent | 9294261c03de28c8de0ffa039f193fddd99f7e98 (diff) | |
| download | poky-792c40cbdd6ec6995e2e9b69056f4ea3986195eb.tar.gz | |
buildtools-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.
(From OE-Core rev: fee426ae0c2b27925b05b856ada676958ee10869)
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-core/meta/buildtools-tarball.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index e84efabd85..2e738e6118 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb | |||
| @@ -43,7 +43,7 @@ inherit meta | |||
| 43 | inherit populate_sdk | 43 | inherit populate_sdk |
| 44 | inherit toolchain-scripts | 44 | inherit toolchain-scripts |
| 45 | 45 | ||
| 46 | do_populate_sdk[stamp-extra-info] = "" | 46 | do_populate_sdk[stamp-extra-info] = "${SDKMACHINE}" |
| 47 | 47 | ||
| 48 | create_sdk_files_append () { | 48 | create_sdk_files_append () { |
| 49 | rm -f ${SDK_OUTPUT}/${SDKPATH}/site-config-* | 49 | rm -f ${SDK_OUTPUT}/${SDKPATH}/site-config-* |
