Re: [OE-core] [PATCH 01/16] libuser: Fix case where ${B} != ${S}

2013-03-22 Thread Khem Raj
On Mar 22, 2013, at 7:58 PM, Khem Raj wrote: > > On Mar 21, 2013, at 9:30 AM, "Burton, Ross" wrote: > >> On 21 March 2013 15:55, Richard Purdie >> wrote: >>> Fix out of tree builds and a parallel make race, see the patch header >>> for details. >> >> As there's no cover letter, I'll reply t

[OE-core] [OE-Core][PATCH] libuser: Use abs_srcdir instead of srcdir

2013-03-22 Thread Khem Raj
srcdir is still relative to pwd. We need to use abs_srcdir to get absolute source directory names Signed-off-by: Khem Raj --- .../libuser/libuser/fixsepbuild.patch | 27 +--- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/meta/recipes-extended/libus

Re: [OE-core] [PATCH 19/22] packagegroup-core-boot: revert to specifying sysvinit as default init manager

2013-03-22 Thread Saul Wold
On 03/22/2013 10:38 AM, Ross Burton wrote: Don't follow DISTRO_FEATURES_INITMAN as that makes the packagegroups rebuild if you switch init manager. This change still seems to include a reference to DISTRO_FEATURES_INITMAN for the systemd-compat-units line, is that correct? ${@base_contains('

Re: [OE-core] [PATCH 01/16] libuser: Fix case where ${B} != ${S}

2013-03-22 Thread Khem Raj
On Mar 21, 2013, at 9:30 AM, "Burton, Ross" wrote: > On 21 March 2013 15:55, Richard Purdie > wrote: >> Fix out of tree builds and a parallel make race, see the patch header >> for details. > > As there's no cover letter, I'll reply to this. From a reading of the > patches (no build testing)

Re: [OE-core] [oe] [PATCH 00/22] hybrid systemd/sysvinit, and systemd fixes

2013-03-22 Thread Martin Jansa
On Fri, Mar 22, 2013 at 05:38:20PM +, Ross Burton wrote: > Hi, > > The following changes since commit 6211a2bdd32f7b2c8de7a5d75353c0522c8d4230: > > scripts/qemu-testlib: Add more debugging information (2013-03-21 17:05:15 > +) > > are available in the git repository at: > > git://g

Re: [OE-core] [PATCH V2 3/4] bluez5: conflicts with bluez4

2013-03-22 Thread Saul Wold
On 03/12/2013 09:42 PM, Burton, Ross wrote: But bluez4 doesn't provide bluez5 and vice versa - the runtime API are different. Is there going to be a v3 version that has RREPLACES since they can not co-exisit, but they also don't PROVIDE. As Ross pointed out in a previous email, the package ma

[OE-core] [PATCH 1/1] archiver: fix srpm archiving build errors

2013-03-22 Thread Kevin Strasser
srpm archiving doesn't need to be handled as a different case when deciding what archive tasks to add. When srpm is selected as the archiving type, the scripts and logs archive staging directory ${WORKDIR}/script-logs is cleaned, and its contents moved out to ${WORKDIR}. Now that we are including

[OE-core] [PATCH 0/1] fix srpm archiving build errors

2013-03-22 Thread Kevin Strasser
The following changes since commit 7846f68537a942d340d5931e23a4fceb84b6edcb: vte: Fix conflict between FILES_${PN}-dbg and FILES_vte-dbg (2013-03-22 17:05:09 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib strassek/archiver http://git.yoctoproject.or

[OE-core] [PATCH 2/2] classes/buildhistory: trim trailing spaces in file listings

2013-03-22 Thread Paul Eggleton
These are mildly annoying when viewing git diffs of the buildhistory repository, so let's just get rid of them. Signed-off-by: Paul Eggleton --- meta/classes/buildhistory.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/buildhistory.bbclass b/meta/clas

[OE-core] [PATCH 0/2] Buildhistory improvements

2013-03-22 Thread Paul Eggleton
(No changes from a few minutes ago, just not erroneously marked as RFC this time.) The following changes since commit 7846f68537a942d340d5931e23a4fceb84b6edcb: vte: Fix conflict between FILES_${PN}-dbg and FILES_vte-dbg (2013-03-22 17:05:09 +) are available in the git repository at: g

[OE-core] [PATCH 1/2] classes/buildhistory: implement history collection for SDKs

2013-03-22 Thread Paul Eggleton
SDKs are constructed in a similar manner to images, and the contents can be influenced by a number of different factors, thus tracking the contents of produced SDKs when buildhistory is enabled can help detect the same kinds of issues as with images. This required adding POPULATE_SDK_POST_HOST_COM

Re: [OE-core] [RFC PATCH 0/2] Buildhistory improvements

2013-03-22 Thread Paul Eggleton
On Friday 22 March 2013 19:47:38 Paul Eggleton wrote: > Please review the following changes for suitability for inclusion. If you > have any objections or suggestions for improvement, please respond to the > patches. If you agree with the changes, please provide your Acked-by. > > The following ch

[OE-core] [RFC PATCH 2/2] classes/buildhistory: trim trailing spaces in file listings

2013-03-22 Thread Paul Eggleton
These are mildly annoying when viewing git diffs of the buildhistory repository, so let's just get rid of them. Signed-off-by: Paul Eggleton --- meta/classes/buildhistory.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/buildhistory.bbclass b/meta/clas

[OE-core] [RFC PATCH 1/2] classes/buildhistory: implement history collection for SDKs

2013-03-22 Thread Paul Eggleton
SDKs are constructed in a similar manner to images, and the contents can be influenced by a number of different factors, thus tracking the contents of produced SDKs when buildhistory is enabled can help detect the same kinds of issues as with images. This required adding POPULATE_SDK_POST_HOST_COM

[OE-core] [RFC PATCH 0/2] Buildhistory improvements

2013-03-22 Thread Paul Eggleton
Please review the following changes for suitability for inclusion. If you have any objections or suggestions for improvement, please respond to the patches. If you agree with the changes, please provide your Acked-by. The following changes since commit 7846f68537a942d340d5931e23a4fceb84b6edcb:

[OE-core] [PATCH] cairo: explicity disable lzo

2013-03-22 Thread Saul Wold
By explicitly disabling the LZO check, we ensure a deterministic build [YOCTO #4076] Signed-off-by: Saul Wold --- meta/recipes-graphics/cairo/cairo.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cair

Re: [OE-core] [PATCH 09/22] update-rcd.bbclass: handle both sysvinit and systemd features being present

2013-03-22 Thread Burton, Ross
On 22 March 2013 19:04, Martin Jansa wrote: > Isn't DISTRO_FEATURES_INITMAN removed later in this series? Yes. I reviewed this series entirely twice and still this slipped through. Consider the chunks mentioning INITMAN gone. Ross ___ Openembedded-c

Re: [OE-core] [PATCH 09/22] update-rcd.bbclass: handle both sysvinit and systemd features being present

2013-03-22 Thread Martin Jansa
On Fri, Mar 22, 2013 at 05:38:29PM +, Ross Burton wrote: > Run the helper if the sysvinit feature is present, or if the systemd feature > is > present but the systemd class hasn't been inherited. We want to run in the > latter case as systemd has sysvinit compatibility, but we don't want to a

[OE-core] [PATCH 19/22] packagegroup-core-boot: revert to specifying sysvinit as default init manager

2013-03-22 Thread Ross Burton
Don't follow DISTRO_FEATURES_INITMAN as that makes the packagegroups rebuild if you switch init manager. As in hybrid situations there's generally a clear primary and minimal init manager choice, so change VIRTUAL-RUNTIME_init_manager to set the primary init manager, and roll your own groups/image

[OE-core] [PATCH 16/22] bitbake.conf: explicitly backfill sysvinit, not DISTRO_FEATURES_INITMAN

2013-03-22 Thread Ross Burton
Reflect reality by backfilling sysvinit support, instead of whatever value was in DISTRO_FEATURES_INITMAN. Signed-off-by: Ross Burton --- meta/conf/bitbake.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 01ebad4..c

[OE-core] [PATCH 15/22] default-distrovars: don't add INITMAN to DISTRO_FEATURES and DISTRO_FEATURES_BACKFILL

2013-03-22 Thread Ross Burton
DISTRO_FEATURES_INITMAN is going away as it's not useful in a hybrid init script environment. Signed-off-by: Ross Burton --- meta/conf/distro/include/default-distrovars.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/default-distrovars.inc b/m

[OE-core] [PATCH 20/22] Revert "base-files: add fstab for systemd based systems"

2013-03-22 Thread Ross Burton
From: Andreas Oberritter For hybrid systemd/sysvinit builds, only one fstab can be used. The default fstab used by sysvinit should work fine with systemd. Since virtually every machine will ship its own fstab in its bsp layer, the bsp layer may decide how to override the fstab based on distro fe

[OE-core] [PATCH 18/22] default-distrovars: remove obsolete DISTRO_FEATURES_INITMAN reference

2013-03-22 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/conf/distro/include/default-distrovars.inc |1 - 1 file changed, 1 deletion(-) diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index eafbcc2..b0586d6 100644 --- a/meta/conf/distro/include/defa

[OE-core] [PATCH 22/22] systemd: recommend systemd-compat-units

2013-03-22 Thread Ross Burton
These are more than useful as they ensure some services are not started twice, and cause the first-boot postinstalls to run. Signed-off-by: Ross Burton --- meta/recipes-core/systemd/systemd_197.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/sy

[OE-core] [PATCH 21/22] systemd-compat-units: disable dbus-1

2013-03-22 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-core/systemd/systemd-compat-units.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb index 19a1ea1..9b4a8a4 100644 --- a/meta/recipes-core/sys

[OE-core] [PATCH 17/22] local.conf.sample.extended: remove obsolete DISTRO_FEATURES_INITMAN reference

2013-03-22 Thread Ross Burton
Signed-off-by: Ross Burton --- meta-yocto/conf/local.conf.sample.extended |4 1 file changed, 4 deletions(-) diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended index 8e5dca5..747636c 100644 --- a/meta-yocto/conf/local.conf.sample.extend

[OE-core] [PATCH 14/22] update-rc.d/systemd: change communication variable name

2013-03-22 Thread Ross Burton
Rename SYSTEMD_BBCLASS_ENABLED to INHIBIT_UPDATERCD_BBCLASS to reflect the action, for clarity. Signed-off-by: Ross Burton --- meta/classes/systemd.bbclass | 11 +++ meta/classes/update-rc.d.bbclass |8 +++- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/me

[OE-core] [PATCH 13/22] systemd: add udev init script for hybrid sysvinit/systemd usage

2013-03-22 Thread Ross Burton
With both sysvinit and systemd features it's possible to use systemd's udev with sysvinit, so add the required init script. Signed-off-by: Ross Burton --- meta/recipes-core/systemd/systemd/init | 101 ++ meta/recipes-core/systemd/systemd_197.bb | 13 +++- 2 files

[OE-core] [PATCH 10/22] util-linux: split uuidd into it's own package, and enable for systemd

2013-03-22 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-core/util-linux/util-linux.inc | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index 41a5471..46daab7 100644 --- a/meta/recipes-

[OE-core] [PATCH 12/22] systemd: check for systemctl first, and don't force systemd to be installed.

2013-03-22 Thread Ross Burton
With both sysvinit and systemd features enabled these postinsts may actually run on a target without systemd, so check that systemctl is present before using it. Signed-off-by: Ross Burton --- meta/classes/systemd.bbclass | 27 +++ 1 file changed, 11 insertions(+), 16 d

[OE-core] [PATCH 11/22] update-rcd: drop depends to recommends, check for update-rcd in scripts

2013-03-22 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/classes/update-rc.d.bbclass | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/meta/classes/update-rc.d.bbclass b/meta/classes/update-rc.d.bbclass index 06b91c1..0997702 100644 --- a/meta/classes/update-rc.d.bbclass +++ b/met

[OE-core] [PATCH 05/22] core-image-minimal-initramfs: don't install busybox-syslog

2013-03-22 Thread Ross Burton
This uses BAD_RECOMMENDATIONS which isn't supported by all package backends, but it's a start. Signed-off-by: Ross Burton --- meta/recipes-core/images/core-image-minimal-initramfs.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/images/core-image-minimal-initramfs.bb

[OE-core] [PATCH 09/22] update-rcd.bbclass: handle both sysvinit and systemd features being present

2013-03-22 Thread Ross Burton
Run the helper if the sysvinit feature is present, or if the systemd feature is present but the systemd class hasn't been inherited. We want to run in the latter case as systemd has sysvinit compatibility, but we don't want to always run so that pure systemd images don't have redundant sysvinit fi

[OE-core] [PATCH 08/22] default-providers: change udev selection logic

2013-03-22 Thread Ross Burton
Change the logic so that the udev provider is the standalone udev, unless the systemd DISTRO_FEATURE is set. The previous logic was designed to fail if both sysvinit and systemd were enabled, which we're supporting now. Signed-off-by: Ross Burton --- meta/conf/distro/include/default-providers.i

[OE-core] [PATCH 06/22] systemd: don't depend on the PCI/USB databases

2013-03-22 Thread Ross Burton
systemd ships its own databases (hwdb), so we don't need another copy. --with-pci-ids isn't recognised by configure, so remove it. Signed-off-by: Ross Burton --- meta/recipes-core/systemd/systemd_197.bb |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-core/sy

[OE-core] [PATCH 07/22] systemd: split out the hwdb data

2013-03-22 Thread Ross Burton
The hardware databases are not essential and also quite large, so split them out into udev-hwdb. Signed-off-by: Ross Burton --- meta/recipes-core/systemd/systemd_197.bb | 22 +++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/systemd/systemd

[OE-core] [PATCH 03/22] systemd: make xz support (compressed journal) optional, defaulting to on.

2013-03-22 Thread Ross Burton
Compressed journals means using liblzma, sf the journal isn't going to be used this can be disabled. Signed-off-by: Ross Burton --- meta/recipes-core/systemd/systemd_197.bb |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_197.bb b/me

[OE-core] [PATCH 04/22] systemd: merge udev-systemd into udev

2013-03-22 Thread Ross Burton
Merge the contents of udev-systemd, which is just the service files, into udev itself. This split wasn't intended to ever happen in oe-core. Signed-off-by: Ross Burton --- meta/recipes-core/systemd/systemd_197.bb |9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/me

[OE-core] [PATCH 02/22] busybox: add strictatime support to mount

2013-03-22 Thread Ross Burton
systemd uses strictatime when mounting tmpfs. Luckily this is already supported upstream, so backport the patch from git. Signed-off-by: Ross Burton --- .../busybox/busybox-1.20.2/strict-atime.patch | 49 meta/recipes-core/busybox/busybox_1.20.2.bb|3 +-

[OE-core] [PATCH 01/22] busybox: enable systemd integration for syslogd

2013-03-22 Thread Ross Burton
From: Radu Moisan Signed-off-by: Radu Moisan Signed-off-by: Andreas Müller Signed-off-by: Khem Raj Signed-off-by: Koen Kooi Signed-off-by: Ross Burton --- meta/recipes-core/busybox/busybox.inc| 18 -- meta/recipes-core/busybox/busybox_1.20.2.bb |

[OE-core] [PATCH 00/22] hybrid systemd/sysvinit, and systemd fixes

2013-03-22 Thread Ross Burton
Hi, This series changes the package groups and distro feature setup to allow simultaneous use of sysvinit and systemd, with a number of fixes that were discovered on the way. As before there are sysvinit and systemd DISTRO_FEATURES. These are not mutually exclusive, and sysvinit is backfilled fo

Re: [OE-core] [oe-core v2] rpm: split out run-postinsts

2013-03-22 Thread Mark Hatle
On 3/22/13 11:29 AM, Richard Purdie wrote: On Thu, 2013-03-21 at 10:05 +0800, Zhenhua Luo wrote: Split out run-postinsts script into separated package, sometimes only the postinsts script is required to run all postinsts scripts in /etc/rpm-postinsts/ instead of the whole rpm package. Signed-

Re: [OE-core] [oe-core] rpm: fix probably redundant RPATH issue

2013-03-22 Thread Richard Purdie
On Thu, 2013-03-21 at 12:29 +, Luo Zhenhua-B19537 wrote: > The issue can be reproduced with FSL toolchain which has not been published > yet. > > I am not sure if the issue can be reproduced with Yocto default toolchain. I'm going to guess that you have "lib/../lib" entries in some of your

Re: [OE-core] [oe-core v2] rpm: split out run-postinsts

2013-03-22 Thread Richard Purdie
On Thu, 2013-03-21 at 10:05 +0800, Zhenhua Luo wrote: > Split out run-postinsts script into separated package, sometimes only the > postinsts script is required to run all postinsts scripts in > /etc/rpm-postinsts/ instead of the whole rpm package. > > Signed-off-by: Zhenhua Luo > --- > meta/r

Re: [OE-core] [PATCH] dbus: remove uneeded RDEPENDS on ptest

2013-03-22 Thread Richard Purdie
On Thu, 2013-03-21 at 16:39 -0700, Saul Wold wrote: > This solves a multiple provider issue along with a build failure with ptest > enabled > > Signed-off-by: Saul Wold > --- > meta/recipes-core/dbus/dbus.inc | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/meta/recipes-core/dbus/dbus

[OE-core] [PATCH] coreutils: disable ACL as we do not depend on it

2013-03-22 Thread Marcin Juszkiewicz
Coreutils does not depend on ACL but also does not disable it. Effect is that from time to time I have a copy in sstate-cache which got built with ACL and then I have problem while building images or sdk: | Collected errors: | * satisfy_dependencies_for: Cannot satisfy the following dependencies

[OE-core] adding a recipe to oe bitbake

2013-03-22 Thread David Hirst
Hi, I have been struggling with a oe/bitbake issue. I wanted to add an other .bb to the image file. I have tried multiple ways but always end up at the same spot. I have created a new task-XXX.bb file which includes my bb I edited the -rootfs-image.bb to include the task-XXX.bb. Once built

Re: [OE-core] [PATCH] ptest bugfix: Make all ptest files go into -ptest package

2013-03-22 Thread Björn Stenberg
Björn Stenberg wrote: > Move ${PN}-ptest to start of PACKAGES to ensure all ptest files are > packaged in the -ptest package. > > Add QA exclusions to insane.bbclass to ensure -ptest packages can contain > any files they need. > > This patch fixes bug #4069. > > Signed-off-by: Björn Stenberg >

Re: [OE-core] [PATCH] coreutils: disable ACL as we do not depend on it

2013-03-22 Thread Richard Purdie
On Fri, 2013-03-22 at 14:53 +0100, Marcin Juszkiewicz wrote: > Coreutils does not depend on ACL but also does not disable it. Effect is > that from time to time I have a copy in sstate-cache which got built > with ACL and then I have problem while building images or sdk: > > | Collected errors: >

Re: [OE-core] [PATCH] coreutils: disable ACL as we do not depend on it

2013-03-22 Thread Paul Eggleton
On Friday 22 March 2013 13:58:35 Paul Eggleton wrote: > On Friday 22 March 2013 14:53:43 Marcin Juszkiewicz wrote: > > Coreutils does not depend on ACL but also does not disable it. Effect is > > that from time to time I have a copy in sstate-cache which got built > > > > with ACL and then I have

Re: [OE-core] [PATCH] coreutils: disable ACL as we do not depend on it

2013-03-22 Thread Paul Eggleton
On Friday 22 March 2013 14:53:43 Marcin Juszkiewicz wrote: > Coreutils does not depend on ACL but also does not disable it. Effect is > that from time to time I have a copy in sstate-cache which got built > > with ACL and then I have problem while building images or sdk: > | Collected errors: > |

[OE-core] [PATCH] coreutils: disable ACL as we do not depend on it

2013-03-22 Thread Marcin Juszkiewicz
Coreutils does not depend on ACL but also does not disable it. Effect is that from time to time I have a copy in sstate-cache which got built with ACL and then I have problem while building images or sdk: | Collected errors: | * satisfy_dependencies_for: Cannot satisfy the following dependencies

[OE-core] [PATCH v2] linux-firmware: Package Broadcom firmwares

2013-03-22 Thread Otavio Salvador
Adds specific packages for bcm4329, bcm4330 and bcm4334, including handling of symbolic link for the needed firmware filename. Signed-off-by: Otavio Salvador --- Changes for v2: - Fix shortlog typo .../linux-firmware/linux-firmware_git.bb | 39 -- 1 file changed, 3

Re: [OE-core] [PATCH] util-linux: Use u-a for getopt

2013-03-22 Thread Martin Jansa
On Fri, Mar 22, 2013 at 12:51:42PM +0100, Bernhard Reutner-Fischer wrote: > On 22 March 2013 10:15, Martin Jansa wrote: > > On Fri, Mar 22, 2013 at 09:08:34AM +0100, Bernhard Reutner-Fischer wrote: > >> On 20 March 2013 16:09:10 Martin Jansa wrote: > >> > * when enable busybox installs getopt to

Re: [OE-core] [PATCH] util-linux: Use u-a for getopt

2013-03-22 Thread Bernhard Reutner-Fischer
On 22 March 2013 10:15, Martin Jansa wrote: > On Fri, Mar 22, 2013 at 09:08:34AM +0100, Bernhard Reutner-Fischer wrote: >> On 20 March 2013 16:09:10 Martin Jansa wrote: >> > * when enable busybox installs getopt to ${base_bindir} and >> > util-linux to ${bindir}, so there is no file conflict, b

Re: [OE-core] [oe-commits] MiLo : util-linux: Add package for libmount

2013-03-22 Thread Martin Jansa
On Wed, Mar 06, 2013 at 09:08:30AM +0100, Mike Looijmans wrote: > On 03/06/2013 07:23 AM, Martin Jansa wrote: > > On Thu, Feb 28, 2013 at 11:15:51PM +, g...@git.openembedded.org wrote: > >> Module: openembedded-core.git > >> Branch: master > >> Commit: 2e79110e31da940728d42411cad3d019d570fc31 >

Re: [OE-core] [oe-commits] Cristian Iorga : connman: upgrade to 1.12

2013-03-22 Thread Iorga, Cristian
Hi Martin, I will submit a patch on Monday. Regards, Cristian -Original Message- From: Martin Jansa [mailto:martin.ja...@gmail.com] Sent: Friday, March 22, 2013 11:47 AM To: openembedded-core@lists.openembedded.org; Iorga, Cristian Cc: openembedded-comm...@lists.openembedded.org Subject:

Re: [OE-core] [oe-commits] Cristian Iorga : connman: upgrade to 1.12

2013-03-22 Thread Martin Jansa
On Thu, Mar 07, 2013 at 02:13:01PM +0100, Martin Jansa wrote: > On Thu, Mar 07, 2013 at 11:14:08AM +, g...@git.openembedded.org wrote: > > Module: openembedded-core.git > > Branch: master > > Commit: bd94ab11bbb6501013ed27ecb22685664816986c > > URL: > > http://git.openembedded.org/?p=openem

[OE-core] [PATCH] polkit: remove

2013-03-22 Thread Ross Burton
Previous commits have meant that PolicyKit isn't used by default anymore, so remove this now that it's been integrated into meta-gnome. Rationales for this move inludes that PolicyKit isn't "core" for embedded systems, and future versions require the SpiderMonkey JavaScript runtime. Signed-off-by

Re: [OE-core] [PATCH] util-linux: Use u-a for getopt

2013-03-22 Thread Martin Jansa
On Fri, Mar 22, 2013 at 09:08:34AM +0100, Bernhard Reutner-Fischer wrote: > On 20 March 2013 16:09:10 Martin Jansa wrote: > > * when enable busybox installs getopt to ${base_bindir} and > > util-linux to ${bindir}, so there is no file conflict, but > > because busybox implementation does not s

[OE-core] [PATCH] distrodata.bbclass: added some more git processing

2013-03-22 Thread Emilia Ciobanu
* Truncated all git MD5 sums to 7 digits * Added regex checking for git packages as well Signed-off-by: Emilia Ciobanu --- meta/classes/distrodata.bbclass | 32 +++- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/meta/classes/distroda

[OE-core] [PATCH v2 2/2] connman-conf: Avoid appending IPv4 address

2013-03-22 Thread Jukka Rissanen
If run more than once, the IP addresses would be appended to IPv4 variable. Avoid that by rewriting the IPv4 always. --- meta/recipes-connectivity/connman/connman-conf/qemuall/wired-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/connman/connman-

[OE-core] [PATCH v2 1/2] connman-conf: Move the setup script into /usr/lib/connman

2013-03-22 Thread Jukka Rissanen
The /etc/connman is not suitable for the setup script. There are other connman related scripts in /usr/lib/connman so moving the wired setup script there. --- meta/recipes-connectivity/connman/connman-conf.bb | 8 +--- meta/recipes-connectivity/connman/connman/connman | 4 ++-- 2 files changed

[OE-core] [PATCH v2 0/2] connman-conf fixes

2013-03-22 Thread Jukka Rissanen
Hi, noticed some issues with connman-conf that is used to setup the ethernet in qemu image. v2: - change the location of wired-setup in connman init.d script Cheers, Jukka Jukka Rissanen (2): connman-conf: Move the setup script into /usr/lib/connman connman-conf: Avoid appending IPv4 addre

Re: [OE-core] [PATCH] util-linux: Use u-a for getopt

2013-03-22 Thread Bernhard Reutner-Fischer
On 20 March 2013 16:09:10 Martin Jansa wrote: * when enable busybox installs getopt to ${base_bindir} and util-linux to ${bindir}, so there is no file conflict, but because busybox implementation does not support --long used Do you mean that Busybox' getopt does not support long options? I