Re: [OE-core] [PATCH] nativesdk-packagegroup-sdk-host: add nativesdk-u-boot-mkimage

2014-10-03 Thread Viguera, Javier
-Original Message- From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Ross concern is because we shouldn't force mkimage in every SDK. If someone is using barebox, or grub, it shouldn't be added. Hi Otavio, I understand what the concern is, what I don't see yet is

[OE-core] [PATCH] curl: add PACKAGECONFIG option to use libssh2

2014-10-03 Thread Fabrice Coulon
From: Fabrice Coulon fabr...@axis.com The user can enable libssh2 via conf/local.conf or custom distro configuration, this will pull in libssh2, which is not used by default. For example, a curl_x.y.z.bbappend file containing the following line: PACKAGECONFIG += libssh2 Signed-off-by: Fabrice

Re: [OE-core] [daisy][PATCH 1/3] layer.conf: Add in useradd dependencies as ABISAFE dependencies

2014-10-03 Thread Koen Kooi
Op 1 okt. 2014, om 17:34 heeft Martin Jansa martin.ja...@gmail.com het volgende geschreven: On Wed, Oct 01, 2014 at 09:12:16AM +0100, Richard Purdie wrote: On Wed, 2014-10-01 at 06:10 +0200, Martin Jansa wrote: On Tue, Sep 30, 2014 at 08:55:53PM -0700, Khem Raj wrote: On Tue, Sep 30, 2014

[OE-core] [daisy] [PATCH 0/1] lttng-modules: update version to 2.4.2

2014-10-03 Thread Chang Rebecca Swee Fun
Hi all, This is a fix for [YOCTO #6788] where we encounter lttng-modules build failure with kernel version 3.10.43. Upgrading the lttng-modules version to 2.4.2 and also removed additional patch (bio-bvec-iter.patch) as its fix is already available in version 2.4.2. This version of

[OE-core] [daisy] [PATCH 1/1] lttng-modules: Update to version 2.4.2

2014-10-03 Thread Chang Rebecca Swee Fun
lttng-modules breaks when building with kernel 3.10.43. This updates lttng-modules for 2.4.2 and it will also fixes the build failure with kernel 3.10.43. Fixes for [YOCTO #6788] Signed-off-by: Chang Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com ---

Re: [OE-core] [PATCH v2] systemd: Use ${ROOT_HOME} instead of /root

2014-10-03 Thread Burton, Ross
On 6 September 2014 08:23, Burton, Ross ross.bur...@intel.com wrote: +++ b/meta/recipes-core/systemd/systemd/0001-Make-root-s-home-directory-configurable.patch @@ -0,0 +1,176 @@ +From 00138d820fc0dfce6e5fee03d1edda66db34aa80 Mon Sep 17 00:00:00 2001 +From: Dan McGregor dan.mcgre...@usask.ca

Re: [OE-core] [PATCH 2/2] package_manager.py: ignore failed smart install with --attempt

2014-10-03 Thread Paul Eggleton
Hi Hongxu, On Friday 26 September 2014 19:36:02 Hongxu Jia wrote: Paul's patch added checking in smart to ignore failed install with --attempt ... commit e9c1191da4f84c9743b053e7030ab28b48f57c44 Author: Paul Eggleton paul.eggle...@linux.intel.com Date: Thu Feb 6 13:39:01 2014 +

[OE-core] [PATCH] adt-installer: Fix to work with meta-environment changes

2014-10-03 Thread Richard Purdie
There is a proper sysroot specified in the meta-environment script now, which isn't a bad thing. We adjust the sed expression to cope with this. That means the SDK installations in non-default paths start to work again. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git

[OE-core] Status Update

2014-10-03 Thread Richard Purdie
As people know we're working towards the release and I thought an update might be useful. There was a mixup about dates and the rc1 build happened a week early. The first real rc2 was this Tuesday. We merged a variety of fixes into it and it did build out. Unfortunately there were some late

Re: [OE-core] [PATCH] nativesdk-packagegroup-sdk-host: add nativesdk-u-boot-mkimage

2014-10-03 Thread Otavio Salvador
On Fri, Oct 3, 2014 at 3:59 AM, Viguera, Javier javier.vigu...@digi.com wrote: -Original Message- From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Ross concern is because we shouldn't force mkimage in every SDK. If someone is using barebox, or grub, it shouldn't be

Re: [OE-core] [daisy][PATCH 1/3] layer.conf: Add in useradd dependencies as ABISAFE dependencies

2014-10-03 Thread Trevor Woerner
On 10/03/14 04:24, Koen Kooi wrote: Op 1 okt. 2014, om 17:34 heeft Martin Jansa martin.ja...@gmail.com het volgende geschreven: On Wed, Oct 01, 2014 at 09:12:16AM +0100, Richard Purdie wrote: On Wed, 2014-10-01 at 06:10 +0200, Martin Jansa wrote: On Tue, Sep 30, 2014 at 08:55:53PM -0700,

[OE-core] [PATCH] bash: Upgrade bash to latest patch level to fix CVEs

2014-10-03 Thread Mark Hatle
We upgrade bash_4.3 to patch revision 29, and bash_3.2.48 to 56. There are numerous community bug fixes included with this set, but the key items are: bash32-052 CVE-2014-6271 9/24/2014 bash32-053 CVE-2014-7169 9/26/2014 bash32-054

[OE-core] [PATCH] Bash bug fixes and CVE updates

2014-10-03 Thread Mark Hatle
Use the official community fixes by patching to the latest patch level. The key patches for the active CVEs are listed below: bash32-052 CVE-2014-6271 9/24/2014 bash32-053 CVE-2014-7169 9/26/2014 bash32-054 exported function

[OE-core] [OE-CORE][PATCH 2/2] LTP - realtime tests - fix bad robust mutex conditionals

2014-10-03 Thread Gary S. Robertson
From: Gary S. Robertson gary.robert...@linaro.org The tests for robust mutexes contained conditional clauses which failed in autoconf and/or used nonexistent variable names. Modified these conditional clauses to use only the variables actually created by LTP autoconf for this purpose.

[OE-core] [OE-CORE][PATCH 0/2] LTP: realtime tests - fix bad conditionals

2014-10-03 Thread Gary S. Robertson
From: Gary S. Robertson gary.robert...@linaro.org Several of the mutex tests in the LTP realtime test suite contained conditional compilation clauses which were failing in the OE build environment. Part of the problem was in the test source code itself... these conditional clauses depended on

[OE-core] [OE-CORE][PATCH 1/2] LTP - realtime tests - fix bad PI mutex conditionals

2014-10-03 Thread Gary S. Robertson
From: Gary S. Robertson gary.robert...@linaro.org The priority inheritance tests for mutexes used conditional variables which were non-existent. Changed the conditional clauses to use the variables which were actually generated by LTP autoconf for that purpose. Signed-off-by: Gary S. Robertson

Re: [OE-core] [daisy][PATCH 1/3] layer.conf: Add in useradd dependencies as ABISAFE dependencies

2014-10-03 Thread Khem Raj
On Fri, Oct 3, 2014 at 1:24 AM, Koen Kooi k...@dominion.thruhere.net wrote: That 'new screen' is indeed an improvement and I also found the switch to make it show a unidiff instead of side-by-side. I still despise the UI, though, but not as much as before :) all tools suck, some suck less

Re: [OE-core] [oe] [PATCH][meta-oe 04/15] network-manager-applet: update to 0.9.8.10

2014-10-03 Thread Martin Jansa
On Fri, Oct 03, 2014 at 10:04:26PM +0200, Martin Jansa wrote: On Wed, Oct 01, 2014 at 10:19:04AM +0200, Andreas Müller wrote: * add libsecret to DEPENDS * remove libglade from DEPENDS * wireless (nm-signal-*.png) icons were updated upstream * inherit gnomebase instead of gnome * make

Re: [OE-core] [PATCH] Bash bug fixes and CVE updates

2014-10-03 Thread Mark Hatle
On 10/3/14, 9:51 AM, Mark Hatle wrote: Use the official community fixes by patching to the latest patch level. The key patches for the active CVEs are listed below: bash32-052 CVE-2014-6271 9/24/2014 bash32-053 CVE-2014-7169

Re: [OE-core] [daisy] [PATCH 1/1] lttng-modules: Update to version 2.4.2

2014-10-03 Thread Kamble, Nitin A
On 10/3/14, 2:00 AM, Chang, Rebecca Swee Fun rebecca.swee.fun.ch...@intel.com wrote: lttng-modules breaks when building with kernel 3.10.43. This updates lttng-modules for 2.4.2 and it will also fixes the build failure with kernel 3.10.43. Fixes for [YOCTO #6788] Signed-off-by: Chang Rebecca

[OE-core] [PATCH 1/1] pseudo*.bb: update to pseudo 1.6.2

2014-10-03 Thread Peter Seebach
pseudo 1.6.2 fixes problems with 64-bit inodes and some underlying issues involving file renames that could occasionally cause very strange behaviors files being deleted, linked, or renamed, mostly observed as strange recovery if an inode got reused. --- .../pseudo/{pseudo_1.6.1.bb =

[OE-core] [PATCH 0/1] pseudo 1.6.2

2014-10-03 Thread Peter Seebach
This fixes a handful of things that have been creating strange and hard-to-replicate failures. 1. The inode data path wasn't quite 64-bit clean, so XFS filesystems could produce strange behavior. 2. When renaming a file, pseudo would sometimes create a link to rename when the file had actually

[OE-core] [WIP][PATCH] systemd: don't move libgudev around, it breaks libgudev-1.0.la

2014-10-03 Thread Martin Jansa
* libgudev-1.0.la still references /usr/lib and this change was breaking gypsy (detected in navit) and network-manager-applet Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-core/systemd/systemd_216.bb | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff

Re: [OE-core] [WIP][PATCH] systemd: don't move libgudev around, it breaks libgudev-1.0.la

2014-10-03 Thread Martin Jansa
On Sat, Oct 04, 2014 at 04:27:55AM +0200, Martin Jansa wrote: * libgudev-1.0.la still references /usr/lib and this change was breaking gypsy (detected in navit) and network-manager-applet sending as WIP mostly because I don't know what backward compatibility issues required this move to be