Hi Michael, thanks for you patch! I will review/test it in the comming days and give feedback!
regards;rl On Fri, Jan 29, 2021 at 10:19:21AM +0100, Michael Ho wrote: > From: Michael Ho <[email protected]> > > The sstate-cache for openjre is not shareable across multiple machines > because the parallelisation configuration of Bitbake is being embedded > into the sstate hash of openjre. > > Exclude BB_NUMBER_THREADS from the do_install sstate hashing to avoid > this issue. > > Signed-off-by: Michael Ho <[email protected]> > --- > recipes-core/openjdk/openjdk-8-cross.inc | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/recipes-core/openjdk/openjdk-8-cross.inc > b/recipes-core/openjdk/openjdk-8-cross.inc > index 9f68d08..25d971f 100644 > --- a/recipes-core/openjdk/openjdk-8-cross.inc > +++ b/recipes-core/openjdk/openjdk-8-cross.inc > @@ -99,6 +99,8 @@ do_install_append() { > fi > } > > +do_install[vardepsexclude] += "BB_NUMBER_THREADS" > + > export MAKE_VERBOSE = "y" > export MFLAGS="${@jdk_make_options(d)} MAKE_VERBOSE=y QUIETLY= VERBOSE=-s > LOG_LEVEL=trace STRIP_POLICY=no_strip" > > -- > 2.7.4 > > > > -- Richard Leitner Hardware R&D / Senior Embedded Linux Engineer SKIDATA We change the world of welcoming people SKIDATA GmbH Untersbergstraße 40 | 5083 Grödig/Salzburg | Austria [t] +43-6246-888-4245 | [m] +43-664-88616370 [e] [email protected] | [w] www.skidata.com
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#89312): https://lists.openembedded.org/g/openembedded-devel/message/89312 Mute This Topic: https://lists.openembedded.org/mt/80206014/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
