From a5257d41f32812bc9426183cc8d2b6f07617b0d5 Mon Sep 17 00:00:00 2001 From: Michael Ho Date: Fri, 29 Jan 2021 10:19:21 +0100 Subject: openjdk-8-cross.inc: exclude BB_NUMBER_THREADS from sstate hash 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 Signed-off-by: Richard Leitner --- recipes-core/openjdk/openjdk-8-cross.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-core/openjdk/openjdk-8-cross.inc') 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" -- cgit v1.2.3-54-g00ecf