Re: [OE-core] libpcap-ng

2014-07-25 Thread Khem Raj
On Fri, Jul 25, 2014 at 3:45 PM, akuster wrote: > Meta-security and Meta-selinux both have libcap-ng. Instead of maintaining > the same package in both places, can we get it into OE where libcap resides? I think at very least you can propose it for meta-oe if not or-core. But I also wonder why me

Re: [OE-core] [PATCH 0/3] LTP: Realtime test fixes

2014-07-25 Thread Otavio Salvador
Hello Gary, On Fri, Jul 25, 2014 at 7:20 PM, Gary S. Robertson wrote: > The following series of patches addresses several bugs which were preventing > some of the LTP realtime tests from running or completing in our OE-based > test environments. The patches themselves are being separately submit

Re: [OE-core] Subversion does not support http protocol anymore

2014-07-25 Thread Stefan sat
Op 25-07-14 om 22:28 schreef Saul Wold: On 07/25/2014 11:30 AM, Stefan sat wrote: Hello since a certain time native subversion build of openembedded-oe-core does not support http protocol anymore. I found out that it is just the missing neon-config script file. Whitout this the subversion_1.7.

[OE-core] libpcap-ng

2014-07-25 Thread akuster
Hello all, Meta-security and Meta-selinux both have libcap-ng. Instead of maintaining the same package in both places, can we get it into OE where libcap resides? regards, Armin -- ___ Openembedded-core mailing list Openembedded-core@lists.openem

[OE-core] [PATCH 1/3] LTP: Realtime tests - Allow-mutex-initialization-without-PI-configured

2014-07-25 Thread Gary S. Robertson
From: "Gary S. Robertson" In the OE build environment the features on the build host may not match those of the runtime host -so- the conditional compilation clauses were deleted which required the presence of priority inheriting mutexes in order to compile initialization of a mutex with priority

[OE-core] [PATCH 3/3] LTP: prio-wake- eliminate deprecated usleep calls

2014-07-25 Thread Gary S. Robertson
From: "Gary S. Robertson" Minor cleanup on realtime test prio-wake. Replaced deprecated usleep calls with calls to rt_nanosleep, which has no potentially adverse interactions with signals. Signed-off-by: Gary S. Robertson --- ...io-wake-eliminate-deprecated-usleep-calls.patch | 33 ++

[OE-core] [PATCH 0/3] LTP: Realtime test fixes

2014-07-25 Thread Gary S. Robertson
From: "Gary S. Robertson" The following series of patches addresses several bugs which were preventing some of the LTP realtime tests from running or completing in our OE-based test environments. The patches themselves are being separately submitted to the upstream LTP maintainers for considerat

[OE-core] [PATCH 2/3] LTP: pthread_cond_many - fix uninitialized return in parse_args

2014-07-25 Thread Gary S. Robertson
From: "Gary S. Robertson" The parse_args() function in realtime test pthread_cond_many contains a switch statement im which some cases failed to initialize the function return variable prior to returning... added an init clause to the definition statement for the return variable. Signed-off-by:

Re: [OE-core] Subversion does not support http protocol anymore

2014-07-25 Thread Saul Wold
On 07/25/2014 11:30 AM, Stefan sat wrote: Hello since a certain time native subversion build of openembedded-oe-core does not support http protocol anymore. I found out that it is just the missing neon-config script file. Whitout this the subversion_1.7.10.bb builds whitout neon support. It wa

Re: [OE-core] Subversion does not support http protocol anymore

2014-07-25 Thread Martin Jansa
On Fri, Jul 25, 2014 at 08:30:12PM +0200, Stefan sat wrote: > Hello since a certain time native subversion build of > openembedded-oe-core does not support http protocol anymore. > > I found out that it is just the missing neon-config script file. > > Whitout this the subversion_1.7.10.bb builds

Re: [OE-core] [PATCH] gstreamer1.0-plugins-base: get caps from src pad when query caps in gsttagdemux

2014-07-25 Thread Saul Wold
On 07/23/2014 10:53 PM, Zidan Wang wrote: From: Wang Zidan This and your other patch need to be rebased against master please. Sau! Signed-off-by: Wang Zidan --- .../get-caps-from-src-pad-when-query-caps.patch| 44 .../gstreamer/gstreamer1.0-plugins-base_1.2.4

Re: [OE-core] [PATCH 1/1] insane: add checking to standardize how .bbappend files do FILESEXTRAPATHS

2014-07-25 Thread Gary Thomas
On 2014-07-25 12:35, Richard Purdie wrote: On Fri, 2014-07-25 at 11:25 -0600, Gary Thomas wrote: On 2014-07-22 21:33, Hongxu Jia wrote: When adding patches or config files from bbappend files, it requires the use of FILESEXTRAPATHS, which has been an issue and failure point for people starting

[OE-core] Subversion does not support http protocol anymore

2014-07-25 Thread Stefan sat
Hello since a certain time native subversion build of openembedded-oe-core does not support http protocol anymore. I found out that it is just the missing neon-config script file. Whitout this the subversion_1.7.10.bb builds whitout neon support. It was just ok by removing binconfig-disabled b

Re: [OE-core] [PATCH 1/1] insane: add checking to standardize how .bbappend files do FILESEXTRAPATHS

2014-07-25 Thread Richard Purdie
On Fri, 2014-07-25 at 11:25 -0600, Gary Thomas wrote: > On 2014-07-22 21:33, Hongxu Jia wrote: > > When adding patches or config files from bbappend files, it requires > > the use of FILESEXTRAPATHS, which has been an issue and failure point > > for people starting to work with bitbake and oe-core.

Re: [OE-core] [Patch v4 4/6] image-ucode.bbclass: a new bbclass for initramfs images

2014-07-25 Thread Kamble, Nitin A
> -Original Message- > From: Burton, Ross [mailto:ross.bur...@intel.com] > Sent: Monday, July 21, 2014 12:30 PM > To: Kamble, Nitin A > Cc: Zanussi, Tom; Hart, Darren; Purdie, Richard; meta-in...@yoctoproject.org > Subject: Re: [Patch v4 4/6] image-ucode.bbclass: a new bbclass for initram

Re: [OE-core] [PATCH 1/1] insane: add checking to standardize how .bbappend files do FILESEXTRAPATHS

2014-07-25 Thread Gary Thomas
On 2014-07-22 21:33, Hongxu Jia wrote: When adding patches or config files from bbappend files, it requires the use of FILESEXTRAPATHS, which has been an issue and failure point for people starting to work with bitbake and oe-core. We add checking to standardize how to use FILESEXTRAPATHS. Only

Re: [OE-core] [PATCH v2] wic: do not overwrite autogenerated /etc/fstab with original too early

2014-07-25 Thread Maciek Borzecki
25 lip 2014 18:30 Richard Purdie napisał(a): > > On Fri, 2014-07-25 at 10:57 -0500, Tom Zanussi wrote: > > On Fri, 2014-07-25 at 17:48 +0200, Maciek Borzecki wrote: > > > One question though. How do I get the patches into master? I'm not > > > @intel.com perhaps that's why I was a bit confuse

Re: [OE-core] [PATCH] wget: use GnuTLS instead of OpenSSL

2014-07-25 Thread Richard Purdie
On Fri, 2014-07-25 at 09:40 -0700, Khem Raj wrote: > On Thu, Jul 17, 2014 at 5:48 AM, Richard Purdie > wrote: > >> So why on earth is it looking at /usr/lib/libgnutls.so? > > > > Total guess by try adding EXTRA_OECONF += "--without-libgnutls-prefix" > > The problem is due to use of > > AC_LIB_HA

Re: [OE-core] [PATCH] wget: use GnuTLS instead of OpenSSL

2014-07-25 Thread Khem Raj
On Thu, Jul 17, 2014 at 5:48 AM, Richard Purdie wrote: >> So why on earth is it looking at /usr/lib/libgnutls.so? > > Total guess by try adding EXTRA_OECONF += "--without-libgnutls-prefix" The problem is due to use of AC_LIB_HAVE_LINKFLAGS([gnutls] since we use DESTDIR while cross compiling, so

Re: [OE-core] [PATCH 2/2] oeqa/runtime: Added skipModule import for test modules that use it.

2014-07-25 Thread Richard Purdie
On Fri, 2014-07-25 at 17:16 +0100, Paul Eggleton wrote: > Stefan pointed out to me that this contains a seemingly unintentional revert > of the following earlier change: > > http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/lib/oeqa/runtime/pam.py?id=14735be703de1b1e173d444b51df7aad90242

Re: [OE-core] [PATCH v2] wic: do not overwrite autogenerated /etc/fstab with original too early

2014-07-25 Thread Richard Purdie
On Fri, 2014-07-25 at 10:57 -0500, Tom Zanussi wrote: > On Fri, 2014-07-25 at 17:48 +0200, Maciek Borzecki wrote: > > One question though. How do I get the patches into master? I'm not > > @intel.com perhaps that's why I was a bit confused by the wiki > > instructions. Would you be able to push all

Re: [OE-core] [PATCH] wget: use GnuTLS instead of OpenSSL

2014-07-25 Thread Burton, Ross
On 25 July 2014 17:22, Khem Raj wrote: > it would be nice if this was either virtual/ssh or some sort of > PACKAGECONFIG so folks who > have ssl on the system dont need to pull gnutls as well. There's API differences so it would have to be a PACKAGECONFIG but agreed. For what it's worth I'm plan

Re: [OE-core] [PATCH] wget: use GnuTLS instead of OpenSSL

2014-07-25 Thread Khem Raj
On Mon, Jun 16, 2014 at 3:52 AM, Ross Burton wrote: > OpenSSL has license complications and GnuTLS is preferred, so although the > license complications don't impact wget use GnuTLS for consistency. > > Also add a recommendation on ca-certificates so that https: URLs work. > > Signed-off-by: Ross

Re: [OE-core] [PATCH 2/2] oeqa/runtime: Added skipModule import for test modules that use it.

2014-07-25 Thread Paul Eggleton
On Thursday 24 July 2014 15:41:25 Lucian Musat wrote: > The modules that use skipModule should import it themselves and not rely on > somebody else to import it. > > Signed-off-by: Lucian Musat > --- > meta/lib/oeqa/runtime/buildcvs.py | 2 +- > meta/lib/oeqa/runtime/buildiptables.py | 2 +-

Re: [OE-core] [PATCH v2] wic: do not overwrite autogenerated /etc/fstab with original too early

2014-07-25 Thread Tom Zanussi
On Fri, 2014-07-25 at 17:48 +0200, Maciek Borzecki wrote: > 25 lip 2014 17:00 Tom Zanussi napisał(a): > > > > On Thu, 2014-07-24 at 19:49 -0500, Tom Zanussi wrote: > > > On Thu, 2014-07-24 at 14:27 +0200, Maciej Borzecki wrote: > > > > DirectImageCreator.__write_fstab() generates new /etc/fstab

Re: [OE-core] [PATCH v2] wic: do not overwrite autogenerated /etc/fstab with original too early

2014-07-25 Thread Maciek Borzecki
25 lip 2014 17:00 Tom Zanussi napisał(a): > > On Thu, 2014-07-24 at 19:49 -0500, Tom Zanussi wrote: > > On Thu, 2014-07-24 at 14:27 +0200, Maciej Borzecki wrote: > > > DirectImageCreator.__write_fstab() generates new /etc/fstab in sysroot > > > with rootfs contents. The fstab entries are gener

Re: [OE-core] [PATCH 1/1] gcc-4.9.inc: fix parallel building failure

2014-07-25 Thread Saul Wold
Can you please rebase this against master as we have already merged the first version. Thanks Sau! On 07/25/2014 03:13 AM, Hongxu Jia wrote: The gcc-ar.o, gcc-nm.o, gcc-ranlib.o and errors.o included config.h which was a generated file. But no explicity rule to clarify the dependen

[OE-core] State of bitbake world, test-dependencies 2014-07-25

2014-07-25 Thread Martin Jansa
Complete logs: http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.20140724_145905.log/ It looks good lttng-modules fix is now merged monkey work around is on ML waiting for proper fix modemmanager fix is on ML ERROR: 46 issues were found in these recipes: gst-ffmpeg lttng-modules m

Re: [OE-core] [PATCH v2] wic: do not overwrite autogenerated /etc/fstab with original too early

2014-07-25 Thread Tom Zanussi
On Thu, 2014-07-24 at 19:49 -0500, Tom Zanussi wrote: > On Thu, 2014-07-24 at 14:27 +0200, Maciej Borzecki wrote: > > DirectImageCreator.__write_fstab() generates new /etc/fstab in sysroot > > with rootfs contents. The fstab entries are generated base on the > > initialn contents of /etc/fstab, plu

Re: [OE-core] [PATCH 2/8] lttng-modules: update to 2.5.0

2014-07-25 Thread Richard Purdie
On Fri, 2014-07-25 at 09:48 -0400, Bruce Ashfield wrote: > On Fri, Jul 25, 2014 at 9:46 AM, Martin Jansa wrote: > > On Fri, Jul 25, 2014 at 09:36:12AM -0400, Bruce Ashfield wrote: > >> On Fri, Jul 25, 2014 at 9:23 AM, Bruce Ashfield > >> wrote: > >> > On Fri, Jul 25, 2014 at 9:21 AM, Martin Jansa

Re: [OE-core] [PATCH] cogl-1.0: Add libcogl-path package

2014-07-25 Thread Burton, Ross
Context is that upstream split this library out from libcogl20.so, so the libcogl package no longer gets renamed to libcogl20 as it contains multiple libraries. Acked-by: Ross Burton Ross On 25 July 2014 14:38, Otavio Salvador wrote: > The new library needs to be put in a specific package, or

Re: [OE-core] [PATCH 2/8] lttng-modules: update to 2.5.0

2014-07-25 Thread Bruce Ashfield
On Fri, Jul 25, 2014 at 9:46 AM, Martin Jansa wrote: > On Fri, Jul 25, 2014 at 09:36:12AM -0400, Bruce Ashfield wrote: >> On Fri, Jul 25, 2014 at 9:23 AM, Bruce Ashfield >> wrote: >> > On Fri, Jul 25, 2014 at 9:21 AM, Martin Jansa >> > wrote: >> >> On Thu, Jul 24, 2014 at 04:41:48PM -0400, Bruc

Re: [OE-core] [PATCH 2/8] lttng-modules: update to 2.5.0

2014-07-25 Thread Martin Jansa
On Fri, Jul 25, 2014 at 09:36:12AM -0400, Bruce Ashfield wrote: > On Fri, Jul 25, 2014 at 9:23 AM, Bruce Ashfield > wrote: > > On Fri, Jul 25, 2014 at 9:21 AM, Martin Jansa > > wrote: > >> On Thu, Jul 24, 2014 at 04:41:48PM -0400, Bruce Ashfield wrote: > >>> During the uprev of the yocto kernel

[OE-core] [PATCH] cogl-1.0: Add libcogl-path package

2014-07-25 Thread Otavio Salvador
The new library needs to be put in a specific package, or rootfs generation fails as: ,[ Error in rootfs generation ] | Updating cache... ### [100%] | Computing transaction...error: Can't install | libclutter-1.0-0-1.18.2-r0@cortexa9hf_vfp_neon_mx6: unab

Re: [OE-core] [PATCH 2/8] lttng-modules: update to 2.5.0

2014-07-25 Thread Bruce Ashfield
On Fri, Jul 25, 2014 at 9:23 AM, Bruce Ashfield wrote: > On Fri, Jul 25, 2014 at 9:21 AM, Martin Jansa wrote: >> On Thu, Jul 24, 2014 at 04:41:48PM -0400, Bruce Ashfield wrote: >>> During the uprev of the yocto kernel to 3.16, lttng-modules failed to build. >>> To grab the latest stable content,

Re: [OE-core] [PATCH] Add init script (sysv) support for busybox's ntpd

2014-07-25 Thread Laszlo Papp
Any reason why this feature has never got in? It was submitted more than five months ago, and it would have added some feature to the system even if not _everything_ right from the beginning? On Sat, Mar 22, 2014 at 2:03 PM, Laszlo Papp wrote: > On Fri, Mar 21, 2014 at 2:39 PM, Martin Jansa >

Re: [OE-core] [PATCH 2/8] lttng-modules: update to 2.5.0

2014-07-25 Thread Bruce Ashfield
On Fri, Jul 25, 2014 at 9:21 AM, Martin Jansa wrote: > On Thu, Jul 24, 2014 at 04:41:48PM -0400, Bruce Ashfield wrote: >> During the uprev of the yocto kernel to 3.16, lttng-modules failed to build. >> To grab the latest stable content, we update to 2.5.0, and add two patches >> to also make it bu

Re: [OE-core] [PATCH 2/8] lttng-modules: update to 2.5.0

2014-07-25 Thread Martin Jansa
On Thu, Jul 24, 2014 at 04:41:48PM -0400, Bruce Ashfield wrote: > During the uprev of the yocto kernel to 3.16, lttng-modules failed to build. > To grab the latest stable content, we update to 2.5.0, and add two patches > to also make it build against 3.16+. > > We also drop the older 2.3.3 lttng-

[OE-core] [PATCH] buildhistory: rename build-id to build-id.txt and add more info

2014-07-25 Thread Martin Jansa
4-oe-linux" MACHINE = "qemux86-64" DISTRO= "shr" DISTRO_VERSION= "2013.07-next-20140725" TUNE_FEATURES = "m64 core2" TARGET_FPU= "" Signed-off-by: Martin Jansa --- meta/classes/buildhistory.bbc

Re: [OE-core] [PATCH 6/8] lttng-modules: re-enable ARM builds

2014-07-25 Thread Bruce Ashfield
On Fri, Jul 25, 2014 at 9:00 AM, Bruce Ashfield wrote: > On Fri, Jul 25, 2014 at 5:53 AM, Martin Jansa wrote: >> On Thu, Jul 24, 2014 at 11:10:50PM -0400, Bruce Ashfield wrote: >>> On Thu, Jul 24, 2014 at 6:02 PM, Martin Jansa >>> wrote: >>> > On Thu, Jul 24, 2014 at 04:41:52PM -0400, Bruce Ash

Re: [OE-core] [PATCH 6/8] lttng-modules: re-enable ARM builds

2014-07-25 Thread Bruce Ashfield
On Fri, Jul 25, 2014 at 5:53 AM, Martin Jansa wrote: > On Thu, Jul 24, 2014 at 11:10:50PM -0400, Bruce Ashfield wrote: >> On Thu, Jul 24, 2014 at 6:02 PM, Martin Jansa wrote: >> > On Thu, Jul 24, 2014 at 04:41:52PM -0400, Bruce Ashfield wrote: >> >> With lttng 2.4.2 and gcc 4.9, we can now enable

Re: [OE-core] [PATCH 1/1] systemd: upgrade to 215

2014-07-25 Thread Koen Kooi
Op 25 jul. 2014, om 11:20 heeft Chen Qi het volgende geschreven: > Upgrade systemd from 213 to 215. > > systemd-older-kernel.patch is removed as it's fixed in 215. NAK! This will drop libraries and and leave files unpackages, you need something like this: @@ -146,7 +146,9 @@ do_install_ptes

[OE-core] [PATCH] wget: fix build error with gnutls

2014-07-25 Thread Koen Kooi
This fixes '/usr/lib/libgnutls.so: error adding symbols: File in wrong format' in do_configured. Reported-by: Jack Mitchell Signed-off-by: Koen Kooi --- meta/recipes-extended/wget/wget.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/wget/wget.inc

Re: [OE-core] [PATCH] wget: use GnuTLS instead of OpenSSL

2014-07-25 Thread Koen Kooi
Op 4 jul. 2014, om 11:08 heeft Jack Mitchell het volgende geschreven: > On 16/06/14 11:52, Ross Burton wrote: >> OpenSSL has license complications and GnuTLS is preferred, so although the >> license complications don't impact wget use GnuTLS for consistency. >> >> Also add a recommendation on

[OE-core] [PATCH 1/1] gcc-4.9.inc: fix parallel building failure

2014-07-25 Thread Hongxu Jia
The gcc-ar.o, gcc-nm.o, gcc-ranlib.o and errors.o included config.h which was a generated file. But no explicity rule to clarify the dependency. There was potential building failure while parallel make. For gcc-ar.o, gcc-nm.o and gcc-ranlib.o, they were compiled from one C source file gcc-ar.c, we

[OE-core] [PATCH V2 0/1] gcc-4.9.inc: fix parallel building failure

2014-07-25 Thread Hongxu Jia
Change in V2: As the upstream of gcc suggested: - The previous fix is too hack; - Use '$(ALL_HOST_OBJS) : | $(generated_files)' rule to handle the dependency. Test Steps: 1. For reproducing the issue every time, manually modify gcc/Makefile.in to delay the generation of config.h: ... diff --gi

[OE-core] [PATCH] alsa-lib: remove non PN based -dev packages

2014-07-25 Thread jackie.huang
From: Jackie Huang All dev related items should be packaged in the core PN-dev package not in seperate packages. Signed-off-by: Jackie Huang --- meta/recipes-multimedia/alsa/alsa-lib_1.0.27.2.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/alsa/

Re: [OE-core] [PATCH 6/8] lttng-modules: re-enable ARM builds

2014-07-25 Thread Martin Jansa
On Thu, Jul 24, 2014 at 11:10:50PM -0400, Bruce Ashfield wrote: > On Thu, Jul 24, 2014 at 6:02 PM, Martin Jansa wrote: > > On Thu, Jul 24, 2014 at 04:41:52PM -0400, Bruce Ashfield wrote: > >> With lttng 2.4.2 and gcc 4.9, we can now enable lttng-modules for ARM. > >> > >> Signed-off-by: Bruce Ashf

[OE-core] [PATCH 1/1] systemd: upgrade to 215

2014-07-25 Thread Chen Qi
Upgrade systemd from 213 to 215. systemd-older-kernel.patch is removed as it's fixed in 215. Signed-off-by: Chen Qi --- .../systemd/systemd/systemd-older-kernel.patch | 56 .../systemd/{systemd_213.bb => systemd_215.bb} |8 +-- 2 files changed, 4 insertions(+)

[OE-core] [PATCH 0/1] systemd: upgrade to 215

2014-07-25 Thread Chen Qi
The following changes since commit 58f08a96764094189b5aaf3cc8b4cc0c95e23409: gst-ffmpeg: Add CVE patches (2014-07-23 21:57:04 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/systemd_215 http://cgit.openembedded.org/cgit.cgi/openem

[OE-core] [PATCH] oeqa/rutime: Added testcase decorators for automated runtime tests. Also added LogResults decorator for oeTest class in oetest.py

2014-07-25 Thread Lucian Musat
Signed-off-by: Lucian Musat --- meta/lib/oeqa/oetest.py| 2 ++ meta/lib/oeqa/runtime/buildcvs.py | 1 + meta/lib/oeqa/runtime/buildiptables.py | 1 + meta/lib/oeqa/runtime/buildsudoku.py | 1 + meta/lib/oeqa/runtime/connman.py | 2 +- meta/lib/oeqa/runtime/date.p

Re: [OE-core] [PATCH V3 0/1] insane: add checking to standardize how .bbappend files do FILESEXTRAPATHS

2014-07-25 Thread Hongxu Jia
Ping The fix in meta-fsl-ppc has been merged. It will not break the autobuilder. //Hongxu On 07/23/2014 11:33 AM, Hongxu Jia wrote: Change in V3: - Make the error message more readable. The incorrect assignment info will be helpful for issue location. Change in V2: - It is more reasonable