]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: siggen: Split out task unique hash
authorJoshua Watt <jpewhacker@gmail.com>
Wed, 19 Dec 2018 03:10:27 +0000 (21:10 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Jan 2019 22:47:11 +0000 (22:47 +0000)
commit960fb3ed0250b4fe54c08be715c76d17e0990531
treecadc725f044bf3948c22b87968d2c5fb9b51f63e
parent6c6241536c0fee35cb94046a727cf68a60ffd3e5
bitbake: siggen: Split out task unique hash

Abstracts the function to get the unique hash for a task. This hash is
used as in place of the taskhash for the purpose of determine how other
tasks depend on this one. Unless overridden, the taskhash is the same as
the unique hash, preserving the original behavior.

[YOCTO #13030]

(Bitbake rev: d0065b34cea81fcadff14b0383779e9559d94508)

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/siggen.py