]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: Account for older versions of bitbake
authorJoshua Watt <jpewhacker@gmail.com>
Wed, 1 May 2019 20:35:23 +0000 (15:35 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 May 2019 08:56:14 +0000 (09:56 +0100)
commitde1782b23f8a98df3b42cb57bbcdff690bfa2343
tree63ebefa12644d3b2c0a13940c0b9de57b93a555c
parent0f3bb3541a01701820b52ee31b41d4a24ddd1d43
bitbake.conf: Account for older versions of bitbake

Older versions of bitbake (prior to 1.42) don't expose the BB_UNIHASH
variable which is being used by sstate. For compatibility with these
older versions of bitbake, set BB_UNIHASH to BB_TASKHASH (which is the
value it should be for non-hash equivalent aware signature generators).
if bitbake hasn't already set it.

[YOCTO #13314]

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf