diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-30 14:52:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-01 07:43:36 +0100 |
commit | f02cbc61d428fdf1c8f5b20787e9758d16f9f0ce (patch) | |
tree | cab36ee90dee6bb08d5b10b322257c634023424e /meta/classes/deploy.bbclass | |
parent | a0435bfe38e584068b7f85a979492d4c6f2c4679 (diff) | |
download | poky-f02cbc61d428fdf1c8f5b20787e9758d16f9f0ce.tar.gz |
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.
(From OE-Core rev: 4052e0858d72505728c2a746fac935bf281903fd)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/deploy.bbclass')
-rw-r--r-- | meta/classes/deploy.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/deploy.bbclass b/meta/classes/deploy.bbclass index 78f5e4a7ba..8ad07da015 100644 --- a/meta/classes/deploy.bbclass +++ b/meta/classes/deploy.bbclass | |||
@@ -8,3 +8,4 @@ python do_deploy_setscene () { | |||
8 | } | 8 | } |
9 | addtask do_deploy_setscene | 9 | addtask do_deploy_setscene |
10 | do_deploy[dirs] = "${DEPLOYDIR} ${B}" | 10 | do_deploy[dirs] = "${DEPLOYDIR} ${B}" |
11 | do_deploy[stamp-extra-info] = "${MACHINE}" | ||