]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: Add BB_WORKERCONTEXT to HASHBASE_WHITELIST
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 2 Apr 2016 16:11:56 +0000 (17:11 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 3 Apr 2016 14:51:08 +0000 (15:51 +0100)
commit664afc12d1aad97c85db6688790c48abfc528c53
tree8cc09f864680bc824ec3b466c562b1aae40df98c
parentc5478ed623f9b21d758f49745409a8eaae36baf5
bitbake.conf: Add BB_WORKERCONTEXT to HASHBASE_WHITELIST

We never want checksum to vary depending on whether we calculate them
in server or worker context, that would make no sense. This was happening
in do_rootfs tasks since they reference the BB_WORKERCONTEXT variable.

Whitelist the variable to avoid this class of problem.

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