Re: [yocto] [meta-mono][PATCH] mono-4.xx: compiling mono 4 with btls requires cmake

2017-10-27 Thread Khem Raj
On Fri, Oct 27, 2017 at 3:51 AM, Pascal Bach wrote: > This was probably working before pyro and the recipes specific sysroots. > > Signed-off-by: Pascal Bach > --- > recipes-mono/mono/mono-4.xx.inc | 2 +- > 1 file changed, 1 insertion(+), 1

Re: [yocto] [meta-raspberrypi][PATCH 1/3] linux-firmware: Replace /lib with ${nonarch_base_libdir}

2017-10-27 Thread Andrei Gherzan
The entire patch set was merged to master. Thanks. On 25 October 2017 06:43:28 BST, Michael Gloff wrote: >From: Michael Gloff > > Use standard variable name and avoid > QA errors when usermerge DISTRO_FEATURE is enabled. > >Signed-off-by:

Re: [yocto] [meta-raspberrypi] Rocko branch maintenance

2017-10-27 Thread Andrei Gherzan
Thanks Paul for your help with this BSP layer. You were a real help with pyro branch until now and I'm happy to see that you want to continue the same great work with rocko. I know that maintaining multiple stable branches is not an easy task so I'll take the pyro one. We will be able to

Re: [yocto] [meta-oracle-java][PATCH 1/2] Fix do_populate_sysroot: sstate found an absolute path symlink

2017-10-27 Thread Vincent Prince
Hi Khem, it's true, the only revelant part is > + ln -sf ../lib/jvm/${JDK_DIR}/bin/java ${D}${bindir} > + ln -sf ../lib/jvm/${JDK_DIR}/bin/javac ${D}${bindir} I shouldn't git send-mail on friday sorry, Best Regards, Vincent 2017-10-27 20:11 GMT+02:00 Khem Raj

Re: [yocto] [meta-oracle-java][PATCH 1/2] Fix do_populate_sysroot: sstate found an absolute path symlink

2017-10-27 Thread Khem Raj
On Fri, Oct 27, 2017 at 9:47 AM, Vincent Prince wrote: > I was mistaken, following patch fixes it for real > > Signed-off-by: Vincent Prince > --- > recipes-devtools/oracle-java/oracle-jse-jdk.inc | 14 +++--- > 1 file changed, 7

Re: [yocto] [meta-oracle-java][PATCH 1/2] Fix do_populate_sysroot: sstate found an absolute path symlink

2017-10-27 Thread Vincent Prince
I was mistaken, following patch fixes it for real Signed-off-by: Vincent Prince --- recipes-devtools/oracle-java/oracle-jse-jdk.inc | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/recipes-devtools/oracle-java/oracle-jse-jdk.inc

[yocto] [meta-oracle-java][PATCH 2/2] On headless arm, do_package() complains about missing libX11.so.6 provider.

2017-10-27 Thread Vincent Prince
Full JRE created by jrecreate contains awt/swing dynamic libraries linked to libx11. This patch creates a compact JRE without those libraries. Signed-off-by: Vincent Prince --- recipes-devtools/oracle-java/oracle-jse-ejre.inc | 2 +- 1 file changed, 1

[yocto] [meta-oracle-java][PATCH 1/2] Fix do_populate_sysroot: sstate found an absolute path symlink

2017-10-27 Thread Vincent Prince
Signed-off-by: Vincent Prince --- recipes-devtools/oracle-java/oracle-jse-jdk.inc | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/recipes-devtools/oracle-java/oracle-jse-jdk.inc b/recipes-devtools/oracle-java/oracle-jse-jdk.inc

[yocto] [meta-mono][PATCH] mono-4.xx: compiling mono 4 with btls requires cmake

2017-10-27 Thread Pascal Bach
This was probably working before pyro and the recipes specific sysroots. Signed-off-by: Pascal Bach --- recipes-mono/mono/mono-4.xx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-mono/mono/mono-4.xx.inc b/recipes-mono/mono/mono-4.xx.inc

Re: [yocto] How to disable dropbear start on boot

2017-10-27 Thread Bastian Ruppert
> How to disable dropbear start on boot? Perhaps changes on INITSCRIPT_PARAMS in the original recipe are possible. > And what ist the preferred way to change DROPBEAR_RSAKEY_DEFAULT? Using devtool and modify the orig recipe is possible. -- ___

Re: [yocto] libcap compile error

2017-10-27 Thread Remco Poelstra
Khem Raj schreef op 2017-10-24 18:22: it seems you might be using uclibc, and xattr is absent in DISTRO_FEATURES, add DISTRO_FEATURES_append = " xattr" in your conf/local.conf and see if that helps. Hi, This did indeed resolve that issue. Unfortunately it didn't take long for another