* Java: meta-java, meta-oracle-java @ 2012-02-03 23:05 Ivan Kuten 2012-02-04 2:21 ` Khem Raj 0 siblings, 1 reply; 5+ messages in thread From: Ivan Kuten @ 2012-02-03 23:05 UTC (permalink / raw) To: openembedded-devel; +Cc: nitin.a.kamble Hello, I noticed an activity around meta-java layer (OpenJDK based) https://github.com/woglinde/meta-java and recently around Oracle JRE: http://git.yoctoproject.org/cgit/cgit.cgi/meta-oracle-java/ Any plans to combine or coordinate these efforts? Because now we are working on Java PowerPC e500v2 support and finally would like to upstream to mainline our work. Best regards, Ivan Kuten, head of R&D at Promwad ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Java: meta-java, meta-oracle-java 2012-02-03 23:05 Java: meta-java, meta-oracle-java Ivan Kuten @ 2012-02-04 2:21 ` Khem Raj 2012-02-04 18:23 ` Ivan Kuten 0 siblings, 1 reply; 5+ messages in thread From: Khem Raj @ 2012-02-04 2:21 UTC (permalink / raw) To: openembedded-devel; +Cc: nitin.a.kamble On (04/02/12 02:05), Ivan Kuten wrote: > Hello, > > I noticed an activity around meta-java layer (OpenJDK based) > https://github.com/woglinde/meta-java > and recently around Oracle JRE: http://git.yoctoproject.org/cgit/cgit.cgi/meta-oracle-java/ > > Any plans to combine or coordinate these efforts? these are two different layers so they will exist. What coordination would you like to see that will help you > Because now we are working on Java PowerPC e500v2 support and finally would like to upstream > to mainline our work. > > Best regards, > Ivan Kuten, head of R&D at Promwad > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel -- -Khem ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Java: meta-java, meta-oracle-java 2012-02-04 2:21 ` Khem Raj @ 2012-02-04 18:23 ` Ivan Kuten 2012-02-04 18:29 ` Khem Raj 0 siblings, 1 reply; 5+ messages in thread From: Ivan Kuten @ 2012-02-04 18:23 UTC (permalink / raw) To: openembedded-devel; +Cc: nitin.a.kamble I meant isn't it going to be something like that in local.conf : PREFERRED_PROVIDER_virtual/java = "oracle-jre" PREFERRED_PROVIDER_virtual/java = "openjdk" in a single meta-java layer... Regards, Ivan On 02/04/2012 05:21 AM, Khem Raj wrote: > On (04/02/12 02:05), Ivan Kuten wrote: >> Hello, >> >> I noticed an activity around meta-java layer (OpenJDK based) >> https://github.com/woglinde/meta-java >> and recently around Oracle JRE: http://git.yoctoproject.org/cgit/cgit.cgi/meta-oracle-java/ >> >> Any plans to combine or coordinate these efforts? > these are two different layers so they will exist. What coordination > would you like to see that will help you > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Java: meta-java, meta-oracle-java 2012-02-04 18:23 ` Ivan Kuten @ 2012-02-04 18:29 ` Khem Raj [not found] ` <ADD6A3980E8C39419A432FF422031B4C0133412E@ORSMSX106.amr.corp.intel.com> 0 siblings, 1 reply; 5+ messages in thread From: Khem Raj @ 2012-02-04 18:29 UTC (permalink / raw) To: openembedded-devel; +Cc: nitin.a.kamble On Sat, Feb 4, 2012 at 10:23 AM, Ivan Kuten <ivan.kuten@promwad.com> wrote: > I meant isn't it going to be something like that in local.conf : > PREFERRED_PROVIDER_virtual/java = "oracle-jre" > PREFERRED_PROVIDER_virtual/java = "openjdk" > in a single meta-java layer... I think that would be sensible meta-java e.g. do provide virtuals I hope oracle java layer does something same. > > Regards, > Ivan > > On 02/04/2012 05:21 AM, Khem Raj wrote: >> On (04/02/12 02:05), Ivan Kuten wrote: >>> Hello, >>> >>> I noticed an activity around meta-java layer (OpenJDK based) >>> https://github.com/woglinde/meta-java >>> and recently around Oracle JRE: http://git.yoctoproject.org/cgit/cgit.cgi/meta-oracle-java/ >>> >>> Any plans to combine or coordinate these efforts? >> these are two different layers so they will exist. What coordination >> would you like to see that will help you >> > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <ADD6A3980E8C39419A432FF422031B4C0133412E@ORSMSX106.amr.corp.intel.com>]
[parent not found: <ADD6A3980E8C39419A432FF422031B4C01336BE7@ORSMSX106.amr.corp.intel.com>]
* Re: Java: meta-java, meta-oracle-java [not found] ` <ADD6A3980E8C39419A432FF422031B4C01336BE7@ORSMSX106.amr.corp.intel.com> @ 2012-02-08 2:04 ` Khem Raj 0 siblings, 0 replies; 5+ messages in thread From: Khem Raj @ 2012-02-08 2:04 UTC (permalink / raw) To: Kamble, Nitin A; +Cc: openembedded-devel@lists.openembedded.org On Tue, Feb 7, 2012 at 3:51 PM, Kamble, Nitin A <nitin.a.kamble@intel.com> wrote: > Ivan, > So is adding "virtual/java" in provider is enough to get the two versions of java recipes to work interchangeably ? look at meta-java virtual/java-native virtual/javac-native virtual/javac and work with Henning (woglinge) to sort out any other layer APIs you need these layers to live amicably > > Nitin > > >> -----Original Message----- >> From: Kamble, Nitin A >> Sent: Monday, February 06, 2012 10:00 AM >> To: Khem Raj; openembedded-devel@lists.openembedded.org >> Subject: RE: [oe] Java: meta-java, meta-oracle-java >> >> > On Sat, Feb 4, 2012 at 10:23 AM, Ivan Kuten <ivan.kuten@promwad.com> >> > wrote: >> > > I meant isn't it going to be something like that in local.conf : >> > > PREFERRED_PROVIDER_virtual/java = "oracle-jre" >> > > PREFERRED_PROVIDER_virtual/java = "openjdk" >> > > in a single meta-java layer... >> > >> > I think that would be sensible meta-java e.g. do provide >> > virtuals I hope oracle java layer does something same. >> > > >> > > Regards, >> > > Ivan >> > > >> > > On 02/04/2012 05:21 AM, Khem Raj wrote: >> > >> On (04/02/12 02:05), Ivan Kuten wrote: >> > >>> Hello, >> > >>> >> > >>> I noticed an activity around meta-java layer (OpenJDK based) >> > >>> https://github.com/woglinde/meta-java >> > >>> and recently around Oracle JRE: >> > http://git.yoctoproject.org/cgit/cgit.cgi/meta-oracle-java/ >> > >>> >> > >>> Any plans to combine or coordinate these efforts? >> > >> these are two different layers so they will exist. What >> coordination >> > >> would you like to see that will help you >> >> I agree, adding virtual/java in provides is a good thing for end user, >> and I will do it in the oracle-java recipes. >> And because of license differences it is better to keep these 2 >> variations of java recipes in different layers. >> >> Nitin ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-02-08 2:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-03 23:05 Java: meta-java, meta-oracle-java Ivan Kuten
2012-02-04 2:21 ` Khem Raj
2012-02-04 18:23 ` Ivan Kuten
2012-02-04 18:29 ` Khem Raj
[not found] ` <ADD6A3980E8C39419A432FF422031B4C0133412E@ORSMSX106.amr.corp.intel.com>
[not found] ` <ADD6A3980E8C39419A432FF422031B4C01336BE7@ORSMSX106.amr.corp.intel.com>
2012-02-08 2:04 ` Khem Raj
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.