Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Jim Abernathy
Date: Wed, 28 Jan 2015 11:20:21 +0100 Subject: Re: [yocto] adding meta-oracle-java From: ma...@maxinbjohn.info To: paul.eggle...@linux.intel.com CC: jfaberna...@outlook.com; yocto@yoctoproject.org Hi Jim, On Wed, Jan 28, 2015 at 10:25 AM, Paul Eggleton paul.eggle...@linux.intel.com

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Maxin John
Hi, On Wed, Jan 28, 2015 at 1:10 PM, Jim Abernathy jfaberna...@outlook.com wrote: snip well the file command does not run on the target machine same as java, not found error. as to the local.conf file. The only changes are as follows: MACHINE ?= nuc IMAGE_INSTALL_append = oracle-jse-jre

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Maxin John
Hi Jim, On Wed, Jan 28, 2015 at 10:25 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: Hi Jim, On Tuesday 27 January 2015 15:24:09 James Abernathy wrote: In looking at the meta-oracle-java README, I see the notes about adding the License statement and switching to .deb packaging. With

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Paul Eggleton
Hi Jim, On Tuesday 27 January 2015 15:24:09 James Abernathy wrote: In looking at the meta-oracle-java README, I see the notes about adding the License statement and switching to .deb packaging. With that done, I get a clean build, but my image boots and I can’t see any evidence that java was

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Jim Abernathy
From: paul.eggle...@linux.intel.com To: jfaberna...@outlook.com CC: ma...@maxinbjohn.info; yocto@yoctoproject.org Subject: Re: [yocto] adding meta-oracle-java Date: Wed, 28 Jan 2015 10:55:23 + On Wednesday 28 January 2015 05:44:47 Jim Abernathy wrote: Thanks, I guess the problem

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Maxin John
Hi Jim, On Wed, Jan 28, 2015 at 12:21 PM, Jim Abernathy jfaberna...@outlook.com wrote: From: paul.eggle...@linux.intel.com To: jfaberna...@outlook.com CC: ma...@maxinbjohn.info; yocto@yoctoproject.org Subject: Re: [yocto] adding meta-oracle-java Date: Wed, 28 Jan 2015 10:55:23 +

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Jim Abernathy
Date: Wed, 28 Jan 2015 13:01:02 +0100 Subject: Re: [yocto] adding meta-oracle-java From: ma...@maxinbjohn.info To: jfaberna...@outlook.com CC: paul.eggle...@linux.intel.com; yocto@yoctoproject.org Hi Jim, On Wed, Jan 28, 2015 at 12:21 PM, Jim Abernathy jfaberna...@outlook.com wrote

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Paul Eggleton
On Wednesday 28 January 2015 05:44:47 Jim Abernathy wrote: Thanks, I guess the problem for me stems from not knowing the difference between, IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL, which I was using. Basically, the only difference is that CORE_IMAGE_EXTRA_INSTALL will only work

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Maxin John
-java Date: Wed, 28 Jan 2015 17:36:14 +0100 Subject: Re: [yocto] adding meta-oracle-java From: ma...@maxinbjohn.info To: jfaberna...@outlook.com CC: paul.eggle...@linux.intel.com; yocto@yoctoproject.org Hi Jim, On Wed, Jan 28, 2015 at 3:58 PM, Jim Abernathy jfaberna...@outlook.com wrote

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Jim Abernathy
Date: Wed, 28 Jan 2015 15:26:24 +0100 Subject: Re: [yocto] adding meta-oracle-java From: ma...@maxinbjohn.info To: jfaberna...@outlook.com CC: paul.eggle...@linux.intel.com; yocto@yoctoproject.org Hi, On Wed, Jan 28, 2015 at 1:10 PM, Jim Abernathy jfaberna...@outlook.com wrote

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Jim Abernathy
Date: Wed, 28 Jan 2015 17:36:14 +0100 Subject: Re: [yocto] adding meta-oracle-java From: ma...@maxinbjohn.info To: jfaberna...@outlook.com CC: paul.eggle...@linux.intel.com; yocto@yoctoproject.org Hi Jim, On Wed, Jan 28, 2015 at 3:58 PM, Jim Abernathy jfaberna...@outlook.com wrote

Re: [yocto] adding meta-oracle-java

2015-01-28 Thread Maxin John
Hi Jim, On Wed, Jan 28, 2015 at 3:58 PM, Jim Abernathy jfaberna...@outlook.com wrote: snip I just created a qemux86 image for core-image-base with meta-java in it and after booting in the emulator, it, of course, gives the proper response to java -version. I'm going to try building a

[yocto] adding meta-oracle-java

2015-01-27 Thread James Abernathy
In looking at the meta-oracle-java README, I see the notes about adding the License statement and switching to .deb packaging. With that done, I get a clean build, but my image boots and I can’t see any evidence that java was included. What am I missing. I have a web app server that in all