]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: Exclude sstate-outputdirs flag from checksums
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Sep 2015 13:52:49 +0000 (14:52 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 Oct 2015 06:40:35 +0000 (07:40 +0100)
commit59800189690f887e6f3e8c3139fa6a404b76ac71
treef7116bcb0b3802162653370a4bc19ccdb4bc20bf
parent4052e0858d72505728c2a746fac935bf281903fd
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf