summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-30 14:52:49 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-01 07:43:36 +0100
commitc71bd579147b26a5147507a2f10dd4c44aad13ed (patch)
tree2b74a5efdce9129cd01079008ccf7c7de1ae53c1 /meta/conf/bitbake.conf
parentf02cbc61d428fdf1c8f5b20787e9758d16f9f0ce (diff)
downloadpoky-c71bd579147b26a5147507a2f10dd4c44aad13ed.tar.gz
bitbake.conf: Exclude sstate-outputdirs flag from checksums
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. (From OE-Core rev: 59800189690f887e6f3e8c3139fa6a404b76ac71) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index d57f921acb..9ddd1c080b 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -806,7 +806,7 @@ BB_SIGNATURE_EXCLUDE_FLAGS ?= "doc deps depends \
806 lockfiles type vardepsexclude vardeps vardepvalue vardepvalueexclude \ 806 lockfiles type vardepsexclude vardeps vardepvalue vardepvalueexclude \
807 file-checksums python func task export unexport noexec nostamp dirs cleandirs \ 807 file-checksums python func task export unexport noexec nostamp dirs cleandirs \
808 sstate-lockfile-shared prefuncs postfuncs export_func deptask rdeptask \ 808 sstate-lockfile-shared prefuncs postfuncs export_func deptask rdeptask \
809 recrdeptask nodeprrecs stamp-base stamp-extra-info" 809 recrdeptask nodeprrecs stamp-base stamp-extra-info sstate-outputdirs"
810 810
811MLPREFIX ??= "" 811MLPREFIX ??= ""
812MULTILIB_VARIANTS ??= "" 812MULTILIB_VARIANTS ??= ""