From: Richard Purdie Date: Wed, 30 Sep 2015 13:52:20 +0000 (+0100) Subject: deploy: Mark deploy tasks as MACHINE specific X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~28701 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4052e0858d72505728c2a746fac935bf281903fd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git deploy: Mark deploy tasks as MACHINE specific This adds the markup to inform bitbake to rerun the deploy task per MACHINE. This makes sense since DEPLOY_DIR_IMAGE contains MACHINE. Doing it this way means the same artefact will be reused from sstate rather than rebuilt. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/deploy.bbclass b/meta/classes/deploy.bbclass index 78f5e4a7bac..8ad07da015f 100644 --- a/meta/classes/deploy.bbclass +++ b/meta/classes/deploy.bbclass @@ -8,3 +8,4 @@ python do_deploy_setscene () { } addtask do_deploy_setscene do_deploy[dirs] = "${DEPLOYDIR} ${B}" +do_deploy[stamp-extra-info] = "${MACHINE}"