Re: [OE-core] [RFC] buildhistory: Record size of installed package not compressed archive

2013-07-03 Thread Saul Wold
On 06/29/2013 06:36 PM, Martin Jansa wrote: * usually it's more important to know how much space will each package take on target device then size of compressed package Signed-off-by: Martin Jansa --- meta/classes/buildhistory.bbclass | 11 scripts/oe-pkgdata-util | 59

Re: [OE-core] [RFC PATCH 0/8] Proposed implementation of a new runtime tests framework

2013-07-03 Thread Saul Wold
On 06/28/2013 03:04 AM, Stefan Stanacar wrote: Hello, This is the proposed implementation of a new runtime tests framework based on python unittest. It's mean to ease qemu image testing and encourage developers to add more tests similar to the example tests provided (all tests are basically c

Re: [OE-core] [oe-core][PATCH] apr_cv_mutex_recursive=yes added to apr_1.4.6.bb to make rosnodes work

2013-07-03 Thread Lukas Bulwahn
Hi Victor, just some comments on your commit message: On 07/03/2013 03:04 PM, vmayoral wrote: From: victor Working with the meta-ros project we detected that the ROS nodes didn't launch properly This very specific meta-ros problem should not be the first line, but if at all, the last one in

[OE-core] Using OpenEmbedded for customized builds

2013-07-03 Thread Holger Hans Peter Freyther
Good Morning, we have a basic product and build the images for it using OpenEmbedded. Some customers require the installation of additional packages, or even the modification of some of the installed ones. The current approach would be to build one VM per customer but that doesn't really scale. I

Re: [OE-core] [oe-core][PATCH] qemu: use PACKAGECONFIG to address libaio/attr/libcap dependencies

2013-07-03 Thread Liu Ting-B28495
Hello Paul, > -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Wednesday, July 03, 2013 9:38 PM > To: Liu Ting-B28495 > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [oe-core][PATCH] qemu: use PACKAGECONFIG to > address libaio/

[OE-core] [oe-core][PATCH v2] qemu: use PACKAGECONFIG to address libaio/attr/libcap dependencies

2013-07-03 Thread b28495
From: Ting Liu Move to using the PACKAGECONFIG mechanism to select configure options and dependencies. Without this the system will attempt to discover various dependencies, and sometimes does so incorrectly. Signed-off-by: Ting Liu --- meta/recipes-devtools/qemu/qemu.inc |2 ++ 1 files ch

[OE-core] [PATCH v2] qt4: upgrade to 4.8.5

2013-07-03 Thread Jonathan Liu
Removed patches integrated upstream. Added INSANE_SKIP libdir for examples packages as it includes plugin shared libraries outside of libdir. Signed-off-by: Jonathan Liu --- meta/recipes-qt/qt4/nativesdk-qt4-tools.inc| 2 +- meta/recipes-qt/qt4/nativesdk-qt4-tools_4.8.4.bb | 8 --

Re: [OE-core] [PATCH] qt4: upgrade to 4.8.5

2013-07-03 Thread Jonathan Liu
On 4/07/2013 7:45 AM, Saul Wold wrote: On 07/03/2013 02:55 AM, Jonathan Liu wrote: Removed patches integrated upstream. Jonathan, I am seeing the following failures on a world build: Found library in wrong location: /usr/bin/qtopia/examples/declarative/cppextensions/plugins/.debug/libqmlqwi

Re: [OE-core] [RFC PATCH 4/8] lib/oeqa/utils/oetelnetlib.py: override Telnet class to use Unix domain sockets

2013-07-03 Thread Paul Eggleton
On Friday 28 June 2013 13:04:39 Stefan Stanacar wrote: > Python's telnetlib Telnet class connects only to AF_INET sockets, but we > want to use Unix domain socket for the qemu serial connection. > Also add a new read_all_timeout method similar to Telnet's read_all > > Signed-off-by: Stefan Stanaca

[OE-core] [PATCH 8/8] resolvconf: Update to 1.72

2013-07-03 Thread Saul Wold
Signed-off-by: Saul Wold --- .../resolvconf/{resolvconf_1.72.bb => resolvconf_1.73.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/resolvconf/{resolvconf_1.72.bb => resolvconf_1.73.bb} (92%) diff --git a/meta/recipes-connectivity/resol

[OE-core] [PATCH 0/8] Updates and util-linux fix

2013-07-03 Thread Saul Wold
The util-linux configure was finding pam in the core-image-basic image and there was a timing issue with and rebuild. Other are standard updates Sau! The following changes since commit 3e1dbabbf33a2e461abc92ff10cd970fe604ee38: sysstat: backport a patch to fix a parallel building error (2013

[OE-core] [PATCH 7/8] remake: Update to latest 3.82_dbg-0.9 Tag

2013-07-03 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-devtools/remake/remake_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/remake/remake_git.bb b/meta/recipes-devtools/remake/remake_git.bb index afbc5d0..13d8ce9 100644 --- a/meta/recipes-devtools/remake

[OE-core] [PATCH 2/8] util-linux: disable runuser by default since it depends on PAM

2013-07-03 Thread Saul Wold
util-linux's configure checks for pam_misc.h and if it finds it will enable runuser, there was a case where it was found via shared state and then got rebuilt. This makes the build more deterministic. Signed-off-by: Saul Wold --- meta/recipes-core/util-linux/util-linux.inc | 3 ++- 1 file change

[OE-core] [PATCH 4/8] boost: Update to 1.54

2013-07-03 Thread Saul Wold
Signed-off-by: Saul Wold --- .../boost/{bjam-native_1.53.0.bb => bjam-native_1.54.0.bb} | 0 meta/recipes-support/boost/{boost-1.53.0.inc => boost-1.54.0.inc} | 6 +++--- meta/recipes-support/boost/{boost_1.53.0.bb => boost_1.54.0.bb} | 2 -- 3 files changed, 3 insertions(+), 5 del

[OE-core] [PATCH 5/8] dtc: Update to 1.4.0 Git Tag

2013-07-03 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-kernel/dtc/dtc.inc| 1 - meta/recipes-kernel/dtc/dtc_git.bb | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc index 18847c6..6888c55 100644 --- a/meta/recipes-ke

[OE-core] [PATCH 1/8] packagegroup-core-basic: Only build libpam if it's enabled

2013-07-03 Thread Saul Wold
util-linux will check for the exisitance of pam header files and change what is built, so only build libpam when pam is enabled for DISTRO_FEATURES Signed-off-by: Saul Wold --- meta/recipes-extended/packagegroups/packagegroup-core-basic.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d

[OE-core] [PATCH 3/8] help2man: Update to 1.43.3

2013-07-03 Thread Saul Wold
Signed-off-by: Saul Wold --- .../help2man/{help2man-native_1.43.2.bb => help2man-native_1.43.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/help2man/{help2man-native_1.43.2.bb => help2man-native_1.43.3.bb} (80%) diff --git a/meta/recipes-devtools/h

[OE-core] [PATCH 6/8] swabber: Update to latest head

2013-07-03 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-devtools/swabber/swabber-native_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-devtools/swabber/swabber-native_git.bb b/meta/recipes-devtools/swabber/swabber-native_git.bb index 5bfe87f..9faae5d 100644 --- a/met

Re: [OE-core] [PATCH] qt4: upgrade to 4.8.5

2013-07-03 Thread Paul Eggleton
On Wednesday 03 July 2013 14:45:30 Saul Wold wrote: > On 07/03/2013 02:55 AM, Jonathan Liu wrote: > > Removed patches integrated upstream. > > Jonathan, > > I am seeing the following failures on a world build: > > Found library in wrong location: > > /usr/bin/qtopia/examples/declarative/cppextens

Re: [OE-core] [oe-core][PATCH] apr_cv_mutex_recursive=yes added to apr_1.4.6.bb to make rosnodes work

2013-07-03 Thread Khem Raj
On Jul 3, 2013, at 1:11 PM, Saul Wold wrote: > On 07/03/2013 06:04 AM, vmayoral wrote: >> From: victor >> >> Working with the meta-ros project we detected that the ROS nodes didn't >> launch properly >> the reason was that by default apr_cv_mutex_recursive in apr is set to no >> and this lea

Re: [OE-core] [oe-core][PATCH] apr_cv_mutex_recursive=yes added to apr_1.4.6.bb to make rosnodes work

2013-07-03 Thread Saul Wold
On 07/03/2013 06:04 AM, vmayoral wrote: From: victor Working with the meta-ros project we detected that the ROS nodes didn't launch properly the reason was that by default apr_cv_mutex_recursive in apr is set to no and this leads to the APRENOTIMPL return value of apr_thread_mutex_create in t

[OE-core] [PATCH] qt4: disable qmeegographicssystemhelper

2013-07-03 Thread Paul Eggleton
We don't want this enabled just because we have EGL and OpenGL ES 2.0 enabled. Signed-off-by: Paul Eggleton --- meta/recipes-qt/qt4/qt4-4.8.4.inc | 1 + ...ls.pro-disable-qmeegographicssystemhelper.patch | 28 ++ 2 files changed, 29 insertions(+) create mod

Re: [OE-core] [PATCH 0/4] Allow xuser to shutdown

2013-07-03 Thread Martin Jansa
On Wed, Jul 03, 2013 at 05:34:20PM +0300, Laurentiu Palcu wrote: > The following changes since commit 8a186a6b3853fc1a7dcf342d421c8926c38949c9: > > bitbake: hob: save button from settings called a nonexisting method > (2013-07-03 08:13:35 +0100) > > are available in the git repository at: > >

Re: [OE-core] [PATCH 0/4] Allow xuser to shutdown

2013-07-03 Thread Laurentiu Palcu
Saul spotted an issue with the 4/4 regarding the usage of /sbin directly in the .desktop file and I'm going to send a v2 to address that. Laurentiu On 07/03/2013 05:34 PM, Laurentiu Palcu wrote: > The following changes since commit 8a186a6b3853fc1a7dcf342d421c8926c38949c9: > > bitbake: hob: sa

Re: [OE-core] [PATCH 1/1] xf86-video-modesetting: upgrade to 0.8.0

2013-07-03 Thread Burton, Ross
Hi, In the future, please use -M so that the diff is clearer than delete/add. Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH] classes/insane: fix libdir check regexes

2013-07-03 Thread Paul Eggleton
On Wednesday 03 July 2013 15:35:15 Burton, Ross wrote: > On 3 July 2013 14:40, Paul Eggleton wrote: > > +lib_re = re.compile("^/lib.*\.so[0-9.]*$") > > +exec_re = re.compile("^%s.*/lib.*\.so[0-9.]*$" % exec_prefix) > > I'd been meaning to double-check this assumption since the discussion

[OE-core] [PATCH v2] classes/insane: fix libdir check regexes

2013-07-03 Thread Paul Eggleton
Ensure these do not pick up e.g. /lib/systemd/system/uuidd.socket, but ensure we pickup e.g. /usr/lib/libnss3.so.1d (example from Debian). This also fixes the broken exec_re regex (lib*.). Signed-off-by: Paul Eggleton --- meta/classes/insane.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 d

[OE-core] [PATCH v3] mkelfimage: switch to git repository

2013-07-03 Thread Emilia Ciobanu
The project has switched to using git for version control. Signed-off-by: Emilia Ciobanu --- .../{mkelfimage_svn.bb => mkelfimage_git.bb} | 16 1 file changed, 8 insertions(+), 8 deletions(-) rename meta/recipes-devtools/mkelfimage/{mkelfimage_svn.bb => mkelfimage_git.

[OE-core] [PATCH 1/4] sysvinit: allow users in shutdown group to perform halt/reboot

2013-07-03 Thread Laurentiu Palcu
For this to happen: * 'shutdown' group has been created; * changed ownership group for /sbin/halt and /sbin/shutdown to 'shutdown'; * deny execution rights to other users except 'root' and those belonging to 'shutdown' group; * set setuid bit to both apps; So, basically, in order for a norm

[OE-core] [PATCH 2/4] connman: make xuser a member of 'shutdown' group

2013-07-03 Thread Laurentiu Palcu
Additionaly, make it a member of 'input' group too. That's for aligning the user creation with xserver-nodm-init. [YOCTO #4345] Signed-off-by: Laurentiu Palcu --- meta/recipes-connectivity/connman/connman.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-co

Re: [OE-core] [PATCH] classes/insane: fix libdir check regexes

2013-07-03 Thread Burton, Ross
On 3 July 2013 14:40, Paul Eggleton wrote: > +lib_re = re.compile("^/lib.*\.so[0-9.]*$") > +exec_re = re.compile("^%s.*/lib.*\.so[0-9.]*$" % exec_prefix) I'd been meaning to double-check this assumption since the discussion yesterday, and I'm glad I did. My Debian machine has these files

[OE-core] [PATCH 4/4] shutdown-desktop: give entire path in Exec field

2013-07-03 Thread Laurentiu Palcu
A normal user does not have /sbin in its PATH, by default, so having the entire path here allows the correct execution when run as regular user. [YOCTO #4345] Signed-off-by: Laurentiu Palcu --- .../shutdown-desktop/shutdown-desktop.bb |2 +- .../shutdown-desktop/shutdown.desktop

[OE-core] [PATCH 0/4] Allow xuser to shutdown

2013-07-03 Thread Laurentiu Palcu
The following changes since commit 8a186a6b3853fc1a7dcf342d421c8926c38949c9: bitbake: hob: save button from settings called a nonexisting method (2013-07-03 08:13:35 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib lpalcu/b4345_shutdown_icon_rootless_x

[OE-core] [PATCH 3/4] xserver-nodm-init: make xuser a member of 'shutdown' group

2013-07-03 Thread Laurentiu Palcu
[YOCTO #4345] Signed-off-by: Laurentiu Palcu --- .../x11-common/xserver-nodm-init.bb|2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init.bb b/meta/recipes-graphics/x11-common/xserver-nodm-init.bb index d2797a9.

Re: [OE-core] [PATCH] openssl: fix init.d restart function

2013-07-03 Thread Saul Wold
On 07/03/2013 07:09 AM, Francesco Del Degan wrote: Adds a missing dash in the oknodo option function. This was recently submitted by Marc Frerland also and is now in master. Sau! Signed-off-by: Francesco Del Degan --- meta/recipes-connectivity/openssh/openssh-6.1p1/init | 2 +- 1 file c

[OE-core] [PATCH] openssl: fix init.d restart function

2013-07-03 Thread Francesco Del Degan
Adds a missing dash in the oknodo option function. Signed-off-by: Francesco Del Degan --- meta/recipes-connectivity/openssh/openssh-6.1p1/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/openssh/openssh-6.1p1/init b/meta/recipes-connectivity/ope

[OE-core] [PATCH] classes/insane: fix libdir check regexes

2013-07-03 Thread Paul Eggleton
* Ensure these do not pick up e.g. /lib/systemd/system/uuidd.socket * Fix broken exec_re regex (lib*. -> lib.*) Signed-off-by: Paul Eggleton --- meta/classes/insane.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.b

Re: [OE-core] [PATCH v2] mkelfimage: switch to git repository

2013-07-03 Thread Khem Raj
On Jul 3, 2013, at 6:37 AM, Emilia Ciobanu wrote: > The project has switched to using git for version control. > > Signed-off-by: Emilia Ciobanu > --- > meta/recipes-devtools/mkelfimage/mkelfimage_git.bb | 31 > meta/recipes-devtools/mkelfimage/mkelfimage_svn.bb | 31 -

Re: [OE-core] [oe-core][PATCH] qemu: use PACKAGECONFIG to address libaio/attr/libcap dependencies

2013-07-03 Thread Paul Eggleton
Hi Ting, On Wednesday 03 July 2013 17:45:10 b28...@freescale.com wrote: > From: Ting Liu > > Move to using the PACKAGECONFIG mechanism to select configure options > and dependencies. Without this the system will attempt to discover > various dependencies, and sometimes does so incorrectly. > >

Re: [OE-core] [PATCH] mkelfimage: switch to git repository

2013-07-03 Thread Ciobanu, Emilia Maria Silvia
Resent patch. Thanks, Ema From: Burton, Ross [ross.bur...@intel.com] Sent: Tuesday, July 02, 2013 6:14 PM To: Ciobanu, Emilia Maria Silvia Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] mkelfimage: switch to git repository On 2

[OE-core] [PATCH v2] mkelfimage: switch to git repository

2013-07-03 Thread Emilia Ciobanu
The project has switched to using git for version control. Signed-off-by: Emilia Ciobanu --- meta/recipes-devtools/mkelfimage/mkelfimage_git.bb | 31 meta/recipes-devtools/mkelfimage/mkelfimage_svn.bb | 31 2 files changed, 31 insertions(+), 31 delet

[OE-core] [oe-core][PATCH] apr_cv_mutex_recursive=yes added to apr_1.4.6.bb to make rosnodes work

2013-07-03 Thread vmayoral
From: victor Working with the meta-ros project we detected that the ROS nodes didn't launch properly the reason was that by default apr_cv_mutex_recursive in apr is set to no and this leads to the APRENOTIMPL return value of apr_thread_mutex_create in thread_mutex.c when APR_THREAD_MUTEX_NESTE

Re: [OE-core] [PATCHv2] qt4e: override variables OE_QMAKE_QT_CONFIG

2013-07-03 Thread Jonathan Liu
On 29/06/2013 10:19 PM, Martin Jansa wrote: From: Wills Wang override variables OE_QMAKE_QT_CONFIG to compile Qt/Embedded apps Signed-off-by: Wills Wang Signed-off-by: Martin Jansa --- meta/classes/qt4e.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/qt4e.bbclass

[OE-core] [oe-core][PATCH] qemu: use PACKAGECONFIG to address libaio/attr/libcap dependencies

2013-07-03 Thread b28495
From: Ting Liu Move to using the PACKAGECONFIG mechanism to select configure options and dependencies. Without this the system will attempt to discover various dependencies, and sometimes does so incorrectly. Signed-off-by: Ting Liu --- meta/recipes-devtools/qemu/qemu.inc |2 ++ 1 files ch

[OE-core] [PATCH] qt4: upgrade to 4.8.5

2013-07-03 Thread Jonathan Liu
Removed patches integrated upstream. Signed-off-by: Jonathan Liu --- meta/recipes-qt/qt4/nativesdk-qt4-tools.inc| 2 +- meta/recipes-qt/qt4/nativesdk-qt4-tools_4.8.4.bb | 8 -- meta/recipes-qt/qt4/nativesdk-qt4-tools_4.8.5.bb | 8 ++ ...acklist-mis-issued-turktrust-certificates

[OE-core] [PATCH 1/1] udev-extraconf: blacklist /dev/dm-*

2013-07-03 Thread jackie.huang
From: Jackie Huang Do not mount /dev/dm-* by default via udev, this is the default behavior for most distos and WRLinux4.x. This resolved a problem with the sanity test failing due to seeing the error while attempting to mount new logical volumes without fs. Signed-off-by: Xin Ouyang Signed-of

[OE-core] [PATCH 0/1] udev-extraconf: blacklist /dev/dm-*

2013-07-03 Thread jackie.huang
From: Jackie Huang The following changes since commit 3e1dbabbf33a2e461abc92ff10cd970fe604ee38: sysstat: backport a patch to fix a parallel building error (2013-07-02 07:58:10 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0/r_bbappend_udev-extrac

Re: [OE-core] [PATCH 0/1] Update automake to version 1.13.2

2013-07-03 Thread Radu Moisan
On 07/03/2013 11:19 AM, Marko Lindqvist wrote: On 3 July 2013 11:16, Radu Moisan wrote: On 05/25/2013 01:21 AM, Marko Lindqvist wrote: Confirmed. Automake update to (any) 1.13.x version breaks gtk-engines build. I don't know yet if it's automake or gtk-engines bug. Any updates on this? D

Re: [OE-core] [PATCH 0/1] Update automake to version 1.13.2

2013-07-03 Thread Marko Lindqvist
On 3 July 2013 11:16, Radu Moisan wrote: > > On 05/25/2013 01:21 AM, Marko Lindqvist wrote: > > > Confirmed. Automake update to (any) 1.13.x version breaks gtk-engines > build. I don't know yet if it's automake or gtk-engines bug. > > > Any updates on this? Do we have a bug filled addressing this

Re: [OE-core] [PATCH 0/1] Update automake to version 1.13.2

2013-07-03 Thread Radu Moisan
On 05/25/2013 01:21 AM, Marko Lindqvist wrote: Confirmed. Automake update to (any) 1.13.x version breaks gtk-engines build. I don't know yet if it's automake or gtk-engines bug. Any updates on this? Do we have a bug filled addressing this problem? I found several package which require au