]> code.ossystems Code Review - openembedded-core.git/commit
sstatesig: Test cross/native hashserv method extension
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 28 Dec 2019 00:02:46 +0000 (00:02 +0000)
committerArmin Kuster <akuster808@gmail.com>
Sat, 18 Jan 2020 21:03:06 +0000 (13:03 -0800)
commit766b57a1f9030429b546276a537fbce3a175cc25
tree7d5c008c434a9437f68318adfdd5de93bade3e2e
parent996013b4e5d3cd1c054e87539ac1a8d95581a87f
sstatesig: Test cross/native hashserv method extension

We can have one taskhash which represents multiple native/cross sstate objects
since they're stored by BUILD_ARCH or possibly host distro (or host gcc version).
We need to put these into separate namespaces on hashserv since their outhashes
will never match and we need deterministic lookups for the different namespaces.

Use this extramethod option to handle this. This fixes several problematic
failures on the autobuilder.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2a76082363d189880613765ad339718e3614049d)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/lib/oe/sstatesig.py