From: Richard Leitner <richard.leitner@skidata.com>
To: "André Draszik" <git@andred.net>,
openembedded-devel@lists.openembedded.org
Subject: Re: [meta-java][RFC][PATCH 5/7] layer.conf: set defaults for Java JRE (R)PROVIDERS
Date: Thu, 2 Aug 2018 12:49:22 +0200 [thread overview]
Message-ID: <adb7f3f5-cb65-cf96-be52-e02bb06428d8@skidata.com> (raw)
In-Reply-To: <20180727132923.15149-5-git@andred.net>
Hi André,
On 07/27/2018 03:29 PM, André Draszik wrote:
> From: André Draszik <andre.draszik@jci.com>
>
> OpenJRE-8 seems like a good choice.
I'm not sure if OpenJRE-8 is the best choice as it currently doesn't support JIT for
arm architectures...
Maybe openjdk-7-jre would be better here?
Furthermore as already mentioned in PATCH 1 IMHO it would be great to describe/document those PROVIDERs in the README.
This would help newcomers a lot.
>
> Signed-off-by: André Draszik <andre.draszik@jci.com>
> ---
> conf/layer.conf | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 8b2978a..e965170 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -17,3 +17,12 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += "\
>
> MULTI_PROVIDER_WHITELIST_append = " ${@' '.join('virtual/java'+str(x)+'-sdk-native virtual/java'+str(x)+'-runtime-native' for x in range(5,9))}"
> MULTI_PROVIDER_WHITELIST_append = " ${@' '.join('virtual/java'+str(x)+'-runtime' for x in range(5,9))}"
> +
> +PREFERRED_PROVIDER_virtual/java5-runtime ?= "openjre-8"
> +PREFERRED_PROVIDER_virtual/java6-runtime ?= "openjre-8"
> +PREFERRED_PROVIDER_virtual/java7-runtime ?= "openjre-8"
> +PREFERRED_PROVIDER_virtual/java8-runtime ?= "openjre-8"
> +PREFERRED_RPROVIDER_virtual-java5-runtime ?= "openjre-8"
> +PREFERRED_RPROVIDER_virtual-java6-runtime ?= "openjre-8"
> +PREFERRED_RPROVIDER_virtual-java7-runtime ?= "openjre-8"
> +PREFERRED_RPROVIDER_virtual-java8-runtime ?= "openjre-8"
>
regards;Richard.L
next prev parent reply other threads:[~2018-08-02 10:48 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-27 13:29 [meta-java][RFC][PATCH 1/7] openjdk-8-native: add meaningful (R)PROVIDES André Draszik
2018-07-27 13:29 ` [meta-java][RFC][PATCH 2/7] layer.conf: allow multiple Java SDKs & runtimes to co-exist André Draszik
2018-08-02 10:40 ` Richard Leitner
2018-07-27 13:29 ` [meta-java][RFC][PATCH 3/7] openjdk-8: add meaningful (R)PROVIDES André Draszik
2018-08-02 10:42 ` Richard Leitner
2018-07-27 13:29 ` [meta-java][RFC][PATCH 4/7] openjre-8: " André Draszik
2018-08-02 10:42 ` Richard Leitner
2018-07-27 13:29 ` [meta-java][RFC][PATCH 5/7] layer.conf: set defaults for Java JRE (R)PROVIDERS André Draszik
2018-08-02 10:49 ` Richard Leitner [this message]
2018-08-09 7:53 ` André Draszik
2018-07-27 13:29 ` [meta-java][RFC][PATCH 6/7] openjdk-7: (R)PROVIDE virtual Java [567] packages André Draszik
2018-08-02 10:43 ` Richard Leitner
2018-07-27 13:29 ` [meta-java][RFC][PATCH 7/7] ca-certificates-java: switch to more generic / more correct JAVA (R)DEPENDS André Draszik
2018-08-02 10:44 ` Richard Leitner
2019-02-07 3:01 ` Kyle Russell
2018-08-02 10:38 ` [meta-java][RFC][PATCH 1/7] openjdk-8-native: add meaningful (R)PROVIDES Richard Leitner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=adb7f3f5-cb65-cf96-be52-e02bb06428d8@skidata.com \
--to=richard.leitner@skidata.com \
--cc=git@andred.net \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox