summaryrefslogtreecommitdiffstats
path: root/meta/classes/deploy.bbclass
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2018-04-06 20:26:55 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-04-07 22:46:57 +0100
commit29e7799bdb3773c40492e01448e0c614ed44583d (patch)
tree94f374f9ca7f3af8d27b92432d2f7748486ce626 /meta/classes/deploy.bbclass
parentc1573cb7faeb296fe7077a60d02443d5ed5bded0 (diff)
downloadopenembedded-core-29e7799bdb3773c40492e01448e0c614ed44583d.tar.gz
classes: Use ${MACHINE_ARCH} instead of ${MACHINE} for stamp-extra-info task flag
Without this change, there will be two sstate index files in tmp/sstate-control for any machine that contains a dash in the name. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/deploy.bbclass')
-rw-r--r--meta/classes/deploy.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/deploy.bbclass b/meta/classes/deploy.bbclass
index 8ad07da015..6d52908783 100644
--- a/meta/classes/deploy.bbclass
+++ b/meta/classes/deploy.bbclass
@@ -8,4 +8,4 @@ python do_deploy_setscene () {
}
addtask do_deploy_setscene
do_deploy[dirs] = "${DEPLOYDIR} ${B}"
-do_deploy[stamp-extra-info] = "${MACHINE}"
+do_deploy[stamp-extra-info] = "${MACHINE_ARCH}"