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

2013-07-04 Thread Lukas Bulwahn
Hi Victor, just some comments on your commit message: On 07/03/2013 03:04 PM, vmayoral wrote: From: victor v.mayor...@gmail.com 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

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

2013-07-04 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

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

2013-07-04 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 martin.ja...@gmail.com --- meta/classes/buildhistory.bbclass | 11

[OE-core] [PATCH] e2fsprogs: upgrade to 1.42.8

2013-07-04 Thread Andrei Dinu
upgrade from 1.42.7 - 1.42.8 Signed-off-by: Andrei Dinu andrei.adrianx.d...@intel.com --- .../acinclude.m4 |0 .../fallocate.patch|0 .../mkdir.patch|0

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

2013-07-04 Thread Laurentiu Palcu
On 07/03/2013 07:19 PM, Martin Jansa wrote: 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

[OE-core] [PATCH 0/2] scripts/runqemu: 'qemuzynq' and 'qemumicroblaze'

2013-07-04 Thread Nathan Rossi
The following patches add support to the runqemu scripts to allow for the machines named 'qemuzynq' and 'qemumicroblaze' to be booted within qemu. These target machines reside in the 'meta-xilinx' layer. Regards, Nathan Nathan Rossi (2): scripts/runqemu: Add support for 'qemuzynq' machine

[OE-core] [PATCH 1/2] scripts/runqemu: Add support for 'qemuzynq' machine

2013-07-04 Thread Nathan Rossi
* Add support to boot the 'qemuzynq' machine in qemu-system-arm * Use the specific machine model for Zynq 'xilinx-zynq-a9' * Use the DTB generated from the kernel build as the DTB for boot * Force use of initrd rootfs (either in ext or cpio formats) Signed-off-by: Nathan Rossi

[OE-core] [PATCH 2/2] scripts/runqemu: Add support for 'qemumicroblaze' machine

2013-07-04 Thread Nathan Rossi
* Add support to boot the 'qemumicroblaze' machine in qemu-system-microblazeel * Use the specific machine model for a MicroBlaze system 'petalogix-ml605' * Use the DTB generated from the kernel build as the DTB for boot * Force use of initrd rootfs (either in ext or cpio formats) Signed-off-by:

Re: [OE-core] Using OpenEmbedded for customized builds

2013-07-04 Thread Marcin Juszkiewicz
W dniu 04.07.2013 07:34, Holger Hans Peter Freyther pisze: Can this be already modeled? Do you have any idea how this could be done? My idea is simple. Keep each customer changes in separate layers and have separate builds for base and each customer. Let then customer builds use base

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

2013-07-04 Thread Martin Jansa
On Wed, Jul 03, 2013 at 11:53:06PM -0700, Saul Wold wrote: 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 martin.ja...@gmail.com ---

[OE-core] (lib)gcc fails with dbg-pkgs in IMAGE_FEATURES

2013-07-04 Thread Andreas Müller
Hello, since gcc 4.8.x I get with dbg-pkgs in IMAGE_FEATURES | * check_data_file_clashes: Package gcc-dbg wants to install file

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

2013-07-04 Thread Tomas Frydrych
On 03/07/13 17:19, Martin Jansa wrote: Shouldn't we create separate recipe for xuser or any other default user and add it to connman and xserver-nodm-init RDEPENDS? I know there is some overhead from having one more package installed on image, but it would be a bit easier if we later decide

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

2013-07-04 Thread Stanacar, StefanX
On Wed, 2013-07-03 at 23:51 -0700, Saul Wold wrote: Tired this out today and got the following: ERROR: Function failed: Failed to start qemu. You should check the task log and the qemu boot log (qemu log is

[OE-core] [PATCH] populate_sdk_base.bbclass: allow $OECORE_NATIVE_SYSROOT in sdk_env_script

2013-07-04 Thread Bernhard . Guillon
From: Bernhard Guillon bernhard.guil...@hale.at Only grep for 'OECORE_NATIVE_SYSROOT=' otherwise things like toolchain_create_sdk_env_script_append() { echo 'export MY_DIR_FOO=$OECORE_NATIVE_SYSROOT/my/dir/foo' $script } trigger the following error while executing the install script:

[OE-core] [PATCH 1/1] initscripts: overwrite default hostname.sh

2013-07-04 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com /etc/init.d/hostname.sh does not have a graceful fallback if the /etc/hostname file doesn't exist. Other systems such as Ubuntu and RH will either leave the hostname in place, if a proper hostname is already set, otherwise it will set the hostname to

[OE-core] [PATCH 0/1] initscripts: overwrite default hostname.sh

2013-07-04 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com 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

[OE-core] [PATCH 1/1] initscripts: add dmesg file to /var/log

2013-07-04 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com We should create the /var/log/dmesg.log file as a default. If we don't then a later kernel error can flush the dmesg ring buffer, losing valuable debug information. Signed-off-by: Xin Ouyang xin.ouy...@windriver.com Signed-off-by: Jackie Huang

[OE-core] [PATCH 0/1] initscripts: add dmesg file to /var/log

2013-07-04 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com The following changes since commit 682bcd0939697c34ce9bc7b2fe8f7d734f280490: initscripts: overwrite default hostname.sh (2013-07-04 17:19:03 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib

Re: [OE-core] [PATCH 2/2] systemd: Move functions that only affect metadata to parse time.

2013-07-04 Thread Burton, Ross
On 26 June 2013 18:33, Randy Witt rew...@declaratino.com wrote: This is useful for times when you don't want to enable or disable a service automatically on install, but still want the rest of the functionality of the systemd.bbclass. This seems like a brute-force way of approaching the

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

2013-07-04 Thread Burton, Ross
On 3 July 2013 23:26, Saul Wold s...@linux.intel.com wrote: --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc @@ -45,6 +45,7 @@ EXTRA_OECONF = --libdir=${base_libdir} --disable-use-tty-group \ --disable-vipw --disable-newgrp

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

2013-07-04 Thread Burton, Ross
On 3 July 2013 23:26, Saul Wold s...@linux.intel.com wrote: 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 s...@linux.intel.com ---

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

2013-07-04 Thread Burton, Ross
On 3 July 2013 23:26, Saul Wold s...@linux.intel.com wrote: Signed-off-by: Saul Wold s...@linux.intel.com --- .../resolvconf/{resolvconf_1.72.bb = resolvconf_1.73.bb} | 4 ++-- Typo in commit message. Ross ___ Openembedded-core mailing

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

2013-07-04 Thread Laurentiu Palcu
Changes in v2: * created a separate recipe for xuser creation, located in meta/recipes-support/user-creation/. If there are other users we might need to add in the future, we can put the recipes here; * removed xuser creation from connman and xserver-noadm-init and added the new

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

2013-07-04 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 laurentiu.pa...@intel.com --- .../shutdown-desktop/shutdown-desktop.bb |2 ++ 1 file

[OE-core] [PATCH v2 2/5] xuser-account: create separate recipe for xuser creation

2013-07-04 Thread Laurentiu Palcu
Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../user-creation/xuser-account_0.1.bb | 27 1 file changed, 27 insertions(+) create mode 100644 meta/recipes-support/user-creation/xuser-account_0.1.bb diff --git

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

2013-07-04 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

[OE-core] [PATCH v2 3/5] connman: remove xuser creation, RDEPEND on xuser-account

2013-07-04 Thread Laurentiu Palcu
[YOCTO #4345] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/recipes-connectivity/connman/connman.inc | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc

[OE-core] [PATCH v2 4/5] xserver-nodm-init: remove xuser creation, RDEPEND on xuser-account

2013-07-04 Thread Laurentiu Palcu
[YOCTO #4345] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../x11-common/xserver-nodm-init.bb| 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init.bb

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

2013-07-04 Thread Burton, Ross
On 4 July 2013 09:54, Tomas Frydrych tf+lists.yo...@r-finger.com wrote: I know there is some overhead from having one more package installed on image, but it would be a bit easier if we later decide that xuser also needs some file to be installed in his home or something like that. Yes,

[OE-core] [PATCH] cmake: fix configure error if system Qt installation is broken

2013-07-04 Thread Paul Eggleton
If the host Qt installation exists but is incomplete or the installed qmake architecture doesn't match that of the Qt libraries, cmake was failing at do_configure. cmake 2.8.10 failed silently here so we should make 2.8.11 do the same. Fixes [YOCTO #4565]. Signed-off-by: Paul Eggleton

Re: [OE-core] [PATCH v2 2/5] xuser-account: create separate recipe for xuser creation

2013-07-04 Thread Burton, Ross
On 4 July 2013 11:58, Laurentiu Palcu laurentiu.pa...@intel.com wrote: +USERADD_PARAM_${PN} = --create-home \ + --groups video,tty,audio,input,shutdown \ + --user-group xuser I'm not liking the name xuser but unless someone has a much better idea

Re: [OE-core] [PATCH v2 2/5] xuser-account: create separate recipe for xuser creation

2013-07-04 Thread Martin Jansa
On Thu, Jul 04, 2013 at 01:58:01PM +0300, Laurentiu Palcu wrote: Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../user-creation/xuser-account_0.1.bb | 27 1 file changed, 27 insertions(+) create mode 100644

Re: [OE-core] [PATCH v2 2/5] xuser-account: create separate recipe for xuser creation

2013-07-04 Thread Tomas Frydrych
On 04/07/13 12:29, Burton, Ross wrote: On 4 July 2013 11:58, Laurentiu Palcu laurentiu.pa...@intel.com wrote: +USERADD_PARAM_${PN} = --create-home \ + --groups video,tty,audio,input,shutdown \ + --user-group xuser I'm not liking the name xuser but

[OE-core] [PATCH 0/1] populate_sdk_base: fix bashism

2013-07-04 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/b4811_printf_issue_in_sh

[OE-core] [PATCH 1/1] populate_sdk_base: fix bashism

2013-07-04 Thread Laurentiu Palcu
Only the printf bash builtin knows about %q format option for escaping spaces. The coreutils version doesn't. Unfortunately, neither dash nor sh have a printf builtin. So, escape the spaces using sed. [YOCTO #4811] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com ---

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

2013-07-04 Thread Otavio Salvador
On Wed, Jul 3, 2013 at 2:04 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: We don't want this enabled just because we have EGL and OpenGL ES 2.0 enabled. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com Agreed; maybe this could be considered for dylan as well? -- Otavio

Re: [OE-core] Using OpenEmbedded for customized builds

2013-07-04 Thread Otavio Salvador
On Thu, Jul 4, 2013 at 2:34 AM, Holger Hans Peter Freyther hol...@moiji-mobile.com wrote: 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

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

2013-07-04 Thread Paul Eggleton
On Thursday 04 July 2013 10:10:52 Otavio Salvador wrote: On Wed, Jul 3, 2013 at 2:04 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: We don't want this enabled just because we have EGL and OpenGL ES 2.0 enabled. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com

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

2013-07-04 Thread Otavio Salvador
On Wed, Jul 3, 2013 at 7:26 PM, Saul Wold s...@linux.intel.com wrote: 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

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

2013-07-04 Thread Otavio Salvador
On Thu, Jul 4, 2013 at 7:37 AM, Burton, Ross ross.bur...@intel.com wrote: On 3 July 2013 23:26, Saul Wold s...@linux.intel.com wrote: 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

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

2013-07-04 Thread Otavio Salvador
On Thu, Jul 4, 2013 at 10:20 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 04 July 2013 10:10:52 Otavio Salvador wrote: On Wed, Jul 3, 2013 at 2:04 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: We don't want this enabled just because we have EGL and OpenGL ES

[OE-core] [PATCH] libxml2: Add ptest

2013-07-04 Thread Mihaela Sendrea
Install libxml2 test suite and run it as ptest. Signed-off-by: Mihaela Sendrea mihaela.send...@enea.com --- meta/recipes-core/libxml/libxml2.inc | 14 +- meta/recipes-core/libxml/libxml2/run-ptest |3 + meta/recipes-core/libxml/libxml2/runtest.patch | 820

[OE-core] [PATCH] gtkdoc: set the default docdir to ${S}, not ${B}

2013-07-04 Thread Ross Burton
Previously these directories were the same location, but with seperatebuilddir.inc they are not and putting the file into ${B} means it goes to the wrong place for autoreconf. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/classes/gtk-doc.bbclass |3 ++- 1 file changed, 2

[OE-core] [PATCH 00/11] Package Upgrades

2013-07-04 Thread Radu Moisan
* iputils: Removed obsolete patches Replaced openssl with gnutls in dependency list * busybox: Removed obsolete patches Added a few fixes from upstream (http://busybox.net/downloads/fixes-1.21.0/) busybox-1.21.0-mdev.patch busybox-1.21.0-platform.patch

[OE-core] [PATCH 06/11] atk: Upgrade to v2.9.3

2013-07-04 Thread Radu Moisan
Signed-off-by: Radu Moisan radu.moi...@intel.com --- .../atk/{atk_2.8.0.bb = atk_2.9.3.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/atk/{atk_2.8.0.bb = atk_2.9.3.bb} (79%) diff --git a/meta/recipes-support/atk/atk_2.8.0.bb

[OE-core] [PATCH 05/11] ed: Upgrade to v1.8

2013-07-04 Thread Radu Moisan
License files chenged but not the license type Signed-off-by: Radu Moisan radu.moi...@intel.com --- meta/recipes-extended/ed/ed-1.7/ed-1.2-build.patch | 43 meta/recipes-extended/ed/{ed_1.7.bb = ed_1.8.bb} | 11 +++-- 2 files changed, 5 insertions(+), 49 deletions(-)

[OE-core] [PATCH 02/11] busybox: Upgrade to v1.21.0

2013-07-04 Thread Radu Moisan
Removed obsolete patches Added a few fixes from upstream (http://busybox.net/downloads/fixes-1.21.0/) *busybox-1.21.0-mdev.patch *busybox-1.21.0-platform.patch *busybox-1.21.0-xz.patch Signed-off-by: Radu Moisan radu.moi...@intel.com --- .../busybox/busybox-1.20.2/B921600.patch | 24

[OE-core] [PATCH 01/11] iputils: Upgrade to v20121221

2013-07-04 Thread Radu Moisan
Removed obsolete patches Replaced openssl with gnutls in dependency list Signed-off-by: Radu Moisan radu.moi...@intel.com --- .../files/debian/add-icmp-return-codes.diff| 43 .../iputils/files/debian/fix-arping-timeouts.diff | 26

[OE-core] [PATCH 04/11] rxvt-unicode: Upgrade to v9.18

2013-07-04 Thread Radu Moisan
do_configure was initially failing because could not stat aclocal.m4, prepended ${S} so that it could find the file, however I don't know the reasoning for do_configure_prepend in this recipe, it also builds fine without it Signed-off-by: Radu Moisan radu.moi...@intel.com --- .../rxvt.desktop

[OE-core] [PATCH 11/11] usbutils: Upgrade to v007

2013-07-04 Thread Radu Moisan
Signed-off-by: Radu Moisan radu.moi...@intel.com --- .../usbutils/{usbutils_006.bb = usbutils_007.bb} |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-bsp/usbutils/{usbutils_006.bb = usbutils_007.bb} (83%) diff --git a/meta/recipes-bsp/usbutils/usbutils_006.bb

[OE-core] [PATCH 07/11] libdmx: Upgrade to v1.1.3

2013-07-04 Thread Radu Moisan
Signed-off-by: Radu Moisan radu.moi...@intel.com --- .../xorg-lib/{libdmx_1.1.2.bb = libdmx_1.1.3.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libdmx_1.1.2.bb = libdmx_1.1.3.bb} (79%) diff --git

[OE-core] [PATCH 10/11] diffutils: Upgrade to v3.3

2013-07-04 Thread Radu Moisan
Signed-off-by: Radu Moisan radu.moi...@intel.com --- .../diffutils-3.2/obsolete_automake_macros.patch | 14 - .../diffutils/diffutils-3.2/remove-gets.patch | 22 meta/recipes-extended/diffutils/diffutils.inc |2 +- .../{diffutils_3.2.bb =

[OE-core] [PATCH 08/11] apr: Upgrade to v1.4.8

2013-07-04 Thread Radu Moisan
Signed-off-by: Radu Moisan radu.moi...@intel.com --- .../apr/{apr_1.4.6.bb = apr_1.4.8.bb} |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-support/apr/{apr_1.4.6.bb = apr_1.4.8.bb} (92%) diff --git a/meta/recipes-support/apr/apr_1.4.6.bb

[OE-core] [PATCH 09/11] apr-util: Upgrade to v1.5.2

2013-07-04 Thread Radu Moisan
Signed-off-by: Radu Moisan radu.moi...@intel.com --- .../apr/{apr-util_1.5.1.bb = apr-util_1.5.2.bb} |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-support/apr/{apr-util_1.5.1.bb = apr-util_1.5.2.bb} (91%) diff --git

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

2013-07-04 Thread Burton, Ross
On 4 July 2013 11:58, Laurentiu Palcu laurentiu.pa...@intel.com wrote: +sed -i $D${datadir}/applications/shutdown.desktop -e 's#^Exec=\(.*\)#Exec=${base_sbindir}/\1#' Doing this in postinst is pretty nasty, instead change the desktop file to contain something like @SBIN@ and run it through

Re: [OE-core] [PATCH 06/11] atk: Upgrade to v2.9.3

2013-07-04 Thread Burton, Ross
On 4 July 2013 15:57, Radu Moisan radu.moi...@intel.com wrote: Signed-off-by: Radu Moisan radu.moi...@intel.com --- .../atk/{atk_2.8.0.bb = atk_2.9.3.bb} |4 ++-- NAK, ATK is GNOMEy, so this is a development release. Ross ___

[OE-core] [PATCH] glib-2.0: upgrade to 2.36.3

2013-07-04 Thread Cristian Iorga
Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../glib-2.0/{glib-2.0_2.36.2.bb = glib-2.0_2.36.3.bb}|4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/glib-2.0/{glib-2.0_2.36.2.bb = glib-2.0_2.36.3.bb} (92%) diff --git

[OE-core] [PATCH 01/10] iputils: Upgrade to v20121221

2013-07-04 Thread Radu Moisan
Removed obsolete patches Replaced openssl with gnutls in dependency list Signed-off-by: Radu Moisan radu.moi...@intel.com --- .../files/debian/add-icmp-return-codes.diff| 43 .../iputils/files/debian/fix-arping-timeouts.diff | 26

[OE-core] [PATCH 06/10] libdmx: Upgrade to v1.1.3

2013-07-04 Thread Radu Moisan
Signed-off-by: Radu Moisan radu.moi...@intel.com --- .../xorg-lib/{libdmx_1.1.2.bb = libdmx_1.1.3.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libdmx_1.1.2.bb = libdmx_1.1.3.bb} (79%) diff --git

[OE-core] [PATCH 04/10] rxvt-unicode: Upgrade to v9.18

2013-07-04 Thread Radu Moisan
do_configure was initially failing because could not stat aclocal.m4, prepended ${S} so that it could find the file, however I don't know the reasoning for do_configure_prepend in this recipe, it also builds fine without it Signed-off-by: Radu Moisan radu.moi...@intel.com --- .../rxvt.desktop

[OE-core] [PATCH v2 00/10] Package Upgrades

2013-07-04 Thread Radu Moisan
* iputils: Removed obsolete patches Replaced openssl with gnutls in dependency list * busybox: Removed obsolete patches Added a few fixes from upstream (http://busybox.net/downloads/fixes-1.21.0/) busybox-1.21.0-mdev.patch busybox-1.21.0-platform.patch

[OE-core] [PATCH 08/10] apr-util: Upgrade to v1.5.2

2013-07-04 Thread Radu Moisan
Signed-off-by: Radu Moisan radu.moi...@intel.com --- .../apr/{apr-util_1.5.1.bb = apr-util_1.5.2.bb} |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-support/apr/{apr-util_1.5.1.bb = apr-util_1.5.2.bb} (91%) diff --git

[OE-core] [PATCH 10/10] usbutils: Upgrade to v007

2013-07-04 Thread Radu Moisan
Signed-off-by: Radu Moisan radu.moi...@intel.com --- .../usbutils/{usbutils_006.bb = usbutils_007.bb} |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-bsp/usbutils/{usbutils_006.bb = usbutils_007.bb} (83%) diff --git a/meta/recipes-bsp/usbutils/usbutils_006.bb

[OE-core] [PATCH 07/10] apr: Upgrade to v1.4.8

2013-07-04 Thread Radu Moisan
Signed-off-by: Radu Moisan radu.moi...@intel.com --- .../apr/{apr_1.4.6.bb = apr_1.4.8.bb} |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-support/apr/{apr_1.4.6.bb = apr_1.4.8.bb} (92%) diff --git a/meta/recipes-support/apr/apr_1.4.6.bb

[OE-core] [PATCH 09/10] diffutils: Upgrade to v3.3

2013-07-04 Thread Radu Moisan
Signed-off-by: Radu Moisan radu.moi...@intel.com --- .../diffutils-3.2/obsolete_automake_macros.patch | 14 - .../diffutils/diffutils-3.2/remove-gets.patch | 22 meta/recipes-extended/diffutils/diffutils.inc |2 +- .../{diffutils_3.2.bb =

[OE-core] [PATCH] [v3] lighttpd: Enabling with systemd

2013-07-04 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Remove dependency on systemd layer - Use lighttpd service type 'simple' rather than 'oneshot' Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../lighttpd/files/lighttpd.service| 12

Re: [OE-core] [PATCH] [v3] lighttpd: Enabling with systemd

2013-07-04 Thread Shakeel, Muhammad
Please ignore this. I will send a v4 which will run the service file through sed. Thanks, Shakeel From: Shakeel, Muhammad Sent: Thursday, July 04, 2013 8:18 PM To: openembedded-core@lists.openembedded.org Cc: Shakeel, Muhammad Subject: [PATCH] [v3]

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

2013-07-04 Thread Laurentiu Palcu
On 07/04/2013 05:58 PM, Burton, Ross wrote: On 4 July 2013 11:58, Laurentiu Palcu laurentiu.pa...@intel.com wrote: +sed -i $D${datadir}/applications/shutdown.desktop -e 's#^Exec=\(.*\)#Exec=${base_sbindir}/\1#' Doing this in postinst is pretty nasty, Nasty, in what way? How is this

[OE-core] [PATCH] pango: drop unexplainable elfutils dependency

2013-07-04 Thread Ross Burton
In dafefa7bd4de518adb63ec19390b77a56cb65d8e elfutils was added as a build-dependency of Pango. However there is no such linkage inside Pango, and it builds fine without elfutils. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-graphics/pango/pango.inc |2 +- 1 file

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

2013-07-04 Thread Burton, Ross
On 4 July 2013 16:39, Laurentiu Palcu laurentiu.pa...@intel.com wrote: Doing this in postinst is pretty nasty, Nasty, in what way? How is this line different from the previous line in the same postinstall? That one is also using sed to change 'halt' to 'reboot' for qemuarm. Is it the sed

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

2013-07-04 Thread Tomas Frydrych
On 04/07/13 16:39, Laurentiu Palcu wrote: On 07/04/2013 05:58 PM, Burton, Ross wrote: On 4 July 2013 11:58, Laurentiu Palcu laurentiu.pa...@intel.com wrote: Even though the change you're proposing is OK, involves changing the desktop file to add the @SBIN@ pattern and move the sed line to

Re: [OE-core] [PATCH v2 00/10] Package Upgrades

2013-07-04 Thread Burton, Ross
On 4 July 2013 16:13, Radu Moisan radu.moi...@intel.com wrote: * elfutils: license changed to GPLv3 Humpf. As elfutils disappearing in a no-GPLv3 build will have effects, I expect we'll either want to a) hold back on this or b) have both versions. Ross

Re: [OE-core] [PATCH 04/10] rxvt-unicode: Upgrade to v9.18

2013-07-04 Thread Burton, Ross
On 4 July 2013 16:13, Radu Moisan radu.moi...@intel.com wrote: do_configure_prepend () { - cp aclocal.m4 acinclude.m4 + cp ${S}/aclocal.m4 ${S}/acinclude.m4 } That's the right fix. The rationale for this pattern is that aclocal.m4 is a generated file, created by the aclocal

Re: [OE-core] nativesdk-dbus do_package error

2013-07-04 Thread Burton, Ross
On 3 July 2013 07:53, Yi Qingliang niqingliang2...@gmail.com wrote: ERROR: QA Issue: nativesdk-dbus: Files/directories were installed but not shipped /run /run/dbus I thought we'd deleted that, I'll check later. ERROR: QA Issue: Found library in wrong location:

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

2013-07-04 Thread Laurentiu Palcu
On Thu, Jul 04, 2013 at 04:56:45PM +0100, Tomas Frydrych wrote: On 04/07/13 16:39, Laurentiu Palcu wrote: On 07/04/2013 05:58 PM, Burton, Ross wrote: On 4 July 2013 11:58, Laurentiu Palcu laurentiu.pa...@intel.com wrote: Even though the change you're proposing is OK, involves changing the

[OE-core] Stale contrib branches

2013-07-04 Thread Paul Eggleton
Hi folks, It's that time again - could you please clear out any old already merged contrib branches from openembedded-core-contrib that belong to you (and any of the other contrib repos for that matter). Thanks, Paul -- Paul Eggleton Intel Open Source Technology Centre

Re: [OE-core] [PATCH 01/11] iputils: Upgrade to v20121221

2013-07-04 Thread Khem Raj
On 07/04/2013 07:57 AM, Radu Moisan wrote: Replaced openssl with gnutls in dependency list why is this done ? ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH 1/1] busybox: upgrade to stable 1.21.1

2013-07-04 Thread Saul Wold
On 07/02/2013 07:39 PM, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com Merged or backported patches are dropped. The wget_dl_dir_fix.patch was submitted more than 1 year ago, it's about the -P option behavior, and it's not accepted, so I dropped this patch too. Signed-off-by:

[OE-core] [PATCH v8] systemd: added python-systemd package generation.

2013-07-04 Thread Yevhen Kyriukha
--- meta/recipes-core/systemd/systemd_204.bb | 24 +++- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_204.bb b/meta/recipes-core/systemd/systemd_204.bb index b8b1290..2a6ed0c 100644 ---

[OE-core] [PATCH 2/8] gst-plugins-bad: inherit gsettings

2013-07-04 Thread Martin Jansa
* do_configure fails without native glib-compile-schemas: | checking for glib-compile-schemas... no | configure: error: glib-compile-schemas not found. Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb | 2 +- 1 file changed,

[OE-core] [PATCH 7/8] systemtap: inherit pkgconfig

2013-07-04 Thread Martin Jansa
* systemtap-native was failing with undefined AC_DEFINE configure.ac:56: error: possibly undefined macro: AC_DEFINE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[OE-core] [PATCH 5/8] quota: inherit pkgconfig

2013-07-04 Thread Martin Jansa
* missing dependency on pkgconfig-native was causing that PKG_CHECK_MODULES(DBUS, dbus-1) stayed unexpanded in configure script: checking for ext2fs_initialize in -lext2fs... yes quota/4.01-r1/quota-tools/configure: line 3746: syntax error near unexpected token `DBUS,'

[OE-core] [PATCH 8/8] eglibc-locale: add missing dependency on virtual/${TARGET_PREFIX}binutils

2013-07-04 Thread Martin Jansa
* eglibc-collateral.inc inhibits all default deps, but do_package needs objcopy: ERROR: objcopy failed with exit code 127 (cmd was 'i586-webos-linux-objcopy' --only-keep-debug 'eglibc-locale/2.17-r0/package/usr/lib/gconv/IBM1166.so'

[OE-core] [PATCH 1/8] (lib)telepathy*: add missing dependency on libxslt-native

2013-07-04 Thread Martin Jansa
* do_configure fails without: | configure:13590: error: xsltproc (from the libxslt source package) is required Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb | 2 +-

[OE-core] [PATCH 0/8] Missing deps discovered in per-recipe builds

2013-07-04 Thread Martin Jansa
I was using simple script to build each component alone: #!/bin/bash rm -rf tmp-eglibc/abi_version tmp-eglibc/buildstats tmp-eglibc/cache tmp-eglibc/deploy tmp-eglibc/log tmp-eglibc/pkgdata pseudodone tmp-eglibc/saved_tmpdir tmp-eglibc/sstate-control tmp-eglibc/stamps tmp-eglibc/sysroots

[OE-core] [PATCH 6/8] libpam: inherit pkgconfig

2013-07-04 Thread Martin Jansa
* missing dependency on pkgconfig-native was causing that PKG_CHECK_MODULES(DBUS, dbus-1) stayed unexpanded in configure script: checking for dbm_store in -lndbm... no libpam/1.1.6-r2/Linux-PAM-1.1.6/configure: line 14217: syntax error near unexpected token `libtirpc,'

[OE-core] [PATCH 3/8] gst-plugins-base: add missing dependency on glib-2.0-native

2013-07-04 Thread Martin Jansa
* glib-genmarshal is needed during do_compile: | /bin/bash: line 1: glib-genmarshal: command not found Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH 02/11] busybox: Upgrade to v1.21.0

2013-07-04 Thread ChenQi
Hi Radu, I sent a patch a few days ago, which updates busybox to 1.21.1. 1.21.1 is now available and claimed to be 'stable'. Please have a look at the patch. Any comment or suggestion is welcome. Thanks, Chen Qi On 07/04/2013 10:57 PM, Radu Moisan wrote: Removed obsolete patches Added a few

Re: [OE-core] [PATCH 1/1] busybox: upgrade to stable 1.21.1

2013-07-04 Thread ChenQi
On 07/05/2013 06:59 AM, Saul Wold wrote: On 07/02/2013 07:39 PM, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com Merged or backported patches are dropped. The wget_dl_dir_fix.patch was submitted more than 1 year ago, it's about the -P option behavior, and it's not accepted, so

[OE-core] [PATCH V2 0/1] busybox: upgrade to stable 1.21.1

2013-07-04 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com The following changes since commit 80b263430453896189b704d0997943642eec6fef: classes/insane: remove la2 check which no longer exists from ERROR_QA (2013-06-28 16:33:08 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib

[OE-core] [PATCH V2 1/1] busybox: upgrade to stable 1.21.1

2013-07-04 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Merged or backported patches are dropped. The wget_dl_dir_fix.patch was submitted more than 1 year ago, it's about the -P option behavior, and it's not accepted, so I dropped this patch too. Signed-off-by: Chen Qi qi.c...@windriver.com ---

[OE-core] [PATCH] qt4: add upstream QTBUG-31579 patch to fix polyline drawing regression

2013-07-04 Thread Jonathan Liu
Signed-off-by: Jonathan Liu net...@gmail.com --- meta/recipes-qt/qt4/qt4-4.8.5.inc | 1 + ...-of-0-width-polylines-from-outside-the-de.patch | 148 + 2 files changed, 149 insertions(+) create mode 100644