[OE-core] [PATCH 1/1] image.bbclass: add a method to add/delete/modify user/group settings

2013-07-04 Thread Qi.Chen
From: Chen Qi We may want to add a user or group which does not logically belong to any specific package. For example, we may want to add a user with the name 'tester' to our image. Besides, we may want to delete or modify user/group in our image. This patch adds a variable, USER_GROUP_SETTINGS,

[OE-core] [PATCH 0/1] image.bbclass: add a method for image level user/group configuration

2013-07-04 Thread Qi.Chen
From: Chen Qi 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 ChenQi/user_group_setti

[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 --- 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 meta/recipes-qt/qt4/qt4-4.8.5/0022-Fix-drawing-of-0-width-polylines-f

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

2013-07-04 Thread Qi.Chen
From: Chen Qi 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 ChenQi/busybox-upgrade-

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

2013-07-04 Thread Qi.Chen
From: Chen Qi 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 --- .../busybox/busybox-1.20.2/B921600.patch | 24

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 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

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 f

[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,' libpam/1.1.6-r2/L

[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 --- meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/gstre

[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 tmp-e

[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 --- meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb | 2 +- 1 file changed, 1 insertion(+), 1 delet

[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 --- meta/recipes-kernel/systemtap/sy

[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,' quota/4.01-r1/quot

[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 --- meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb | 2 +- meta/recipes-connectivity/telepathy/telepathy-glib_0.20.1.bb |

[OE-core] [PATCH 4/8] taglib: add missing dependency on zlib

2013-07-04 Thread Martin Jansa
* without target zlib it tries to use native one: | /OE/sysroots/x86_64-linux/usr/lib/libz.so: could not read symbols: File in wrong format | collect2: error: ld returned 1 exit status | make[2]: *** [taglib/libtag.so.1.12.0] Error 1 Signed-off-by: Martin Jansa --- meta/recipes-support/tagli

[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' 'eglibc-locale/2.17-r0/package/usr/lib/gconv/.debug/IBM1

[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 --- a/meta/recipes-core/systemd/systemd_20

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 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 --- .../po

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

2013-07-04 Thread Saul Wold
On 07/04/2013 08:13 AM, Radu Moisan wrote: 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 Did you see Qi Chen's patch to update to 1.21.1? Sau! Signed-

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

[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 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 wrote: > > Even though the change you're proposing is OK, involves changing the > > desktop file to

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

2013-07-04 Thread Saul Wold
On 07/04/2013 09:11 AM, Burton, Ross wrote: On 4 July 2013 16:13, Radu Moisan 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. Typically we keep th

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

2013-07-04 Thread Burton, Ross
On 3 July 2013 07:53, Yi Qingliang 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: > /lib/systemd/system/dbus.socket > Found libr

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 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 binary, which contain

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

2013-07-04 Thread Burton, Ross
On 4 July 2013 16:13, Radu Moisan wrote: > -DEPENDS = "openssl docbook-utils-native sgmlspl-native" > +DEPENDS = "gnutls docbook-utils-native sgmlspl-native" Please say why this change is happening. Also is there a configure option to force the use of gnutls over openssl, or what happens if open

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

2013-07-04 Thread Burton, Ross
On 4 July 2013 16:13, Radu Moisan 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 ___ Openembedded-c

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 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 > do_install(). Compared

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 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 you're worried about? 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 --- meta/recipes-graphics/pango/pango.inc |2 +- 1 file changed, 1 insertion(+), 1 de

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 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 line different from

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] lighttp

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

2013-07-04 Thread Shakeel, Muhammad
From: Muhammad Shakeel - Remove dependency on systemd layer - Use lighttpd service type 'simple' rather than 'oneshot' Signed-off-by: Muhammad Shakeel --- .../lighttpd/files/lighttpd.service| 12 meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb | 11 +

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

2013-07-04 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../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 b/meta/recipes-bsp/

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

2013-07-04 Thread Radu Moisan
License files chenged but not the license type Signed-off-by: Radu Moisan --- 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(-) delete mode 100644 met

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

2013-07-04 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../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 b/meta/recipes-support/apr/ap

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

2013-07-04 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../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 => diffutils_3.3.bb}

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

2013-07-04 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../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 a/meta/recipes-support/apr/apr-util_1.5.1.bb b/meta/recipes

[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 busybox-1.21.0-

[OE-core] [PATCH 02/10] 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 --- .../busybox/busybox-1.20.2/B921600.patch | 24 - .../busybox-1.20.2/

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

2013-07-04 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../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 a/meta/recipes-graphics/xorg-lib/libdmx_1.1.2.bb b/meta/re

[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 --- .../rxvt.desktop

[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 --- .../files/debian/add-icmp-return-codes.diff| 43 .../iputils/files/debian/fix-arping-timeouts.diff | 26 .../files/debian/fix-dead-host-ping-stat

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

2013-07-04 Thread Cristian Iorga
Signed-off-by: Cristian Iorga --- .../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 a/meta/recipes-core/glib-2.0/glib-2.0_

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 wrote: > Signed-off-by: Radu Moisan > --- > .../atk/{atk_2.8.0.bb => atk_2.9.3.bb} |4 ++-- NAK, ATK is GNOMEy, so this is a development release. Ross ___ Openembedded-core mailing list Openembedded-co

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 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 sed in do_install. Ros

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

2013-07-04 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../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 b/meta/recipes-support/apr/ap

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

2013-07-04 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../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 a/meta/recipes-support/apr/apr-util_1.5.1.bb b/meta/recipes

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

2013-07-04 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../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 a/meta/recipes-graphics/xorg-lib/libdmx_1.1.2.bb b/meta/re

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

2013-07-04 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../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 => diffutils_3.3.bb}

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

2013-07-04 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../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 b/meta/recipes-bsp/

[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 --- .../files/debian/add-icmp-return-codes.diff| 43 .../iputils/files/debian/fix-arping-timeouts.diff | 26 .../files/debian/fix-dead-host-ping-stat

[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 --- .../rxvt.desktop

[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 --- .../busybox/busybox-1.20.2/B921600.patch | 24 - .../busybox-1.20.2/

[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 --- 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(-) delete mode 100644 met

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

2013-07-04 Thread Radu Moisan
Signed-off-by: Radu Moisan --- .../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 b/meta/recipes-support/atk/atk_

[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 busybox-1.21.0-

[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 --- meta/classes/gtk-doc.bbclass |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

[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 --- meta/recipes-core/libxml/libxml2.inc | 14 +- meta/recipes-core/libxml/libxml2/run-ptest |3 + meta/recipes-core/libxml/libxml2/runtest.patch | 820 meta/recipes-core/

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

2013-07-04 Thread Otavio Salvador
On Thu, Jul 4, 2013 at 10:20 AM, Paul Eggleton wrote: > On Thursday 04 July 2013 10:10:52 Otavio Salvador wrote: >> On Wed, Jul 3, 2013 at 2:04 PM, Paul Eggleton >> >> wrote: >> > We don't want this enabled just because we have EGL and OpenGL ES 2.0 >> > enabled. >> > >> > Signed-off-by: Paul Egg

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 wrote: > On 3 July 2013 23:26, Saul Wold 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 >> --- >> met

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 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 Wold Please make

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 > > wrote: > > We don't want this enabled just because we have EGL and OpenGL ES 2.0 > > enabled. > > > > Signed-off-by: Paul Eggleton > > Agreed; maybe this could be considered for dylan a

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 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 ones. The current ap

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

2013-07-04 Thread Otavio Salvador
On Wed, Jul 3, 2013 at 2:04 PM, Paul Eggleton wrote: > We don't want this enabled just because we have EGL and OpenGL ES 2.0 > enabled. > > Signed-off-by: Paul Eggleton Agreed; maybe this could be considered for dylan as well? -- Otavio Salvador O.S. Systems http://w

[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 htt

[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 --- meta/classes/populate_sdk_base.bbclass |2

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 wrote: >> +USERADD_PARAM_${PN} = "--create-home \ >> + --groups video,tty,audio,input,shutdown \ >> + --user-group xuser" > > I'm not liking the name "xuser" but unless someo

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 > --- > .../user-creation/xuser-account_0.1.bb | 27 > > 1 file changed, 27 insertions(+) > create mode 100644 meta/recipes-support/user-creation/xuser-account_0.

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 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 right now we can chang

[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 --- meta/

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

2013-07-04 Thread Burton, Ross
On 4 July 2013 09:54, Tomas Frydrych 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, please; the current situa

[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 norm

[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 --- .../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 b/meta/recipes-graphics/x11-common/xserver-nodm-init.bb

[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 --- .../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 a/meta/recipes-support/user-creation/xuser-account_0.1.bb b/

[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 --- 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 index e6584ff..6b5ea0b 10

[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 --- .../shutdown-desktop/shutdown-desktop.bb |2 ++ 1 file changed, 2 insertions(+) diff -

[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 'xuser-a

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 wrote: > Signed-off-by: Saul Wold > --- > .../resolvconf/{resolvconf_1.72.bb => resolvconf_1.73.bb} | 4 > ++-- Typo in commit message. Ross ___ Openembedded-core mailing list Openembedded-core@lists.openem

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 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 > --- > meta/recipes-extended/packagegroups/packagegroup-core-basic.bb |

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 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 --disable-chfn-

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 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 problem, which is that you

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

2013-07-04 Thread jackie.huang
From: Jackie Huang 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 jhuang0/r_bbappend_udev-initscripts_dmesg_0704

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

2013-07-04 Thread jackie.huang
From: Jackie Huang 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 Signed-off-by: Jackie Huang --- .../initscripts/initscripts-1.0/dmesg.sh

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

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

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

2013-07-04 Thread jackie.huang
From: Jackie Huang /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 'localhost' when the /etc/h

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

2013-07-04 Thread Bernhard . Guillon
From: Bernhard Guillon 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: find: `$OECORE_NATIVE_SYSRO

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 > > /srv/ssd/sgw/builds/world/tmp/work/qemux86_64-poky-linux/core-image-sato/1

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 dec

[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 /home/andreas/tmp/oe-core-eglibc/work/overo-angstrom-linux-gnueabi/xfce4-dev-image/1.0-r0/rootfs/usr/src/debug/libgcc/4.8.1-r0/gcc-4.8.1/build.arm-angstrom-linux-gnuea

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 > > --- > > meta/cl

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 sstate-

[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:

[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 --- scripts/runqem

[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 scr

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

[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 --- .../acinclude.m4 |0 .../fallocate.patch|0 .../mkdir.patch|0 .../remove.ldconfig.call.patch |0