[oe] [meta-java][PATCH] openjdk-7: 75b13-2.5.4: fix xawt build

2015-06-03 Thread Richard Leitner
The icedtea-jdk-nio-use-host-cc.patch disabled the build of xawt. Therefore all awt based java application which were run on X11 failed starting the GUI with an java.awt.HeadlessException. This patch enables xawt again by adapting icedtea-jdk-nio-use-host-cc.patch. Signed-off-by: Richard Leitner

Re: [oe] [meta-java][PATCH] openjdk-7: 75b13-2.5.4: fix xawt build

2015-06-18 Thread Richard Leitner
Hi, any test results, comments or ideas for improvement on this? regards, Richard On 06/03/2015 08:58 AM, Richard Leitner wrote: The icedtea-jdk-nio-use-host-cc.patch disabled the build of xawt. Therefore all awt based java application which were run on X11 failed starting the GUI

[oe] [PATCH 4/5] openjdk-7-common.inc: bump PR to 6

2015-08-12 Thread Richard Leitner
Increment the PR of openjdk-7-common.inc due to the previous changes. Signed-off-by: Richard Leitner richard.leit...@skidata.com --- recipes-core/openjdk/openjdk-7-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/openjdk/openjdk-7-common.inc b/recipes

[oe] [PATCH 3/5] openjdk-7-common: fix FILES_openjdk-7-jre_append

2015-08-12 Thread Richard Leitner
Use the PN variable instead of the hardcoded openjdk-7-jre string. Furthermore fix the indentation of its content. Signed-off-by: Richard Leitner richard.leit...@skidata.com --- recipes-core/openjdk/openjdk-7-common.inc | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff

[oe] [PATCH 5/5] openjdk-7: Add IcedTea 2.6.1 OpenJDK 7u85b01

2015-08-12 Thread Richard Leitner
Signed-off-by: Richard Leitner richard.leit...@skidata.com --- .../openjdk/openjdk-7-85b01/build-hacks.patch | 56 + .../openjdk-7-85b01/fix_hotspot_crosscompile.patch | 46 + .../openjdk-7-85b01/icedtea-crosscompile-fix.patch | 229 + ...a-jdk-build-nio-gensor

[oe] [PATCH 1/5] openjdk-7-common: explicitely disable PCSC and SCTP

2015-08-12 Thread Richard Leitner
PCSC default value was changed to true and SCTP was added during the 2.6.0 IcedTea release so disable them both explicitely in openjdk-7-common.inc Signed-off-by: Richard Leitner richard.leit...@skidata.com --- recipes-core/openjdk/openjdk-7-common.inc | 7 +++ 1 file changed, 7 insertions

[oe] [PATCH 2/5] openjdk-7: move --disable-pulse-java from common to 75b13 only

2015-08-12 Thread Richard Leitner
The --disable-pulse-java configuration is no longer available in IcedTea 2.6.1, therefore move it to the 2.5.4 (75b13) version only. Signed-off-by: Richard Leitner richard.leit...@skidata.com --- recipes-core/openjdk/openjdk-7-common.inc| 1 - recipes-core/openjdk/openjdk-7-release-75b13

[oe] [meta-java][PATCH 0/5] Add OpenJDK7 based on IcedTea 2.6.1 (OpenJDK 7u85b01)

2015-08-12 Thread Richard Leitner
is not removed. This should be done when this version was tested by someone else and in use for some time. I'm very happy about every test result and feedback! Richard Leitner (5): openjdk-7-common: explicitely disable PCSC and SCTP openjdk-7: move --disable-pulse-java from common to 75b13 only

Re: [oe] [meta-java][PATCH 1/3] Don't depend on a hardcoded compiler

2015-08-20 Thread Richard Leitner
Hi, On 08/19/2015 01:53 PM, Sven Ebenfeld wrote: This patch creates a circular dependency for me: ERROR: Unbuildable tasks were found. These are usually caused by circular dependencies and any circular dependency chains found will be printed below. Increase the debug level to see a list of

[oe] [meta-java][PATCH 0/2] openjdk-7: switch to IcedTea 2.6.1, 7u85b01

2015-08-17 Thread Richard Leitner
This patch series changes the PREFERRED_VERSION to the new OpenJDK 7u85b01 and removes the old 7u75b13 version. Richard Leitner (2): README: Update PREFERRED_VERSION to new openjdk-7 85b01-2.6.1 openjdk-7: remove IcedTea 2.5.4, OpenJDK 7u75b13 README

[oe] [meta-java][PATCH 1/2] README: Update PREFERRED_VERSION to new openjdk-7 85b01-2.6.1

2015-08-17 Thread Richard Leitner
Signed-off-by: Richard Leitner richard.leit...@skidata.com --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 83cb52d..7a48f14 100644 --- a/README +++ b/README @@ -68,7 +68,7 @@ PREFERRED_VERSION_openjdk-6-jre = 6b32-1.13.4

[oe] [meta-java][PATCH 2/2] openjdk-7: remove IcedTea 2.5.4, OpenJDK 7u75b13

2015-08-17 Thread Richard Leitner
OpenJDK 7 was previously updated to IcedTea 2.6.1, 7u85b01. Therefore the old version is removed now. Signed-off-by: Richard Leitner richard.leit...@skidata.com --- .../openjdk/openjdk-7-75b13/build-hacks.patch | 71 - .../openjdk-7-75b13/cacao-arm-ucontext.patch | 24

Re: [oe] [meta-java][PATCH] openjdk-7: 75b13-2.5.4: fix xawt build

2015-08-06 Thread Richard Leitner
Hello, any updates on this patch? best regards, Richard L On 07/20/2015 02:42 PM, Richard Leitner wrote: Hello, On 07/07/2015 03:57 PM, Otavio Salvador wrote: On Wed, Jun 3, 2015 at 3:58 AM, Richard Leitner richard.leit...@skidata.com wrote: The icedtea-jdk-nio-use-host-cc.patch disabled

Re: [oe] [meta-java] [Enabling-Openjdk-8-for-x86-hotspot-vm-and-arm-zero-vm]

2015-08-06 Thread Richard Leitner
Hi Vinay, On 08/07/2015 03:31 AM, Awasthi, Vinay K wrote: Signed-off-by: Vinay K Awasthi vinay.k.awas...@intel.com Signed-off-by: Vinay K. Awasthi vinay.k.awas...@intel.com --- I just wanted to mention that you have a doubled Signed-off-by entry with your name on that patch ;-) regards,

Re: [oe] [meta-java][PATCH] openjdk-7: 75b13-2.5.4: fix xawt build

2015-08-06 Thread Richard Leitner
On 08/07/2015 04:31 AM, Khem Raj wrote: On Thu, Aug 6, 2015 at 6:02 AM, Otavio Salvador otavio.salva...@ossystems.com.br wrote: On Thu, Aug 6, 2015 at 4:25 AM, Richard Leitner richard.leit...@skidata.com wrote: Hello, any updates on this patch? The patch didn't apply so I asked you

Re: [oe] [meta-java][PATCH] openjdk-7: 75b13-2.5.4: fix xawt build

2015-08-07 Thread Richard Leitner
On 08/07/2015 09:19 AM, Henning Heinold wrote: On Fri, Aug 07, 2015 at 07:28:58AM +0200, Richard Leitner wrote: Ok, thanks for the input. I'll rebase and test during the weekend. Hopefully I have v2 patch at the beginning of next week. If you have the time, it would be nice if you could

Re: [oe] [meta-java][PATCH] openjdk-7: 75b13-2.5.4: fix xawt build

2015-07-20 Thread Richard Leitner
Hi, On 07/07/2015 03:57 PM, Otavio Salvador wrote: On Wed, Jun 3, 2015 at 3:58 AM, Richard Leitner richard.leit...@skidata.com wrote: The icedtea-jdk-nio-use-host-cc.patch disabled the build of xawt. Therefore all awt based java application which were run on X11 failed starting the GUI

Re: [oe] [meta-java][PATCH] openjdk-7: 75b13-2.5.4: fix xawt build

2015-07-20 Thread Richard Leitner
Hello, On 07/07/2015 03:57 PM, Otavio Salvador wrote: On Wed, Jun 3, 2015 at 3:58 AM, Richard Leitner richard.leit...@skidata.com wrote: The icedtea-jdk-nio-use-host-cc.patch disabled the build of xawt. Therefore all awt based java application which were run on X11 failed starting the GUI

Re: [oe] cups-filters

2015-10-22 Thread Richard Leitner
On 10/22/2015 10:52 AM, Steffen Sledz wrote: > On 22.10.2015 09:50, Richard Leitner wrote: >> On 10/21/2015 04:01 PM, Steffen Sledz wrote: >>> Does anybody know about a recipe providing cups-filters? >>> >>> http://layers.openembedded.org was not really helpfu

Re: [oe] cups-filters

2015-10-22 Thread Richard Leitner
On 10/21/2015 04:01 PM, Steffen Sledz wrote: > Does anybody know about a recipe providing cups-filters? > > http://layers.openembedded.org was not really helpful here. > Hi, I have one which works for my purposes but it is not really tested... It is based on something I found somewhere on the

Re: [oe] [meta-java][PATCH v2] openjdk-7: update to IcedTea 2.6.2 OpenJDK 7u91b01

2015-10-28 Thread Richard Leitner
On 10/28/2015 01:15 PM, Otavio Salvador wrote: > On Wed, Oct 28, 2015 at 10:07 AM, Richard Leitner > <richard.leit...@skidata.com> wrote: >> IcedTea 2.6.2 provides OpenJDK 7u91, which adds the October 2015 security >> updates. For more details see: >> http://blog.fus

[oe] [meta-java][PATCH v2] openjdk-7: update to IcedTea 2.6.2 OpenJDK 7u91b01

2015-10-28 Thread Richard Leitner
. This makes it easier for upgrades and to see diff's between patches. Signed-off-by: Richard Leitner <richard.leit...@skidata.com> --- v2: rename patches folder to patches-openjdk-7 send patch generated with "format-patch -M" --- README |

[oe] [meta-java][PATCH 2/2] README: add -M to git format-patch suggestion

2015-10-28 Thread Richard Leitner
Add the detect renames parameter to the git-format-patch suggestion in the README file. This should be used for patches sent to the mailinglist. For more information on the parameter see "man git-format-patch" Signed-off-by: Richard Leitner <richard.leit...@skidata.com> --- READM

[oe] [meta-java][PATCH 1/2] README: remove PREFERRED_VERSION from instructions

2015-10-28 Thread Richard Leitner
Due to the fact that currently only one openjdk-7-jre and icedtea7-native version is included in meta-java, their PREFERRED_VERSION selections are removed from the usage instructions in the README file. Signed-off-by: Richard Leitner <richard.leit...@skidata.com> --- README | 4

Re: [oe] [meta-java][PATCH 1/2] README: remove instructions for OpenJDK6

2015-10-28 Thread Richard Leitner
On 10/28/2015 12:07 PM, Otavio Salvador wrote: > > Are you going to push it or should I do it? > If you meant me, I don't have rights to push it. So please do it ;-) -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

Re: [oe] [meta-java][PATCH 4/4] openjdk-8: add recipes for openjdk-8 and openjre-8

2015-10-29 Thread Richard Leitner
On 10/29/2015 12:24 PM, Jens Rehsack wrote: > >> Am 29.10.2015 um 11:46 schrieb Otavio Salvador >> <otavio.salva...@ossystems.com.br>: >> >> On Thu, Oct 29, 2015 at 7:22 AM, Jens Rehsack <rehs...@gmail.com> wrote: >>>> Am 29.10.2015 u

Re: [oe] [meta-java][PATCH 4/4] openjdk-8: add recipes for openjdk-8 and openjre-8

2015-10-29 Thread Richard Leitner
On 10/29/2015 01:24 PM, Otavio Salvador wrote: > On Thu, Oct 29, 2015 at 9:54 AM, Richard Leitner > <richard.leit...@skidata.com> wrote: >> On 10/29/2015 12:24 PM, Jens Rehsack wrote: >>> >>>> Am 29.10.2015 um 11:46 schrieb Otavio Salvador >>>> &

Re: [oe] [meta-java][PATCH 4/4] openjdk-8: add recipes for openjdk-8 and openjre-8

2015-10-29 Thread Richard Leitner
On 10/29/2015 01:08 PM, Jens Rehsack wrote: > > I'm fine with both when you assure that you handle any request regarding > that topic ;) > > So when I'm going to rename the files (fine for me), than you have to > fight with requests about file/patch-dir names from community ... :P > Fine! I

Re: [oe] [meta-java][PATCH 4/4] openjdk-8: add recipes for openjdk-8 and openjre-8

2015-10-29 Thread Richard Leitner
On 10/29/2015 05:03 PM, Otavio Salvador wrote: > On Thu, Oct 29, 2015 at 1:49 PM, Richard Leitner > <richard.leit...@skidata.com> wrote: >> >> What indentation should be chosen? Tabs? Spaces (how much)? >> Maybe I have also time to fix that in the recipes-core

[oe] [meta-java][PATCH 1/2] README: remove instructions for OpenJDK6

2015-10-28 Thread Richard Leitner
Due to the fact OpenJDK6 was removed from meta-java, remove also its usage instructions from the README file. Signed-off-by: Richard Leitner <richard.leit...@skidata.com> --- README | 9 - 1 file changed, 9 deletions(-) diff --git a/README b/README index f031021..69821ed

[oe] [meta-java][PATCH 2/2] openjdk-7: update to IcedTea 2.6.2 OpenJDK 7u91b01

2015-10-28 Thread Richard Leitner
IcedTea 2.6.2 provides OpenJDK 7u91, which adds the October 2015 security updates. For more details see: http://blog.fuseyism.com/index.php/2015/10/23/security-icedtea-2-6-2-for-openjdk-7-released/ Signed-off-by: Richard Leitner <richard.leit...@skidata.com> ---

Re: [oe] [meta-java][PATCH 4/4] openjdk-8: add recipes for openjdk-8 and openjre-8

2015-10-29 Thread Richard Leitner
On 10/28/2015 07:01 PM, Jens Rehsack wrote: > This adds openjdk-8 for native and target builds and allows a stripped > openjre-8 being built as well instead of trying to cherry-pick jre > components from jdk-image. > > The recipes allow building openjdk-8 with or without: > * x11 > * cups > *

Re: [oe] [meta-java][PATCH 1/4] Avoid parse time errors due to dependency on x11, for distros without x11

2015-10-29 Thread Richard Leitner
his patch improves the idea from Mario Domenech Goulart > <ma...@ossystems.com.br> > > Signed-off-by: Jens Rehsack <s...@netbsd.org> Successfully tested this patch with OpenJDK 7u91b01 for a ARM Cortex A9 target with VFP &

Re: [oe] [meta-java][PATCH 2/4] meta-java: rely on well known bootstrap-path

2015-10-29 Thread Richard Leitner
On 10/28/2015 06:59 PM, Jens Rehsack wrote: > Instead of potential circular depending virtual/javac-native (even this > recipe provides such a useable java-native), rely on well known path > via cacao-native to build up to icedtea7-native in reliable manner. > > virtual/javac-native should be

Re: [oe] [meta-java][PATCH] openjdk-8: add recipes for openjdk-8 and openjre-8

2015-11-03 Thread Richard Leitner
On 11/03/2015 03:54 PM, Jens Rehsack wrote: > >> Am 03.11.2015 um 15:19 schrieb Richard Leitner <richard.leit...@skidata.com>: >> >> On 11/03/2015 10:36 AM, Jens Rehsack wrote: >>> This adds openjdk-8 for native and target builds and allows a stripped >&

[oe] [meta-java][PATCH 2/2] openjdk: fix indentation

2015-10-30 Thread Richard Leitner
Change the indentation for all openjdk recipes to 4 spaces. Signed-off-by: Richard Leitner <richard.leit...@skidata.com> --- recipes-core/openjdk/openjdk-7-common.inc | 325 +- recipes-core/openjdk/openjdk-7_91b01-2.6.2.bb | 34 +-- recipes-core/openjdk/o

[oe] [meta-java][PATCH 1/2] openjdk-7: remove openjdk-7-release-*.inc

2015-10-30 Thread Richard Leitner
Due to the fact we will always support only one OpenJDK 7 version the openjdk-7-release-*.inc is not needed. Therefore remove this file and split it content to openjdk-7_*.bb and openjdk-7-common.inc. Signed-off-by: Richard Leitner <richard.leit...@skidata.com> --- recipes-core/openjdk/ope

Re: [oe] [meta-java][PATCH] openjdk-8: add recipes for openjdk-8 and openjre-8

2015-11-04 Thread Richard Leitner
On 11/03/2015 05:20 PM, Jens Rehsack wrote: > > Am 03.11.2015 um 16:40 schrieb Richard Leitner <richard.leit...@skidata.com>: >> >> On 11/03/2015 03:54 PM, Jens Rehsack wrote: >>> That's maybe because I copy the format-patch output manually into the m

Re: [oe] [meta-java] where is javac on the target

2015-11-05 Thread Richard Leitner
Hi, it should be included in the openjdk-7-jdk package. kind regards, Richard L On 11/05/2015 02:41 PM, Gary Thomas wrote: > I tried running the java-test-image from this layer and found > lots of .java files, but no javac compiler. > > Looking at the recipe for openjdk-7-jre I can see javac

Re: [oe] [meta-java][PATCH] openjdk-8: add recipes for openjdk-8 and openjre-8

2015-11-05 Thread Richard Leitner
On 11/04/2015 06:57 PM, Jens Rehsack wrote: > Sure? Didn't you "bitbake openjdk-8"? Or is it because virtual/javac-native > now points > to openjdk-8-native and there is no known way for me to let a user sanely > pick the > beloved one on his/her own? > > But openjdk-7 should not depend on

Re: [oe] [meta-java] where is javac on the target

2015-11-05 Thread Richard Leitner
On 11/05/2015 02:54 PM, Gary Thomas wrote: > On 2015-11-05 06:42, Richard Leitner wrote: >> Hi, >> it should be included in the openjdk-7-jdk package. > > Thanks, that helped. Perhaps that package should be included in > the java-test-image? Good idea ;-) Do

Re: [oe] [meta-java][PATCH] openjdk-8: add recipes for openjdk-8 and openjre-8

2015-11-05 Thread Richard Leitner
Hi, I have another question regarding your patch ;-) On 11/03/2015 10:36 AM, Jens Rehsack wrote: > recipes-core/openjdk/openjdk-8_72b05.bb| 36 + > recipes-core/openjdk/openjre-8_72b05.bb| 30 + In OpenJDK 7 the packages were named openjdk-7-{jre,jdk}, in OpenJDK 8

Re: [oe] [meta-java][PATCH] openjdk-8: add recipes for openjdk-8 and openjre-8

2015-11-03 Thread Richard Leitner
On 11/03/2015 10:36 AM, Jens Rehsack wrote: > This adds openjdk-8 for native and target builds and allows a stripped > openjre-8 being built as well instead of trying to cherry-pick jre > components from jdk-image. > > The recipes allow building openjdk-8 with or without: > * x11 > * cups > *

Re: [oe] [meta-java][PATCH 2/2] Revert Don't depend on a hardcoded compiler

2015-08-26 Thread Richard Leitner
On 08/26/2015 01:16 AM, Khem Raj wrote: This reverts commit 15ed9662e26ed4ac8d843fb9d2335a49a9c03088. Signed-off-by: Khem Raj raj.k...@gmail.com Thanks, this revert fixes my problems, so feel free to add: Reviewed-by: Richard Leitner richard.leit...@skidata.com

Re: [oe] meta-java - recent commits break foreign (MY!) builds ...

2015-08-28 Thread Richard Leitner
On 08/27/2015 03:28 PM, Otavio Salvador wrote: Yes, we need to fix it and to be honest I personally would kill openjdk 7 once 8 is ready. I think we should keep (and UPDATE!) openjdk 6 7 as long as they get support from RedHat and therefore IcedTea. There may be users relying on the old

Re: [oe] [meta-java][PATCH] OpenJDK-8: For x86 and ARM

2015-08-28 Thread Richard Leitner
Hi Vinay, thanks for working on that! On 08/28/2015 03:14 AM, Vinay K. Awasthi wrote: Rebased it again with latest change-set and tested it on oe-core master with latest mate-openembedded. There is no change in recipe. This enables OpenJDK-8 jre/jdk for x86 and ARM. This recipe is

Re: [oe] meta-java - recent commits break foreign (MY!) builds ...

2015-08-31 Thread Richard Leitner
On 08/28/2015 04:11 PM, Otavio Salvador wrote: > On Fri, Aug 28, 2015 at 3:59 AM, Richard Leitner > <richard.leit...@skidata.com> wrote: >> I think we should keep (and UPDATE!) openjdk 6 & 7 as long as they get >> support from RedHat and therefore IcedTea. There may be

Re: [oe] [meta-java][PATCH 1/3] Don't depend on a hardcoded compiler

2015-08-25 Thread Richard Leitner
On 08/25/2015 08:38 AM, Khem Raj wrote: On Aug 20, 2015, at 12:25 AM, Richard Leitner richard.leit...@skidata.com wrote: Hi, On 08/19/2015 01:53 PM, Sven Ebenfeld wrote: This patch creates a circular dependency for me: ERROR: Unbuildable tasks were found. These are usually caused

Re: [oe] meta-java - recent commits break foreign (MY!) builds ...

2015-08-31 Thread Richard Leitner
On 08/31/2015 03:06 PM, Otavio Salvador wrote: > On Mon, Aug 31, 2015 at 4:33 AM, Richard Leitner > <richard.leit...@skidata.com> wrote: >>> The point is Java is complex and we have few people working on this so >>> I prefer one well maintained version than 3

Re: [oe] [meta-java][PATCH 1/3] Don't depend on a hardcoded compiler

2015-08-25 Thread Richard Leitner
BUMP Can someone revert or fix that patch please? We have this problem since nearly a week now... regards, Richard L On 08/20/2015 09:25 AM, Richard Leitner wrote: Hi, On 08/19/2015 01:53 PM, Sven Ebenfeld wrote: This patch creates a circular dependency for me: ERROR: Unbuildable tasks

Re: [oe] [meta-java] openjdk: openjdk.tar.bz2 download time out due to sha256sum mismatch.

2015-09-29 Thread Richard Leitner
On 09/25/2015 11:25 AM, Ramajayam, Yugeraj wrote: > Hi all, > > I am trying to include java support for valleyisland-64 bsp. > > I have followed all the Usage Instructions as mentioned in the meta-java > About page. > Your configuration looks fine! > > When I execute $ bitbake core-image-sato

[oe] [meta-java][PATCH] openjdk-7: update to IcedTea 2.6.3 OpenJDK 7u91b02

2016-01-04 Thread Richard Leitner
This release updates our OpenJDK 7 support in the 2.6.x series with an additional October 2015 security fix from OpenJDK 7 u91. For more details see [1]. [1] http://blog.fuseyism.com/index.php/2015/11/17/security-icedtea-2-6-3-for-openjdk-7-released/ Signed-off-by: Richard Leitner <richard.l

[oe] [jethro] Backport 12e31ce9d6065086fa0a84733f7b45664d41b7e9 from master

2016-06-07 Thread Richard Leitner
Hello, please backport commit 12e31ce9d6065086fa0a84733f7b45664d41b7e9 from master to jethro branch! This is needed for samba to work on a readonly rootfs! > commit 12e31ce9d6065086fa0a84733f7b45664d41b7e9 > Author: Johannes Pointner > Date: Fri Apr 15

[oe] [meta-networking][jethro][backport][PATCH] samba: add volatile file to support readonly rootfs

2016-06-10 Thread Richard Leitner
ed-off-by: Martin Jansa <martin.ja...@gmail.com> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> Signed-off-by: Richard Leitner <richard.leit...@skidata.com> --- .../recipes-connectivity/samba/samba-4.1.12/volatiles.03_samba | 3 +++ meta-networking/recipes-connectivi

Re: [oe] [meta-java][PATCH] openjdk-7: update to IcedTea 2.6.3 OpenJDK 7u91b02

2016-02-22 Thread Richard Leitner
Hi together, any updates on that patch? On 01/04/2016 02:03 PM, Richard Leitner wrote: > This release updates our OpenJDK 7 support in the 2.6.x series with an > additional October 2015 security fix from OpenJDK 7 u91. For more > details see [1]. > > [1] > http://blog.fuse

[oe] [meta-networking][PATCH] samba: fix paths in sysv initscript

2016-04-29 Thread Richard Leitner
-off-by: Richard Leitner <richard.leit...@skidata.com> --- meta-networking/recipes-connectivity/samba/samba_4.4.2.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-networking/recipes-connectivity/samba/samba_4.4.2.bb b/meta-networking/recipes-connectivity/samba/samba_4.4.2.bb

[oe] [meta-networking][jethro][PATCHv2] samba: fix paths in sysv initscript

2016-04-29 Thread Richard Leitner
in its usage text. Signed-off-by: Richard Leitner <richard.leit...@skidata.com> --- changes v2: use sed in do_install_append instead of a patch --- meta-networking/recipes-connectivity/samba/samba_4.1.12.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-networking/recipes-connec

Re: [oe] [meta-networking][PATCH][jethro] samba: fix smbd and nmbd paths in sysv initscript

2016-04-28 Thread Richard Leitner
On 04/28/2016 02:52 PM, Joshua G Lock wrote: > On Thu, 2016-04-28 at 14:30 +0200, Richard Leitner wrote: >> For the jethro branch. > > Any idea whether this change is required in the master branch? Yes. The Samba 4.4.2 recipe is also using the script from packaging/LSB/

[oe] [meta-networking][PATCH][jethro] samba: fix smbd and nmbd paths in sysv initscript

2016-04-28 Thread Richard Leitner
For the jethro branch. The sysv initscript provided by samba assumes smbd and nmbd are installed in /opt/samba/bin/. In our case both binaries are installed to /usr/sbin/ by default. Therefore fix these paths. Furthermore fix the name of the initscript in its usage text. Signed-off-by: Richard

[oe] [meta-java][PATCH] README: fix branches of openembedded layers we depend on

2016-08-12 Thread Richard Leitner
Since 33fbcd43 (rxtx: Add remove-libtool class to remove all .la files) rxtx requires the remove-libtool class. This class was introduced in the krogoth branch of openembedded-core and not backported. Therefore update the branch names in the README to "krogoth". Signed-off-by: Richa

[oe] [meta-java][PATCH] openjdk-7: update to IcedTea 2.6.5 OpenJDK 7u99b00

2016-08-16 Thread Richard Leitner
dtea-2-6-4-for-openjdk-7-released/ [3]http://blog.fuseyism.com/index.php/2015/11/17/security-icedtea-2-6-3-for-openjdk-7-released/ [6]http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2942 [7]http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/hotspot/rev/1c5c4564204e Signed-off-b

[oe] [meta-java][PATCH] openjdk-7: disable IcedTea's auto-downloading

2016-08-16 Thread Richard Leitner
Pass "--enable-downloading=no" to IcedTea's make. This ensures IcedTea uses the versions and checksums we defined in the openjdk-7-jre recipe for its "sub-modules". Signed-off-by: Richard Leitner <richard.leit...@skidata.com> --- recipes-core/openjdk/openjdk-7-common.

Re: [oe] [meta-java] Unify virtual java providers

2016-08-31 Thread Richard Leitner
On 08/30/2016 04:37 PM, Pascal Bach wrote: > Hello > > > Because I'm experimenting with different java providers (OpenJDK, Oracle > Java, Azul Zulu) and thus had a look at different java layers (meta-java, > meta-oracle-java). > > I noticed that there are many different PROVIDES statements

Re: [oe] [meta-networking][jethro][backport][PATCH] samba: add volatile file to support readonly rootfs

2016-08-18 Thread Richard Leitner
any news or comments? On 06/10/2016 09:15 AM, Richard Leitner wrote: > This patch adds a volatile file for samba which was removed by the > update from 3.6.25 to 4.1.12. This file is necessary to build a image > that uses the read-only-rootfs feature. > > Backported from

[oe] [meta-java][PATCH] icedtea7-native: fix source archive checksums

2016-10-19 Thread Richard Leitner
-O | sha256sum 4994132cef3d7fca7402e22efbe45ba26a827ac5923228091134d5214616526b - $ tar xf fd2fdb20d858-old.tar.gz -O | sha256sum 4994132cef3d7fca7402e22efbe45ba26a827ac5923228091134d5214616526b - Signed-off-by: Richard Leitner <richard.leit...@skidata.com> --- recipes-core/i

Re: [oe] [meta-java] fails to fetch icedtea

2016-10-20 Thread Richard Leitner
On 10/20/2016 08:36 AM, Joël Guittet wrote: > Hi, > > I'm building an image with OpenJDK, but fetching icedtea fails. It was > correctly done few weeks ago. Log indicates error on checksum, but I have > reviewed changes on meta-java and I do not understand why. Anybody with the > same issue?

Re: [oe] State of Java on OE

2017-04-23 Thread Richard Leitner
On 04/22/2017 12:25 AM, Steven Osborn wrote: Is anyone using Java on OE devices right now? Yep. Me. meta-java - no release branches. Seems to only be focused on master. I've had trouble even finding a revision that will compile on Morty. I'm using the current master branch with YP jethro

[oe] [meta-java][PATCH] openjdk-7: fix compile errors with current poky master (gcc6)

2017-04-26 Thread Richard Leitner
eta-mentor Signed-off-by: Richard Leitner <richard.leit...@skidata.com> --- recipes-core/openjdk/openjdk-7_99b00-2.6.5.bb | 12 +++- .../icedtea-crosscompile-fix.patch | 3 +- .../icedtea-flags-to-compile-with-GCC-6.patch | 74 ++ ...icedtea-ho

Re: [oe] State of Java on OE

2017-04-26 Thread Richard Leitner
On 04/24/2017 09:02 AM, Stefano Babic wrote: > On 22/04/2017 00:25, Steven Osborn wrote: >> Is anyone using Java on OE devices right now? >> >> meta-java - no release branches. Seems to only be focused on master. >> I've had trouble even finding a revision that will compile on Morty. >> >>

[oe] [meta-oe][PATCH v2] stm32flash: add recipe

2018-05-18 Thread Richard Leitner
Add recipe for version 0.5 of stm32flash, an open source flash program for STM32 using the ST serial bootloader. Signed-off-by: Richard Leitner <richard.leit...@skidata.com> --- meta-oe/recipes-support/stm32flash/stm32flash_0.5.bb | 16 1 file changed, 16 insertions(+)

[oe] [meta-oe][PATCH] libmicrohttpd: update to version 0.9.59

2018-05-18 Thread Richard Leitner
Signed-off-by: Richard Leitner <richard.leit...@skidata.com> --- .../{libmicrohttpd_0.9.55.bb => libmicrohttpd_0.9.59.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/libmicrohttpd/{libmicrohttpd_0.9.55.bb => libmicrohttpd_0.

[oe] [meta-oe][PATCH] stm32flash: add recipe

2018-05-16 Thread Richard Leitner
Add recipe for version 0.5 of stm32flash, an open source flash program for STM32 using the ST serial bootloader. Signed-off-by: Richard Leitner <richard.leit...@skidata.com> --- meta-oe/recipes-support/stm32flash/stm32flash_0.5.bb | 16 1 file changed, 16 insertions(+)

Re: [oe] [meta-oe][PATCH v2] stm32flash: add recipe

2018-05-21 Thread Richard Leitner
[mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of >> Richard Leitner >> Sent: den 18 maj 2018 09:50 >> To: openembedded-devel@lists.openembedded.org >> Subject: [oe] [meta-oe][PATCH v2] stm32flash: add recipe >> >> Add recipe for version 0.5

Re: [oe] [meta-oe][PATCH v2] stm32flash: add recipe

2018-05-21 Thread Richard Leitner
Hi again Peter, On 05/21/2018 11:07 PM, Richard Leitner wrote: > Hi, > > On 05/18/2018 07:20 PM, Peter Kjellerstedt wrote: >> We have had our own recipe for stm32flash for a few years, so I >> have a couple of comments to improve this recipe. ... > > Thank you

[oe] [meta-oe][PATCH] pam-plugin-ldapdb: add recipe

2018-05-22 Thread Richard Leitner
Add recipe for version 1.3 of pam-plugin-ldapdb, a PAM module for directly binding a user DN to an LDAP server. Signed-off-by: Richard Leitner <richard.leit...@skidata.com> --- .../recipes-extended/pam/pam-plugin-ldapdb_1.3.bb | 23 ++ 1 file changed, 23 inse

[oe] [meta-oe][PATCH] uhubctl: add recipe

2018-05-22 Thread Richard Leitner
Add recipe for uhubctl v2.0.0, an utility to control USB power per-port on "smart" USB hubs. Signed-off-by: Richard Leitner <richard.leit...@skidata.com> --- ...001-Makefile-set-program-version-to-2.0.0.patch | 34 ++ meta-oe/recipes-support/uhubctl/uhubctl

Re: [oe] [meta-oe][PATCH] pam-plugin-ldapdb: add recipe

2018-05-23 Thread Richard Leitner
Hi Andre, thank you for your feedback. Please find my comments below. On 05/23/2018 02:51 AM, Andre McCurdy wrote: > On Tue, May 22, 2018 at 4:10 AM, Richard Leitner > <richard.leit...@skidata.com> wrote: >> Add recipe for version 1.3 of pam-plugin-ldapdb, a PAM module for &

Re: [oe] [meta-oe][PATCH v2] pam-plugin-ldapdb: add recipe

2018-05-23 Thread Richard Leitner
On 05/23/2018 10:54 AM, Martin Jansa wrote: > Don't use github archives which are regenerated from time to time with > different checksums (read older discussions for more details). What should we use instead? git clone? My comments on that from the last patch version: > Why should we change

Re: [oe] [meta-oe][PATCH] pam-plugin-ldapdb: add recipe

2018-05-23 Thread Richard Leitner
On 05/22/2018 08:09 PM, Khem Raj wrote: > On Tue, May 22, 2018 at 7:10 AM, Richard Leitner > <richard.leit...@skidata.com> wrote: >> Add recipe for version 1.3 of pam-plugin-ldapdb, a PAM module for >> directly binding a user DN to an LDAP server. >> >

[oe] [meta-oe][PATCH v2] pam-plugin-ldapdb: add recipe

2018-05-23 Thread Richard Leitner
Add recipe for version 1.3 of pam-plugin-ldapdb, a PAM module for directly binding a user DN to an LDAP server. Signed-off-by: Richard Leitner <richard.leit...@skidata.com> --- Changes v2: + assign DEPENDS (instead of appending to it) + add downloadfilename to SRC_URI + append to

Re: [oe] [meta-oe][PATCH] uhubctl: add recipe

2018-05-22 Thread Richard Leitner
Hi Khem, thank you for your feedback! On 05/22/2018 08:17 PM, Khem Raj wrote: On Tue, May 22, 2018 at 8:25 AM, Richard Leitner <richard.leit...@skidata.com> wrote: Add recipe for uhubctl v2.0.0, an utility to control USB power per-port on "smart" USB hubs. Signed-off-by:

[oe] [meta-oe][PATCH v2] uhubctl: add recipe

2018-05-22 Thread Richard Leitner
Add recipe for uhubctl v2.0.0, an utility to control USB power per-port on "smart" USB hubs. Signed-off-by: Richard Leitner <richard.leit...@skidata.com> --- Changes v2: + applied suggestions by Khem Raj: - replace version fix patch with sed line - remove redundant

Re: [oe] [meta-oe][PATCH v2] stm32flash: add recipe

2018-05-22 Thread Richard Leitner
On 05/22/2018 03:04 AM, Khem Raj wrote> On Mon, May 21, 2018 at 5:21 PM Richard Leitner <richard.leit...@skidata.com <mailto:richard.leit...@skidata.com>> wrote: > > Hi again Peter, > > On 05/21/2018 11:07 PM, Richard Leitner wrote: > > Hi, >

Re: [oe] [meta-java][PATCH 2/2] openjdk-8: combine the -dbg package

2018-06-12 Thread Richard Leitner
On 06/12/2018 12:59 PM, Wenlin Kang wrote: > On 2018年06月12日 16:01, Richard Leitner wrote: > > Hi Richard > >> Hi Wenlin, >> as we clarified the "one -dbg package per recipe" thing I have some >> comments on the patch itself. >> >> >>

Re: [oe] [meta-java][PATCH 1/2] openjdk-8: remove debuglink

2018-06-12 Thread Richard Leitner
On 06/12/2018 02:02 PM, Wenlin Kang wrote: > On 2018年06月12日 19:35, Wenlin Kang wrote: >> On 2018年06月12日 19:09, Richard Leitner wrote: >>> Hi Wenlin, >>> >>> On 06/07/2018 11:24 AM, Wenlin Kang wrote: >>>> We need remove previous debuglink before ad

Re: [oe] [meta-java] maintainer status

2018-06-12 Thread Richard Leitner
Hi Maxin, Hi Henning, thank you for your answers! On 06/11/2018 02:08 PM, Henning Heinold wrote: > On Mon, Jun 11, 2018 at 02:30:35PM +0300, Maxin B. John wrote: >>> >>> So here are some question that currently came to my mind: >>> >>> * do you use some kind of patch management software (like

Re: [oe] [meta-java][PATCH 2/2] openjdk-8: combine the -dbg package

2018-06-12 Thread Richard Leitner
Hi Wenlin, as we clarified the "one -dbg package per recipe" thing I have some comments on the patch itself. On 06/07/2018 11:24 AM, Wenlin Kang wrote: > One recipe should only have one -dbg package, because OE only picks > up all .debug file into the last one -dbg package listed in variable >

Re: [oe] [meta-java][PATCHv3] jdepend: Retrieve source from Git rather than tarball

2018-06-12 Thread Richard Leitner
Hi, although the old checksum matches with the current github archive for me please feel free to add: Reviewed-by: Richard Leitner and Tested-by: Richard Leitner regards;Richard.L On 05/08/2018 11:36 AM, Mike Crowe wrote: > When Bitbake downloads jdepend-2.9.1.zip itself and I downl

Re: [oe] [meta-java][PATCH 2/2] openjdk-8: combine the -dbg package

2018-06-12 Thread Richard Leitner
Hi, On 06/11/2018 08:31 AM, Robert Yang wrote: > Hi Richard, > > On 06/08/2018 06:07 PM, Richard Leitner wrote: >> On 06/08/2018 11:02 AM, Wenlin Kang wrote: >>> On 2018年06月08日 15:39, Richard Leitner wrote: ... >>>> >>>> Nonehteless accor

Re: [oe] [meta-java][PATCH 1/2] openjdk-8: remove debuglink

2018-06-12 Thread Richard Leitner
Hi Wenlin, On 06/07/2018 11:24 AM, Wenlin Kang wrote: > We need remove previous debuglink before add it if it has existed, > because it may have a different file name with this that we will add. I'm sorry but I don't get the reason why we need this... It would be great if you may please explain

Re: [oe] [meta-java] maintainer status

2018-06-07 Thread Richard Leitner
On 06/07/2018 03:56 PM, Otavio Salvador wrote: > On Thu, Jun 7, 2018 at 10:53 AM, Richard Leitner > wrote: > >> As I'm using this layer now for quite a few years I'll be glad to help you >> with >> the maintainership of meta-java. Nonetheless I have to admit t

Re: [oe] [meta-java] maintainer status

2018-06-07 Thread Richard Leitner
On 06/07/2018 03:22 PM, Henning Heinold wrote: > On Thu, Jun 07, 2018 at 07:44:51AM +0200, Richard Leitner wrote: >> >> On 06/06/2018 10:42 PM, Henning Heinold wrote: >>> On Tue, Jun 05, 2018 at 11:11:26AM -0400, Mark Asselstine wrote: >>>> Several of us have

Re: [oe] [meta-java][PATCH 2/2] openjdk-8: combine the -dbg package

2018-06-08 Thread Richard Leitner
On 06/08/2018 11:02 AM, Wenlin Kang wrote: > On 2018年06月08日 15:39, Richard Leitner wrote: >> Hi, >> thank you for you patch! >> >> On 06/07/2018 11:24 AM, Wenlin Kang wrote: >>> One recipe should only have one -dbg package, because OE only picks >>&

Re: [oe] [meta-java][PATCH 2/2] openjdk-8: combine the -dbg package

2018-06-08 Thread Richard Leitner
Hi, thank you for you patch! On 06/07/2018 11:24 AM, Wenlin Kang wrote: > One recipe should only have one -dbg package, because OE only picks > up all .debug file into the last one -dbg package listed in variable > PACKAGES. Why should one recipe, altough it conains multiple packages have only

[oe] [meta-java][PATCH 1/2] oeqa: runtime: add java & javac testcases

2018-06-18 Thread Richard Leitner
These testcases verify that java and javac are working. They will be used as "quality-gate" test for accepting patches in the future. Signed-off-by: Richard Leitner --- lib/oeqa/files/test.jar | Bin 0 -> 8164 bytes lib/oeqa/files/test.java| 8 ++ lib/oeqa/

[oe] [meta-java][PATCH 2/2] images/classes: add open{jdk, jre}-{7, 8} test

2018-06-18 Thread Richard Leitner
Add image classes and images for open{jdk,jre}-{7,8} oeqa tests. These will be the basis for future "quality gates". Signed-off-by: Richard Leitner --- classes/openjdk-test-image.bbclass| 5 + classes/openjre-test-image.bbclass| 9 + recipes-ima

[oe] [meta-java][PATCH 0/2] Add openjdk oeqa tests

2018-06-18 Thread Richard Leitner
This patch-series adds tests and images for openjdk and openjre. They will be the basis of future quality gates for accepting patches. Richard Leitner (2): oeqa: runtime: add java & javac testcases images/classes: add open{jdk,jre}-{7,8} test classes/openjdk-test-image.bbc

Re: [oe] [meta-java][PATCH] docs: add bootstrap-flow.txt

2018-06-18 Thread Richard Leitner
On 04/25/2018 05:06 PM, André Draszik wrote: > From: André Draszik > > Summarises the bootstrap of the java envrionment, rather than having > to find this described in some wiki page that was copied over from > OE-classic and never updated. > > Signed-off-by: André Draszi

Re: [oe] [meta-java][PATCH] set SUMMARY instead of DESCRIPTION

2018-06-18 Thread Richard Leitner
On 04/25/2018 04:59 PM, André Draszik wrote: > From: André Draszik > > Short descriptions should go into SUMMARY (DESCRIPTION will > get the same value if not set.) > > Signed-off-by: André Draszik Acked-by: Richard Leitner > --- > recipes-core

Re: [oe] [meta-java] maintainer status

2018-06-13 Thread Richard Leitner
Hi, On 06/12/2018 10:59 PM, Michael Halstead wrote: > > On Tue, Jun 12, 2018 at 12:23 AM, Richard Leitner > mailto:richard.leit...@skidata.com>> wrote: > > Hi Maxin, Hi Henning, > > thank you for your answers! > > On 06/11/2018 02:08 PM, Henning H

  1   2   3   4   5   >