Re: [yocto] [meta-java][PATCH 0/3] Java CA certificates updates

2018-04-09 Thread Maxin B. John
Hi, On Fri, Mar 30, 2018 at 09:40:16AM +0100, André Draszik wrote: > openjdk-8 and openjre-8 use a trustStore that has nothing to do with > the system trusted CA certificates as provided by the ca-certificates > package. > > These patches fix both to use the system CA certificates instead. > >

Re: [yocto] [meta-java][PATCH 1/2] openjdk-8: fix MAKE detection patch

2018-03-15 Thread Maxin B. John
Hi Andre', On Thu, Mar 15, 2018 at 09:10:05AM +, André Draszik wrote: > On Tue, 2018-03-13 at 18:10 +0200, Maxin B. John wrote: > > Hi André, > > > > Merged, Thanks. > > Thanks Maxin. > > Did you forget the 2nd patch, or is there an issue with it? >

Re: [yocto] [meta-java][PATCH 1/2] openjdk-8: fix MAKE detection patch

2018-03-15 Thread Maxin B. John
Hi André, On Thu, Mar 15, 2018 at 09:10:05AM +, André Draszik wrote: > On Tue, 2018-03-13 at 18:10 +0200, Maxin B. John wrote: > > Hi André, > > > > On Mon, Mar 12, 2018 at 04:38:05PM +, André Draszik wrote: > > > From: André Draszik <andre.dras...@jc

Re: [yocto] [meta-java][PATCH 1/2] openjdk-8: fix MAKE detection patch

2018-03-13 Thread Maxin B. John
Hi André, On Mon, Mar 12, 2018 at 04:38:05PM +, André Draszik wrote: > From: André Draszik > > The patch had a few typos, leading to errors during ./configure >../jdk8u-4be07cb28b21/common/autoconf/configure: line 8408: test: too many > arguments > > Change-Id:

Re: [yocto] passwd fails for other users than root

2018-03-12 Thread Maxin B. John
Hi Arno, On Fri, Mar 09, 2018 at 07:19:06AM +0100, Arno Steffens wrote: > I have 2 extra users (added with useradd_example.bb). Login works for all 3 > parties. > > While login works, passwd (to change it) doesn't work for the extra users. > They will asked for the old one - which fails. >

Re: [yocto] [meta-java][PATCH 00/14] openjdk-8 updates

2018-03-06 Thread Maxin B. John
Hi André, On Mon, Mar 05, 2018 at 09:30:52AM +, André Draszik wrote: > Hi, > > OpenJDK8 in yocto is a bit outdated, so these patches > - update openjdk-8 from the 1.5 year old version 102b14 to the > current 162b12 > - modernize the recipe using bitbake variable overrides > - enable

Re: [yocto] [bitbake-devel] Yocto: Add custom user to custom group in bitbake recipe

2018-03-02 Thread Maxin B. John
;GROUPADD_PARAM_${PN} = "www", should be in chromium-x11_%.bbappend before we use: USERADD_PARAM_${PN} = "-d ${localstatedir}/lib/chromium -s /bin/false -G tty,video,input,www,www-data -U chromium > But the useradd command is failed: group 'www' doe

Re: [yocto] [bitbake-devel] Yocto: Add custom user to custom group in bitbake recipe

2018-03-02 Thread Maxin B. John
Hi Parthiban, On Fri, Mar 02, 2018 at 12:29:25PM +0100, Parthiban Nallathambi wrote: > Hello All, > > I have created a custom group e.g "grp1" in my application recipe say > "app.bb". > > GROUPADD_PARAM_${PN} = "grp1" > > I am trying add my custom user e.g: "user1" to this group "grp1" in >

Re: [yocto] [meta-java][PATCH] jdepend: give the downloaded file a reasonable name

2018-03-01 Thread Maxin B. John
Hi, On Thu, Mar 01, 2018 at 10:46:01AM +, André Draszik wrote: > From: André Draszik > > 2.9.1.zip in the 'downloads' folder will easily be overwritten... > > Signed-off-by: André Draszik > --- > recipes-core/jdepend/jdepend_2.9.1.bb | 2 +- >

Re: [yocto] Changing the tty/UART of busybox

2018-02-28 Thread Maxin B. John
Hi Jakob, >On Wed, Feb 28, 2018 at 11:15:42AM +0100, Jakob Hasse wrote: > >Hello, > >we need to change the tty on which busybox is sitting. Right now I could change > the UART for the kernel and all program output after the boot to our favorite > UART (via kernel cmd line). But the login promt

Re: [yocto] Problem in the building phase - Yocto 2.4.1 for Siemens IoT 2040 (Intel Quark)

2018-02-26 Thread Maxin B. John
Hi, On Sat, Feb 24, 2018 at 12:11:56PM -0800, Stephano Cetola wrote: > On 2/22/18 3:59 AM, Pulizzotto Alessio (COMAU) wrote: > > Hello, > > > > I’m writing you because I have some problems with the building of an > > 2.4.1 image of the Yocto. > > > > I am using a Siemens IoT 2040 hardware witch

Re: [yocto] Removing busybox completely from the generated image

2018-02-19 Thread Maxin B. John
Hi, On Mon, Feb 19, 2018 at 02:17:38AM -0800, Khem Raj wrote: > On Mon, Feb 19, 2018 at 12:35 AM, Iván Castell > wrote: > > I have tried breaking apart packagegroup-core-boot, making a copy in my > > custom layer, removing the line referencing busybox: > > > > ##

Re: [yocto] Reg: SPI enabling in imx6ull

2018-01-14 Thread Maxin B. John
Hi Mathew, On Sat, Jan 13, 2018 at 8:20 AM, Mathew K Tharakan wrote: > Hi, > > I'm unable found spidev in /dev, I have done necessary changes in .dts file. > I'm working with iMX6ULL evk We need the kernel configuration to enable spi support along with your

Re: [yocto] How to use same user in two recipes?

2017-10-12 Thread Maxin B. John
core/2017-October/143288.html > Thanks > On Wed, 2017-10-11 at 14:37 +0300, Maxin B. John wrote: > > Hi Fabien, > > > > On Wed, 2017-10-11 at 13:06 +0300, Henrik Lindblom wrote: > > > > I think you'll want RDEPENDS instead of DEPENDS in your recipe. DEPENDS > &g

Re: [yocto] How to use same user in two recipes?

2017-10-11 Thread Maxin B. John
;> dependency. >> >Thanks Henrik >I tried to add RDEPENDS too without success. The problem is that users and >groups are not installed >IIUC. Could you apply this patch and see if it helps here ? Best Regards, Maxin >From 36c75e348cd5bb3cff242783550b925623492297 Mon

Re: [yocto] [meta-java][PATCH 5/6] bdwgc: import from meta-oe

2017-09-26 Thread Maxin B. John
Hi Philip, On Mon, Sep 25, 2017 at 4:05 PM, Philip Balister <phi...@balister.org> wrote: > On 09/24/2017 05:05 PM, Maxin B. John wrote: >> keep a copy of bdwgc recipe in meta-java from meta-oe layer. >> cacao in meta-java depends on bdwgc. > > Duplicating recipes

[yocto] [meta-java][PATCH 5/6] bdwgc: import from meta-oe

2017-09-24 Thread Maxin B. John
keep a copy of bdwgc recipe in meta-java from meta-oe layer. cacao in meta-java depends on bdwgc. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...ac-add-check-for-NO_GETCONTEXT-definition.patch | 29 +++ recipes-extended/bdwgc/bdwgc/musl_header_fix.patc

[yocto] [meta-java][PATCH 3/6] openjdk-8-cross: provide packageconfig for krb5

2017-09-24 Thread Maxin B. John
Provide PACKAGECONFIG for kerberos to remove dependency on meta-oe layer. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- recipes-core/openjdk/openjdk-8-cross.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-core/openjdk/openjdk-8-cross.inc b/r

[yocto] [meta-java][PATCH 4/6] openjdk-8-native: provide packageconfig for giflib

2017-09-24 Thread Maxin B. John
provide PACKAGECONFIG for giflib to remove dependency on meta-oe layer. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- recipes-core/openjdk/openjdk-8-native.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-core/openjdk/openjdk-8-native.inc b/r

[yocto] [meta-java][PATCH 6/6] README: remove meta-oe from documentation

2017-09-24 Thread Maxin B. John
Update the README by removing the dependency on meta-openembedded layer from documentation. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- README | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README b/README index 33511ff..81664c7 100644 --- a/README

[yocto] [meta-java][PATCH 2/6] openjdk-7-common: provide packageconfig for giflib and krb5

2017-09-24 Thread Maxin B. John
Provide PACKAGECONFIG for giflib and krb5 to remove dependency on meta-oe layer. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- recipes-core/openjdk/openjdk-7-common.inc | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/recipes-core/openjdk/ope

[yocto] [meta-java][PATCH 1/6] icedtea7-native: provide packageconfig for giflib

2017-09-24 Thread Maxin B. John
Provide PACKAGECONFIG for giflib to remove dependency on meta-oe layer. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- recipes-core/icedtea/icedtea7-native.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipe

Re: [yocto] [meta-oracle-java][PATCH v2] oracle-java: create directory before creating links

2017-08-17 Thread Maxin B. John
Hi, On Thu, Aug 17, 2017 at 08:36:32AM +0200, Jan Remmet wrote: > if bindir directory doesn't exists the link is created wrongly: > > file -b > tmp/work/x86_64-linux/oracle-jse-jdk-x86-64-native/1.8.0-u131r0/image/home/yocto/build/tmp/sysroots/x86_64-linux/usr/bin > symbolic link to >

Re: [yocto] [EXTERNAL] Re: Openjdk-8 fetcher failure

2017-06-21 Thread Maxin B. John
Development Warm Regards, Maxin > -Original Message----- > From: Maxin B. John [mailto:maxin.j...@intel.com] > Sent: Monday, June 19, 2017 6:37 PM > To: Pawar, Alok <alok.paw...@harman.com> > Cc: yocto@yoctoproject.org > Subject: [EXTERNAL] Re: [yocto] Openjdk-8 fetc

Re: [yocto] Openjdk-8 fetcher failure

2017-06-19 Thread Maxin B. John
Hi Alok, On Mon, Jun 19, 2017 at 06:11:20AM +, Pawar, Alok wrote: > >Hi All, > > I am using yocto 2.1.2 krogoth, and I added meta-java in it, but when I tried > to bitbake. I faced fetcher failure, following are the Error : > >ERROR: openjdk-8-102b14-r0 do_fetch: Fetcher failure: Fetch

[yocto] [PATCH v2] documentation: updates to static library support in SDK

2017-06-15 Thread Maxin B. John
ed-off-by: Maxin B. John <maxin.j...@intel.com> --- documentation/adt-manual/adt-prepare.xml | 8 documentation/sdk-manual/sdk-appendix-obtain.xml | 8 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/ad

Re: [yocto] useradd and one sysroot per recipe in pyro

2017-06-15 Thread Maxin B. John
Hi Christian, On Wed, Jun 14, 2017 at 04:13:04PM +, Andersen, Christian wrote: > Hi Maxin, > > > Here, could you try to build again with an additional DEPENDENCY on shadow- > > native: > > ie: instead of > > >DEPENDS = "puck-base" > > DEPENDS = "puck-base shadow-native" > > > > To be sure,

Re: [yocto] [PATCH] documentation: updates to static library support in SDK

2017-06-15 Thread Maxin B. John
; wrote: >> >>> On Wed, Jun 14, 2017 at 5:12 AM, Maxin B. John <maxin.j...@intel.com> >>> wrote: >>> For development purposes, static libraries need to be Best Regards, Maxin -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [PATCH] documentation: updates to static library support in SDK

2017-06-15 Thread Maxin B. John
Hi Andre, On Wed, Jun 14, 2017 at 10:57:41AM -0700, Andre McCurdy wrote: > On Wed, Jun 14, 2017 at 5:12 AM, Maxin B. John <maxin.j...@intel.com> wrote: > > For development purposes, static libraries need to be > > present only in the SDK. We do not need those static >

Re: [yocto] useradd and one sysroot per recipe in pyro

2017-06-14 Thread Maxin B. John
Hi Andersen, On Tue, Jun 13, 2017 at 04:10:10PM +, Andersen, Christian wrote: > >Hello, >currently I am trying the newest Yocto release (pyro). It seems I have a >problem >with useradd and the new concept of one sysroot per recipe. > >I have a base recipe (let’s call it my-base.bb) which

[yocto] [PATCH] documentation: updates to static library support in SDK

2017-06-14 Thread Maxin B. John
ed-off-by: Maxin B. John <maxin.j...@intel.com> --- documentation/adt-manual/adt-prepare.xml | 8 documentation/sdk-manual/sdk-appendix-obtain.xml | 8 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/ad

Re: [yocto] Image lacks libraries needed by SDK

2017-06-14 Thread Maxin B. John
Hi Anders, On Wed, Jun 14, 2017 at 11:20:57AM +0200, Anders Darander wrote: > * Maxin B. John <maxin.j...@intel.com> [170614 10:24]: > > > Hi Paul, > > > On Tue, Jun 13, 2017 at 04:24:38PM -0700, Paul D. DeRocco wrote: > > > In order to try out the much m

Re: [yocto] Image lacks libraries needed by SDK

2017-06-14 Thread Maxin B. John
Hi, On Wed, Jun 14, 2017 at 01:34:40AM -0700, Paul D. DeRocco wrote: > > From: Maxin B. John [mailto:maxin.j...@intel.com] > > > > Had a similar experience with respect to the availability of > > static libraries in the SDK. > > > > https://bugzilla.y

Re: [yocto] Image lacks libraries needed by SDK

2017-06-14 Thread Maxin B. John
Hi Paul, On Tue, Jun 13, 2017 at 04:24:38PM -0700, Paul D. DeRocco wrote: > I have a working system image for my 32-bit Atom-based hardware, based on > Morty. My application is a C++ program that runs as a systemd service. > I've always built the application outside Yocto, using the Eclipse CDT

Re: [yocto] [meta-oracle-java][PATCH] Fix binary paths when setting alternatives

2017-05-11 Thread Maxin B. John
On Thu, May 11, 2017 at 07:49:16AM +0200, Jan Kiszka wrote: > Neither the JDK nor the JRE puts binaries under $JAVA_HOME/jre anymore. > Seen with Java 8, update 131. > > Signed-off-by: Jan Kiszka > --- > recipes-devtools/oracle-java/oracle-jse-jdk.inc | 12 ++-- >

Re: [yocto] [meta-oracle-java][PATCH v2] Update version to 8u131-b11 for all recipes Checksum change for license file following update to 8u131 b11

2017-05-08 Thread Maxin B. John
Hi, On Fri, Apr 28, 2017 at 08:07:25PM +0200, Romain Bazile wrote: > Signed-off-by: Romain Bazile > --- > .../oracle-java/oracle-jse-ejre-arm-sflt-client-headless.inc | 10 > +- > .../oracle-jse-ejre-arm-vfp-hflt-client-headless.inc | 10 >

Re: [yocto] [meta-oracle-java][PATCH] Update version to 8u131-b11 for all recipes

2017-04-28 Thread Maxin B. John
Hi, On Thu, Apr 27, 2017 at 08:54:49PM +0200, Romain Bazile wrote: > From: Romain Bazile > > Signed-off-by: Romain Bazile > --- > .../oracle-java/oracle-jse-ejre-arm-sflt-client-headless.inc | 10 > +- >

Re: [yocto] [meta-oracle-java][PATCH] oracle-jse-ejre: Fix destination

2017-04-07 Thread Maxin B. John
Hi, Missing Signed-off-by here. On Fri, Apr 07, 2017 at 03:19:39PM +0200, Jaap de Jong wrote: > --- > recipes-devtools/oracle-java/oracle-jse-ejre.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-devtools/oracle-java/oracle-jse-ejre.inc >

Re: [yocto] [meta-oracle-java][PATCH 1/6] oracle-jse.inc: Fix unattended downloading source

2017-03-30 Thread Maxin B. John
Hi, On Thu, Mar 30, 2017 at 11:02:48AM +0200, Jaap de Jong wrote: > > On 30-03-17 10:57, Maxin B. John wrote: > >Hi, > > > >Thank you very much for these updates. Merged to master-next. > > > >Note: from now on, please send the patches using "git send-

Re: [yocto] [meta-oracle-java][PATCH 1/6] oracle-jse.inc: Fix unattended downloading source

2017-03-30 Thread Maxin B. John
Hi, Thank you very much for these updates. Merged to master-next. Note: from now on, please send the patches using "git send-email" as mentioned in the README file. On Thu, Mar 30, 2017 at 08:28:09AM +0200, Jaap de Jong wrote: > > From d20c60ce51a399541329bd5360e5489f537d630b Mon Sep 17

Re: [yocto] Fwd: [meta-oracle-java][PATCH 1/6] oracle-jse.inc: Fix unattended downloading source

2017-03-29 Thread Maxin B. John
Hi, On Wed, Mar 29, 2017 at 09:03:15AM +0200, Jaap de Jong wrote: > --- > > recipes-devtools/oracle-java/oracle-jse.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-devtools/oracle-java/oracle-jse.inc > b/recipes-devtools/oracle-java/oracle-jse.inc > index

Re: [yocto] [meta-java][PATCH] commons-collections3: upgrade from 3.2.1 to 3.2.2

2017-03-22 Thread Maxin B. John
Hi, On Tue, Mar 21, 2017 at 03:04:25PM +0800, Zhenhua Luo wrote: > Signed-off-by: Zhenhua Luo > --- > .../{commons-collections3_3.2.1.bb => commons-collections3_3.2.2.bb} | 5 > +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > rename

[yocto] [meta-oracle-java][PATCH 2/2] README: remove restrictions related to package management support

2017-03-20 Thread Maxin B. John
With RPM4, we no longer have to restrict the package managers supported by meta-oracle-java layer to ipk and deb. Remove the restrictions specified in the README file. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- README | 9 - 1 file changed, 9 deletions(-) diff

[yocto] [meta-oracle-java][PATCH 1/2] oracle-jse.inc: update RDEPENDS list

2017-03-20 Thread Maxin B. John
Update RDEPENDS list to satisfy the dependencies reported by rpm package manager. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- recipes-devtools/oracle-java/oracle-jse.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-devtools/oracle-java/oracle-jse.inc b/r

[yocto] [meta-raspberrypi][PATCH] gstreamer1.0-omx: remove bbappend for version 1.2.0

2017-03-06 Thread Maxin B. John
OE-Core rev: aa06a18d59eb391d1a7ace9daa0681bdf8daf17f removed gstreamer1.0-omx_1.2.0 recipe. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...o-acquire-buffer-when-src-pad-isn-t-activ.patch | 48 .../0001-config-files-path.patch

Re: [yocto] [meta-java][PATCH 0/3] Fix build for per-recipe sysroot

2017-03-03 Thread Maxin B. John
Hi Adrian, On Thu, Mar 02, 2017 at 01:50:14PM +0100, Adrian Calianu wrote: > Fix was done according to latest changes where dependencies > are installed into a per-recipe sysroot. > > Adrian Calianu (3): > classpath-native: fix build dependencies > libecj: fix build issues by adding missing

Re: [yocto] add users doesn't work

2017-02-27 Thread Maxin B. John
Hi Jakob, On Mon, Feb 27, 2017 at 03:34:59PM +0100, Jakob Hasse wrote: > Hello, > > I tried to add a user to my image, like described in the FAQ here: > https://wiki.yoctoproject.org/wiki/FAQ:How_do_I_set_or_change_the_root_password > > However, if I added that two lines to my recipe, it

Re: [yocto] Pulseaudio: build issue

2017-01-18 Thread Maxin B. John
Hi Gowtham, On Wed, Jan 18, 2017 at 12:00:52PM +, Gowtham Pandi wrote: > >Hi All, > >I am using Raspberry Pi 3 model B. I am facing build issues while building >bitbake pulseaudio. > >Please find my configuration details: > >Yocto : Jethro branch >pulseaudio.inc RDEPENDS_pulseaudio-server +=

[yocto] [PATCH 4/4] README.hardware: minor update to edgerouter section

2016-10-17 Thread Maxin B. John
Trivial fix Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- README.hardware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.hardware b/README.hardware index d7e24d2..562f196 100644 --- a/README.hardware +++ b/README.hardware @@ -317,7 +317,7 @@ Steps:

[yocto] [PATCH 1/4] poky-tiny.conf: remove core-image-directfb reference

2016-10-17 Thread Maxin B. John
core-image-directfb was removed from oe-core with this commit: remove core-image-directfb.bb as part of moving directfb from oe-core (From OE-Core rev: 8871fe1189776d78e5848b08edb9c990b9aebf2d) Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta-poky/conf/distro/poky-tiny.conf |

[yocto] [PATCH 2/4] maintainers.inc: remove core-image-directfb reference

2016-10-17 Thread Maxin B. John
core-image-directfb was removed from oe-core with this commit: remove core-image-directfb.bb as part of moving directfb from oe-core (From OE-Core rev: 8871fe1189776d78e5848b08edb9c990b9aebf2d) Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta-poky/conf/distro/include/maintaine

[yocto] [PATCH 3/4] ref-images.xml: remove core-image-directfb reference

2016-10-17 Thread Maxin B. John
core-image-directfb was removed from oe-core with this commit: remove core-image-directfb.bb as part of moving directfb from oe-core (From OE-Core rev: 8871fe1189776d78e5848b08edb9c990b9aebf2d) Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- documentation/ref-manual/ref-images.x

Re: [yocto] X display touch calibration

2016-08-31 Thread Maxin B. John
Hi, On Mon, Aug 29, 2016 at 05:52:31PM +0200, Gary Thomas wrote: > On 2016-08-29 13:49, Maxin B. John wrote: > >Hi Gary, > > > >On Mon, Aug 29, 2016 at 11:09:25AM +0200, Gary Thomas wrote: > >>How is the touchscreen calibration supposed to work now (after &

Re: [yocto] [meta][PATCH] ruby: ensure that .ext/rdoc is gone in compile

2016-08-29 Thread Maxin B. John
Hi Sujith, On Mon, Aug 29, 2016 at 05:01:52PM +0530, Sujith H wrote: > From: Christopher Larson > > rdoc gets unhappy if this already exists, so remove it before building. > > Without this, it's possible to hit this error: > > Directory .ext/rdoc already exists,

Re: [yocto] X display touch calibration

2016-08-29 Thread Maxin B. John
Hi Gary, On Mon, Aug 29, 2016 at 11:09:25AM +0200, Gary Thomas wrote: > How is the touchscreen calibration supposed to work now (after > the recent changes dropping pointercal, tslib, etc)? I can > see when I launch X that the screen calibration program runs, > but I think only briefly as the

Re: [yocto] meta-oracle-java][BUG-REPORT

2016-08-24 Thread Maxin B. John
Hi, >On Wed, Aug 17, 2016 at 09:19:49AM -0400, Mark Schnell wrote: > >Good day; > > Short version: > >The ARM architecture for the meta-oracle-java layer still points to Java v7u60. > > Long version: Good catch. I missed that part while upgrading it. Will update it this week :) Best

[yocto] [meta-qt4][PATCH v2 2/2] packagegroup-core-qt4e: updates based on tslib dependency

2016-08-23 Thread Maxin B. John
Since tslib dependency is optional, update the location of qt4-embedded-plugin-mousedriver-tslib which depends on it. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- recipes-qt4/packagegroups/packagegroup-core-qt4e.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff

[yocto] [meta-qt4][PATCH v2 1/2] qt4-embedded.inc: provide PACKAGECONFIG for tslib

2016-08-23 Thread Maxin B. John
make tslib dependency optional Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- recipes-qt4/qt4/qt4-embedded.inc | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/recipes-qt4/qt4/qt4-embedded.inc b/recipes-qt4/qt4/qt4-embedded.inc index 3f40b82..1122080

Re: [yocto] [meta-qt4][PATCH 1/2] qt4-embedded.inc: provide PACKAGECONFIG for tslib

2016-08-19 Thread Maxin B. John
Hi Martin, On Fri, Aug 19, 2016 at 10:13:31AM +0200, Martin Jansa wrote: > On Fri, Aug 19, 2016 at 11:01:57AM +0300, Maxin B. John wrote: > > make tslib dependency optional > > > > Signed-off-by: Maxin B. John <maxin.j...@intel.com> > > --- > > recipes-qt4

[yocto] [meta-qt4][PATCH 2/2] packagegroup-core-qt4e: updates based on tslib dependency

2016-08-19 Thread Maxin B. John
Since tslib dependency is optional, update the location of qt4-embedded-plugin-mousedriver-tslib which depends on it. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- recipes-qt4/packagegroups/packagegroup-core-qt4e.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff

[yocto] [meta-qt4][PATCH 1/2] qt4-embedded.inc: provide PACKAGECONFIG for tslib

2016-08-19 Thread Maxin B. John
make tslib dependency optional Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- recipes-qt4/qt4/qt4-embedded.inc | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes-qt4/qt4/qt4-embedded.inc b/recipes-qt4/qt4/qt4-embedded.inc index 3f40b82..6e7cd86

Re: [yocto] [PATCH] swabber: remove from documentation

2016-08-03 Thread Maxin B. John
h is safe to apply to the docs :) >Thanks, >Scott >> >>On Fri, Jul 22, 2016 at 4:28 AM, Maxin B. John <maxin.j...@intel.com> wrote: >> >> Remove documentation as swabber was removed from >> oe-core with this commit: >> commit a7ddbea345c90

[yocto] [PATCH] swabber: remove from documentation

2016-07-22 Thread Maxin B. John
Remove documentation as swabber was removed from oe-core with this commit: commit a7ddbea345c90646e6b9ddb89f768865caffdf07 Author: Richard Purdie <richard.pur...@linuxfoundation.org> Date: Mon Jun 6 12:08:56 2016 +0100 meta: Drop swabber Signed-off-by: Maxin B. John <maxin.j...@

Re: [yocto] image-vmdk with genericx86

2016-07-15 Thread Maxin B. John
Hi Takashi-san, On Fri, Jul 15, 2016 at 05:32:32AM +, Takashi Matsuzawa wrote: >Hello. > >Well, the below line actually inheriting image-live.bbclass. The variable >values I can see by '-e' option may be the final values, not in the middle of >parsing. > > >>IMAGE_TYPE_live =

Re: [yocto] image-vmdk with genericx86

2016-07-13 Thread Maxin B. John
Hi Takashi-san, On Wed, Jul 13, 2016 at 10:51:34AM +, Takashi Matsuzawa wrote: >Hello, Yocto. > >Should it be possible to simply change image class of genericx86 from >.hddimg to .hdddirect? > >I have been successfully building genericx86 image (that is image-live.bbclass >based),

[yocto] [meta-oracle-java][PATCH] oracle-java: upgrade to 8u91

2016-07-12 Thread Maxin B. John
Update JDK and JRE to latest Critical Patch Update release - 8u91 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- recipes-devtools/oracle-java/oracle-jse-jdk-i586_1.7.0.bb | 11 --- recipes-devtools/oracle-java/oracle-jse-jdk-i586_1.8.0.bb | 11 +++ r

Re: [yocto] Another python3 error?

2016-06-10 Thread Maxin B. John
Hi Gary, On Fri, Jun 10, 2016 at 12:06:15PM +0200, Gary Thomas wrote: > On 2016-06-10 10:42, Burton, Ross wrote: > > > >On 10 June 2016 at 09:39, Gary Thomas >> wrote: > > > >Any hints on which (and why it's not being recommended by the sanity

Re: [yocto] Antwort: Re: Problems with do_rootfs when changing the user password

2016-06-10 Thread Maxin B. John
Hi, On Thu, Jun 09, 2016 at 05:17:33PM +0200, s.jar...@esa-grimma.de wrote: > >Hej > >Thanks for the infos. I figured out that the common tutorial under >meta-skeleton >does not covers the change of the root password. Although "usermod -P" does >not exits. >Now the "usermod -p" wants a

[yocto] [PATCH] maintainers.inc: change maintainer of db package

2016-06-06 Thread Maxin B. John
As discussed in the mail, change db maintainership. http://lists.openembedded.org/pipermail/openembedded-core/2016-June/122460.html Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta-poky/conf/distro/include/maintainers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [yocto] oracle-jse-jdk

2016-05-06 Thread Maxin B. John
Hi Emil, On Thu, May 05, 2016 at 10:43:08AM -0700, Mihaylov, Emil wrote: >hi Mark, > >my oracle-jse-jdk_1.7.0.bb > >looks like this > >--- > ># Automatically choose java package based on target architecture >DEPENDS += "libav gtk+ libxslt libxtst"

[yocto] [PATCH] formfactor: add machconfig for Beaglebone

2016-02-04 Thread Maxin B. John
We need machconfig file to automatically choose between physical and virtual keyboards. [YOCTO #9027] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta-yocto-bsp/recipes-bsp/formfactor/formfactor/beaglebone/machconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644

[yocto] [PATCH] alsa-state: remove beagleboard configuration

2016-01-12 Thread Maxin B. John
Purging beagleboard related configuration. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../recipes-bsp/alsa-state/alsa-state.bbappend | 1 - .../alsa-state/alsa-state/beagleboard/asound.state | 656 - 2 files changed, 657 deletions(-) delete mode

[yocto] [PATCH] formfactor: remove unused beagleboard configuration

2016-01-12 Thread Maxin B. John
Clean up formfactor configuration for beagleboard. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../recipes-bsp/formfactor/formfactor/beagleboard/machconfig | 3 --- 1 file changed, 3 deletions(-) delete mode 100755 meta-yocto-bsp/recipes-bsp/formfactor/form

Re: [yocto] [meta-oracle-java][PATCH v2] oracle-jse-jdk: Don't use ${D} installing symlink target

2015-12-04 Thread Maxin B. John
Hi, On Wed, Dec 02, 2015 at 06:39:14PM -0500, Kyle Russell wrote: > When installed to the sysroot, this makes the symlink point to the > workdir, which is invalid in the sstate package. Since we cd to > ${D} before creating the symlink, this ensures the link is created > in the correct install

[yocto] [PATCH 4/5] distro/maintainers.inc: include stress package details

2015-11-06 Thread Maxin B. John
Include stress package in maintainers.inc file Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta-yocto/conf/distro/include/maintainers.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-yocto/conf/distro/include/maintainers.inc b/meta-yocto/conf/distro/i

Re: [yocto] How can i install shutil.py in rootfs

2015-10-20 Thread Maxin B. John
Hi Vivek, On Tue, Oct 20, 2015 at 02:38:36PM +0530, Vivek Per wrote: > hi, > How can i install shutil.py in roofs. I need this file for audit2allow. > In rootfs remaining .py files are including /usr/share/python-support/ > but not shutil.py. i want to include this file in rootfs how can i

Re: [yocto] [meta-java] openjdk-7-jre was skipped: missing required distro feature ['x11'] (not in DISTRO_FEATURES)

2015-10-16 Thread Maxin B. John
Hi, On Fri, Oct 16, 2015 at 03:35:22PM +0200, Federico Pietro Briata wrote: > >Hi Folks, >I'm trying to compile java without x11 and unfortunately also without success.. > >I've added in my local.conf: > >DISTRO_FEATURES_remove = "x11" ># Java build settings

Re: [yocto] [PATCH 1/2] oracle-jse.inc: Make LIC_FILES_CHKSUM path relative

2015-10-14 Thread Maxin B. John
On Wed, Oct 14, 2015 at 02:51:17PM +0200, Ricardo Ribalda Delgado wrote: > If the path is absolute, it invalidates the SSTATE, which also > invalidates all the recipes depending on this package. > Signed-off-by: Ricardo Ribalda Delgado > --- >

[yocto] [PATCH] ref-manual: document strace dependency for Swabber

2015-10-05 Thread Maxin B. John
image-swab class depends on "strace" package to be present in the Build Host. Document that dependency. [YOCTO #8439] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- documentation/ref-manual/ref-classes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletio

[yocto] [meta-selinux][PATCH] selinux-config: make DEFAULT_POLICY and DEFAULT_ENFORCING configurable

2015-08-14 Thread Maxin B. John
From: Josep Puigdemont josep.puigdem...@enea.com Make DEFAULT_POLICY and DEFAULT_ENFORCING configurations more flexible. Signed-off-by: Maxin B. John maxin.j...@enea.com --- recipes-security/selinux/selinux-config_0.1.bb | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff

Re: [yocto] [meta-oracle-java] oracle-jse-jre fetch issue

2015-08-06 Thread Maxin B. John
Hi Daniel, On Wed, Aug 05, 2015 at 05:20:38PM -0300, Daniel. wrote: Downloading JDK/JRE automagically is aways a pain in the a**. Everytime that Oracle changes something on its website these scripts crash. I agree with your comments.It is really difficult to find a standard way to download

Re: [yocto] Checksum failure encountered Java

2015-02-02 Thread Maxin B. John
Hi Jim, On Sun, Feb 01, 2015 at 10:58:02AM -0500, Jim Abernathy wrote: after I posted this issues, I tried to click on the link at the Oracle site and there is something about accepting a License. I have the LICENSE_FLAGS_WHITELIST += oracle_java which worked on the NUC build. I'm

Re: [yocto] Install Java on Core-Image-Sato-Sdk

2014-11-27 Thread Maxin B. John
Hi, On Thu, Nov 27, 2014 at 09:10:39AM +0100, Tran TriTin wrote: Hi, i tried to install Java (meta-oracle-java) on Core-image-Sato-sdk, but i always received this following error. Please help me ERROR: runstrip: ''i586-poky-linux-strip' --remove-section=.comment --remove-section=.note

Re: [yocto] [meta-oracle-java][PATCH] Add support for Java SE Embedded

2014-09-08 Thread Maxin B. John
Hi Vladimir, On Fri, Sep 05, 2014 at 03:58:53PM +, Vladimir Redzhepov wrote: From 783ff400987ec06f41286ffce7e3afc4545d67e5 Mon Sep 17 00:00:00 2001 From: Vladimir Redzhepov vladimir_redzhe...@epam.com Date: Fri, 5 Sep 2014 18:13:42 +0300 Subject: [PATCH] Add support for Java SE Embedded

Re: [yocto] [meta-oracle-java][PATCH] Add support for Java SE Embedded

2014-09-08 Thread Maxin B. John
Hi Vladimir, In that case, let's go ahead with oracle-jse-ejre.inc rather than removing the LICENSE file from oracle-jse.inc. On Mon, Sep 08, 2014 at 10:49:18AM +, Vladimir Redzhepov wrote: Hi Maxin, -Original Message- From: Maxin B. John [mailto:maxin.j...@enea.com] Sent

Re: [yocto] [meta-oracle-java][PATCH v3] Update jdk and jre to version 67

2014-09-08 Thread Maxin B. John
Hi, Manually merged this patch (There were some difficulties in applying this patch directly - please take care of it next time). Thanks ! On Thu, Sep 04, 2014 at 04:18:00PM +, Vladimir Redzhepov wrote: From 61efb0099635325b21d589dd96308c7fa9b668de Mon Sep 17 00:00:00 2001 From: Vladimir

Re: [yocto] [meta-oracle-java][PATCH v2] Add support for Java SE Embedded

2014-09-08 Thread Maxin B. John
Dear Will Frazer, On Mon, Sep 08, 2014 at 02:13:35PM +, Frazer, Will wrote: Folks, My understanding is that while this recipe generated download URL will work if you have already visited the Oracle download location, it won't work for a build system that has never been there before.

Re: [yocto] [meta-oracle-java][PATCH] Provide common functionality to run jdk on the build host

2014-09-04 Thread Maxin B. John
Patch applied. Thanks! On Thu, Sep 04, 2014 at 12:30:44PM +, Vladimir Redzhepov wrote: From f7c9e480729ea2c3bafb6ae5e101627f7f77f867 Mon Sep 17 00:00:00 2001 From: Vladimir Redzhepov vladimir_redzhe...@epam.com Date: Thu, 4 Sep 2014 15:02:22 +0300 Subject: [PATCH] Provide common

Re: [yocto] [meta-oracle-java][PATCH] update jdk and jre to version 67

2014-08-21 Thread Maxin B. John
Hi Vladimir, On Thu, Aug 21, 2014 at 05:01:47PM +, Vladimir Redzhepov wrote: From f0305398a51435f407e41a8f0eaf83f8bdd13cca Mon Sep 17 00:00:00 2001 From: Vladimir Redzhepov vladimir_redzhe...@epam.com Date: Thu, 21 Aug 2014 19:43:29 +0300 Subject: [PATCH] update jdk and jre to

Re: [yocto] [meta-oracle-java][PATCH 1/2] oracle-java: update fetch method

2014-08-19 Thread Maxin B. John
Hi, Gentle ping .. Could anyone review these, please ? On Thu, Aug 14, 2014 at 05:47:31PM +0200, Maxin B. John wrote: Use custom FETCHCMD_wget to avoid manual downloading of Oracle Java packages. Signed-off-by: Maxin B. John maxin.j...@enea.com --- recipes-devtools/oracle-java/oracle

[yocto] [meta-oracle-java][PATCH 2/2] README: Update Notes

2014-08-14 Thread Maxin B. John
1. Remove notes related to manual downloading of Oracle Java binaries. 2. Add notes about the temporary fix for installing Java packages. Signed-off-by: Maxin B. John maxin.j...@enea.com --- README | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README b

[yocto] [meta-oracle-java][PATCH 1/2] oracle-java: update fetch method

2014-08-14 Thread Maxin B. John
Use custom FETCHCMD_wget to avoid manual downloading of Oracle Java packages. Signed-off-by: Maxin B. John maxin.j...@enea.com --- recipes-devtools/oracle-java/oracle-jse.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-devtools/oracle-java/oracle-jse.inc b/recipes-devtools

[yocto] [meta-oracle-java][PATCH 0/5] Add a custom fetch method

2014-08-08 Thread Maxin B. John
At present,to use meta-oracle-java layer, we need to manually download the Oracle Java Binaries and place it in download location. Provide a custom fetch method to avoid that manual step. Maxin B. John (5): README: Update Notes oracle-jse-jdk-i586: add custom fetch method oracle-jse-jdk

[yocto] [meta-oracle-java][PATCH 1/5] README: Update Notes

2014-08-08 Thread Maxin B. John
1. Remove notes related to manual downloading of Oracle Java binaries 2. Add notes about the temporary fix for installing JRE packages Signed-off-by: Maxin B. John maxin.j...@enea.com --- README | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README b/README

[yocto] [meta-oracle-java][PATCH 5/5] oracle-jse-jre-x86-64: add custom fetch method

2014-08-08 Thread Maxin B. John
Provide a custom fetch method to avoid manual downloading of binaries. Signed-off-by: Maxin B. John maxin.j...@enea.com --- recipes-devtools/oracle-java/oracle-jse-jre-x86-64_1.7.0.bb | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/recipes-devtools/oracle-java

[yocto] [meta-oracle-java][PATCH 2/5] oracle-jse-jdk-i586: add custom fetch method

2014-08-08 Thread Maxin B. John
Provide a custom fetch method to avoid manual downloading of binaries. Signed-off-by: Maxin B. John maxin.j...@enea.com --- recipes-devtools/oracle-java/oracle-jse-jdk-i586_1.7.0.bb | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/recipes-devtools/oracle-java/oracle

[yocto] [meta-oracle-java][PATCH 4/5] oracle-jse-jre-i586: add custom fetch method

2014-08-08 Thread Maxin B. John
Provide a custom fetch method to avoid manual downloading of binaries. Signed-off-by: Maxin B. John maxin.j...@enea.com --- recipes-devtools/oracle-java/oracle-jse-jre-i586_1.7.0.bb | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/recipes-devtools/oracle-java/oracle

[yocto] [meta-oracle-java][PATCH 3/5] oracle-jse-jdk-x86-64: add custom fetch method

2014-08-08 Thread Maxin B. John
Provide a custom fetch method to avoid manual downloading of binaries. Signed-off-by: Maxin B. John maxin.j...@enea.com --- recipes-devtools/oracle-java/oracle-jse-jdk-x86-64_1.7.0.bb | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/recipes-devtools/oracle-java/oracle

Re: [yocto] [meta-oracle-java][PATCH 4/5] oracle-jse-jre-i586: add custom fetch method

2014-08-08 Thread Maxin B. John
Hi Khem, On Fri, Aug 08, 2014 at 04:03:03PM -0700, Khem Raj wrote: On Fri, Aug 8, 2014 at 9:39 AM, Maxin B. John maxin.j...@enea.com wrote: Provide a custom fetch method to avoid manual downloading of binaries. snip could we just override FETCHCMD_wget for this recipe ? Thanks

[yocto] [meta-oracle-java][PATCH] README: Update Maintainers list

2014-08-07 Thread Maxin B. John
@yoctoproject.org -M -1 --subject-prefix=meta-oracle-java][PATCH + +Please substitute PATCH with PATCH v2 if you are submitting a revised version after +addressing feedback (or v3, v4 etc.) + +Maintainers: +Bruce Ashfield bruce.ashfi...@windriver.com +Pavel Shumeika pavel_shume...@epam.com +Maxin B. John

  1   2   >