diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2023-05-30 10:11:48 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-02 15:59:07 +0100 |
commit | 42071227f6f54055d8ac44126ab1d95f83f5b264 (patch) | |
tree | b6be4892c9c604e148dcf8c6ebf8bbb822392709 /meta/classes/own-mirrors.bbclass | |
parent | 3b20aaad5ac239d4df282a5541d0858851e64da5 (diff) | |
download | poky-42071227f6f54055d8ac44126ab1d95f83f5b264.tar.gz |
classes/create-spdx-2.2: Use hashfn from BB_TASKDEPDATA instead of MACHINE
Enabling the SPDX class and running two builds, one with SDKMACHINE=i686
and then again with SDKMACHINE=x86_64 would lead to errors since the output
was stored per MACHINE and the overlapping files would cause manifest errors.
The hashfn data from bitbake has SSTATE_PKGARCH encoded into it which is how
sstate separates out it's targets and SDPX should be using the same structure.
Therefore switch to using this.
(From OE-Core rev: 51049cde0cf477f7988b94c1041eb33b018a669f)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/own-mirrors.bbclass')
0 files changed, 0 insertions, 0 deletions