[oe] [PATCH][meta-oe][dizzy] libssh: depends fix

2015-12-17 Thread Martin Jansa
From: Armin Kuster the default was to build with GSSAPI enabled. Signed-off-by: Armin Kuster Signed-off-by: Martin Jansa --- meta-oe/recipes-support/libssh/libssh_0.6.3.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

[oe] Updates to meta-java (master) in 2015-12-17

2015-12-17 Thread Otavio Salvador
Hello, I pushed following updates: commit 35739fca028996c594b1efa2225a77c8d6038193 (HEAD -> pending, yocto/master, m/master) Author: Erkka Kääriä Date: Wed Dec 16 12:49:13 2015 +0200 openjdk-8: Use zero mode on arm Currently arm build fails due to

[oe] OE Changelog since 2015-12-06 until 2015-12-13

2015-12-17 Thread cliff . brake
Changelog since 2015-12-06 until 2015-12-13. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

Re: [oe] [meta-java][PATCH] cacao-initial-native build issues on gcc 4.4

2015-12-17 Thread Otavio Salvador
On Wed, Dec 16, 2015 at 8:03 AM, wrote: > From: Amy Fong > > The following error is seen when cacao-initial is built with gcc 4.4: > > LOG: [0x7f595fed3700] We received a SIGSEGV and tried to handle it, but > we were | > LOG:

[oe] [meta-webserver] nginx adds user but runs under another

2015-12-17 Thread Oliver Stäbler
Hi The recipe for nginx creates a new user via useradd called 'www'. But the nginx.conf configures the user to 'www-data'. So, the nginx recipe does create a user but the binary runs under another user. Is there a reason for this or is this a bug? Thanks & Regards Oliver -- bytes at work

[oe] Bluetooth agent can't get default adapter

2015-12-17 Thread Ankur Tyagi
Hi, I am trying to use WL1835 bluetooth with AM335x EVM. Software is meta-arago daisy. When I run bluetooth agent, I get error "Can't get default adapter" Following is the sequence of commands: root@am335x-evm:~# bluetoothd root@am335x-evm:~# hciconfig hci0 up [ 944.008593] (stc): chnl_id

[oe] [PATCH] Fix connectivity check for BB_FETCH_PREMIRRORONLY case

2015-12-17 Thread dl9pf
From: Jan-Simon Möller BB_FETCH_PREMIRRORONLY sets BB_NO_NETWORK (implicitly in the fetcher). To avoid the sanity check to fail in an offline environment, use the same override mechanism as in the fetcher. Signed-off-by: Jan-Simon Möller ---

Re: [oe] [meta-ruby][meta-xfce][PATCH] Move imsettings from meta-ruby to meta-xfce

2015-12-17 Thread Khem Raj
ping^1 > On Nov 23, 2015, at 12:21 PM, Martin Jansa wrote: > > On Mon, Nov 23, 2015 at 05:25:59PM -0200, Otavio Salvador wrote: >> On Mon, Nov 23, 2015 at 2:52 PM, Khem Raj wrote: >>> On Nov 23, 2015, at 4:29 AM, Otavio Salvador

[oe] [meta-java][PATCH 1/2] openjdk: fix host-user-contaminated QA issue

2015-12-17 Thread jackie.huang
From: Jackie Huang Fixed: WARNING: QA Issue: openjdk-8: /openjdk-8-doc/usr/lib/jvm/openjdk-8/jre/THIRD_PARTY_README is owned by uid 1786, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated] The use of cp

Re: [oe] [meta-java][PATCH v2] openjdk-8-native: fix incorrect do_install

2015-12-17 Thread Huang, Jie (Jackie)
Please ignore this, it will conflict with ecj-bootstrap-native and fastjar-native: ERROR: The recipe openjdk-8-native is trying to install files into a shared area when those files already exist. Those files and their manifest location are:

[oe] [meta-java][PATCH 2/2] openjdk-8: skip the dev-so test

2015-12-17 Thread jackie.huang
From: Jackie Huang Fixed: ERROR: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: openjdk-8 path 'work/core2-64-poky-linux/openjdk-8/72b05-r0/packages-split/openjdk-8/usr/lib/jvm/openjdk-8/jre/lib/amd64/server/libjsig.so' [dev-so] The symlink .so is

Re: [oe] [meta-networking][PATCH 2/6] talloc: rename to libtalloc and cleanup dependency mess

2015-12-17 Thread Kang Kai
On 2015年11月20日 03:44, Jens Rehsack wrote: diff --git a/meta-networking/recipes-support/talloc/talloc_2.1.1.bb b/meta-networking/recipes-support/libtalloc/libtalloc_2.1.1.bb similarity index 70% rename from meta-networking/recipes-support/talloc/talloc_2.1.1.bb rename to

[oe] Fwd: korean/chinese keyboard layout support on yocto

2015-12-17 Thread Bryan
-- Forwarded message -- From: "Bryan" Date: Dec 18, 2015 1:03 PM Subject: korean/chinese keyboard layout support on yocto To: Cc: Hi, > I am working on yocto poky-dizzy 1.7.1 and have developed some >

[oe] [meta-java][PATCH] openjdk-8-native: fix incorrect do_install

2015-12-17 Thread jackie.huang
From: Jackie Huang do_install should not install files directly into staging dirs, or the ${D} and sstate is empty and builds from sstate cache will fail. Signed-off-by: Jackie Huang --- recipes-core/openjdk/openjdk-8-native.inc | 12

Re: [oe] [fido][PATCH v2] Fix build issue on openssl 1.0.2d on Fido branch. OpenSSL's URIs of old releases have changed to /source/old/ instead of /source.

2015-12-17 Thread Thomas PERROT
Hi Ross, I have changed the URI into the bb files instead the inc, because the path has only changed for old openssl revision and because this change can affect people using this their own openssl's recipe or a recipe of latest openssl revision. I will submit the patch to openembedded-core

[oe] [meta-java] Openjdk-8 and D_FORTIFY_SOURCE

2015-12-17 Thread Kaaria, Erkka
Hi, Currently openjdk-8 fails to build if D_FORTIFY_SOURCE is set through SECURITY_CFLAGS. This happens, because gcc requires at least -O for this feature to work. Otherwise a warning is generated ("_FORTIFY_SOURCE requires compiling with optimization"), which then gets turned into an error by

Re: [oe] [meta-java][PATCH] openjdk-8-native: fix incorrect do_install

2015-12-17 Thread Khem Raj
> On Dec 17, 2015, at 7:39 PM, jackie.hu...@windriver.com wrote: > > From: Jackie Huang > > do_install should not install files directly into > staging dirs, or the ${D} and sstate is empty and > builds from sstate cache will fail. > > Signed-off-by: Jackie Huang

Re: [oe] [meta-java][PATCH] openjdk-8-native: fix incorrect do_install

2015-12-17 Thread Huang, Jie (Jackie)
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel- > boun...@lists.openembedded.org] On Behalf Of Khem Raj > Sent: Friday, December 18, 2015 12:11 PM > To: openembedded-devel@lists.openembedded.org > Subject: Re: [oe]

[oe] [meta-java][PATCH v2] openjdk-8-native: fix incorrect do_install

2015-12-17 Thread jackie.huang
From: Jackie Huang do_install should not install files directly into staging dirs, or the ${D} and sstate is empty and builds from sstate cache will fail. Signed-off-by: Jackie Huang --- recipes-core/openjdk/openjdk-8-native.inc | 12