[oe] [meta-java][PATCH 2/2] Reimplement helper method for parallelizing JDK builds

Kyle Russell bkylerussell at gmail.com
Wed Aug 24 13:23:08 UTC 2016


Sure thing.

On Wed, Aug 24, 2016, 9:00 AM Maxin B. John <maxin.john at intel.com> wrote:

> Hi,
>
> On Fri, Aug 19, 2016 at 05:58:02PM -0400, Kyle Russell wrote:
> > Simplifies duplicated implementation across multiple recipes that all
> > inherited from java.bbclass.
> >
> > Previously implementation was not flexible in supporting other make
> > job-limiting flags (like -l for load) that are typically passed in
> > through PARALLEL_MAKE.  (OpenJDK doesn't know about these other flags
> > that might have gotten tagged on after the value for -j.)
> >
> > Signed-off-by: Kyle Russell <bkylerussell at gmail.com>
> > ---
> >  classes/java.bbclass                      | 17 ++++++++++++++++
> >  recipes-core/icedtea/icedtea7-native.inc  | 23 +---------------------
> >  recipes-core/openjdk/openjdk-7-common.inc | 32
> +------------------------------
> >  recipes-core/openjdk/openjdk-8-common.inc | 21 --------------------
> >  recipes-core/openjdk/openjdk-8-cross.inc  |  6 +++---
> >  recipes-core/openjdk/openjdk-8-native.inc |  2 +-
> >  6 files changed, 23 insertions(+), 78 deletions(-)
>
> Can you please rebase this on the latest master branch and resend?
>
> <snip>
>
> Best Regards,
> Maxin
>



More information about the Openembedded-devel mailing list