* [PATCH] bitbake.conf: Exclude sstate-outputdirs flag from checksums
@ 2015-09-30 13:52 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2015-09-30 13:52 UTC (permalink / raw)
To: openembedded-core
This was making deploy tasks MACHINE specific since they place output
into DEPLOY_DIR_IMAGE which contains MACHINE. On the plus side, this
was accidentally ensuring the output was placed for each machine,
on the downside it was triggering a rebuild every time for the different
checksum.
There is a better way to handle this which avoids the rebuild, see
the following tweak to do_deploy to mark it as MACHINE specific
in a different way.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index aff2e89..08f34e0 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -800,7 +800,7 @@ BB_SIGNATURE_EXCLUDE_FLAGS ?= "doc deps depends \
lockfiles type vardepsexclude vardeps vardepvalue vardepvalueexclude \
file-checksums python func task export unexport noexec nostamp dirs cleandirs \
sstate-lockfile-shared prefuncs postfuncs export_func deptask rdeptask \
- recrdeptask nodeprrecs stamp-base stamp-extra-info"
+ recrdeptask nodeprrecs stamp-base stamp-extra-info sstate-outputdirs"
MLPREFIX ??= ""
MULTILIB_VARIANTS ??= ""
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-09-30 13:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-30 13:52 [PATCH] bitbake.conf: Exclude sstate-outputdirs flag from checksums Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox