Re: [oe] opnejdk from meta-java for aarm64 ?

2018-04-11 Thread André Draszik
On Mon, 2018-04-09 at 08:22 +, Szczypta, Marek wrote:
> Hi ,
> 
> I tried to compile the openjdk from meta-java layer for aarm64  . The
> master branch claims that is should work for u161b15 . But after I set up
> the build it tries to build u162b12 for which it fail as there is no
> support for aarm64 . Do you know if this is working ? or how to set up it
> up correctly so I can use the u161b15 ? I found there is 162b12.bb file
> but no 161b15 only openjdk-8_16xbyy.bb ?

Are you sure you've checked out the correct commit? What commit (SHA1) are
you using?

Have a look here:

https://git.yoctoproject.org/cgit/cgit.cgi/meta-java/tree/recipes-core/openjdk

There is no 162b12.bb file, instead there are openjdk-8_16xbyy.bb and
openjre-8_16xbyy.bb. Inside each of these two recipes, PV is set based on
the architecture:

PV = "162b12"
PV_aarch64 = "161b15"

and the appropriate .inc file included.


Cheers,
Andre'

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] opnejdk from meta-java for aarm64 ?

2018-04-09 Thread Maxin B. John
Hi,

On Mon, Apr 09, 2018 at 08:22:50AM +, Szczypta, Marek wrote:
> Hi ,
> 
> I tried to compile the openjdk from meta-java layer for aarm64  . The master 
> branch claims that is should work for u161b15 . But after I set up the build 
> it tries to build u162b12 for which it fail as there is no support for aarm64 
> . Do you know if this is working ? or how to set up it up correctly so I can 
> use the u161b15 ? I found there is 162b12.bb file but no 161b15 only 
> openjdk-8_16xbyy.bb ?

openjdk-8 was build/run tested on the latest meta-java master branch for 
qemuarm64. 
Can you please share the changes made to the local.conf?

Best Regards,
Maxin
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel