Re: [OE-core] [oe-core][PATCH 1/1] create-pull-request: allow '+' in git PROTO_RE, ie for 'git+ssh://'

2011-06-02 Thread Darren Hart
On 06/02/2011 11:03 PM, Martin Jansa wrote: > On Thu, Jun 02, 2011 at 10:38:11PM -0700, Darren Hart wrote: >> Hi Martin, > > Hi Darren, > >> No objection if this is a valid URL. I didn't include this because 1) I >> didn't know about it and 2) it isn't listed in the git pull man page, >> which

[OE-core] [PATCH 1/1] eglibc: migrate configurability from oe

2011-06-02 Thread Kang Kai
From: Kang Kai Migrate configurability from oe, try to shrink minimal image size The switch is in local.conf.sample, uncomment the line DISTRO_FEATURES_EGLIBC = "" and write what options you want to enable. If want to disable locale-code charsets or locales, you have to uncomment PACKAGE_NO_GCO

[OE-core] [PATCH 0/1] eglibc: enable eglibc configurability V2

2011-06-02 Thread Kang Kai
From: Kang Kai Hi Saul, I update the patch that move "DISTRO_FEATURES_EGLIBC ??=" to eglibc.inc Migrate configurability from oe, try to shrink minimal image size The switch is in local.conf.sample, uncomment the line DISTRO_FEATURES_EGLIBC = "" and write what options you want to enable. If wa

Re: [OE-core] [PATCH 1/3] busybox: enable mdev by default

2011-06-02 Thread Koen Kooi
Op 3 jun 2011, om 03:06 heeft Khem Raj het volgende geschreven: > On Thursday, June 02, 2011 09:37:41 AM Richard Purdie wrote: >> On Wed, 2011-06-01 at 20:40 +, Otavio Salvador wrote: >>> On Wed, Jun 1, 2011 at 20:37, Phil Blundell wrote: On Wed, 2011-06-01 at 20:09 +, Otavio Salvad

Re: [OE-core] [oe-core][PATCH 1/1] create-pull-request: allow '+' in git PROTO_RE, ie for 'git+ssh://'

2011-06-02 Thread Martin Jansa
On Thu, Jun 02, 2011 at 10:38:11PM -0700, Darren Hart wrote: > Hi Martin, Hi Darren, > No objection if this is a valid URL. I didn't include this because 1) I > didn't know about it and 2) it isn't listed in the git pull man page, > which is what I developed to. Is git+ssh... equivalent to ssh://

Re: [OE-core] Tell me your build error message annoyances!

2011-06-02 Thread Darren Hart
On 05/31/2011 03:26 PM, Scott Garman wrote: > Hey folks, > > I'd like to collect some feedback on error messages while building that > you find confusing/annoying/unhelpful. I'm going to be working on trying > to improve the situation and would like to hear from you about what > could be more

Re: [OE-core] [PATCH] base.bbclass: add cleansstate task between clean and cleanall

2011-06-02 Thread Darren Hart
On 06/02/2011 11:56 AM, Martin Jansa wrote: > * sometimes it's usefull to remove only sstate cache and keep downloaded > sources for rebuild > > Signed-off-by: Martin Jansa > --- > meta/classes/base.bbclass |7 +-- > 1 files changed, 5 insertions(+), 2 deletions(-) > > diff --git a/m

Re: [OE-core] [oe-core][PATCH 1/1] create-pull-request: allow '+' in git PROTO_RE, ie for 'git+ssh://'

2011-06-02 Thread Darren Hart
Hi Martin, No objection if this is a valid URL. I didn't include this because 1) I didn't know about it and 2) it isn't listed in the git pull man page, which is what I developed to. Is git+ssh... equivalent to ssh:// ? As a minor nit, please include a body message for anything more complicated t

Re: [OE-core] [PATCH 1/1] eglibc: migrate configurability from oe

2011-06-02 Thread Kang Kai
Hi Saul & Koen, On 06/02/2011 02:41 AM, Kang Kai wrote: From: Kang Kai Migrate configurability from oe, try to shrink minimal image size The switch is in local.conf.sample, uncomment the line DISTRO_FEATURES_EGLIBC = "" and write what options you want to enable. If want to disable locale-cod

[OE-core] [PATCH 0/1] eglibc: enable eglibc configurability

2011-06-02 Thread Kang Kai
From: Kang Kai Migrate configurability from oe, try to shrink minimal image size The switch is in local.conf.sample, uncomment the line DISTRO_FEATURES_EGLIBC = "" and write what options you want to enable. If want to disable locale-code charsets or locales, you have to uncomment PACKAGE_NO_GCO

[OE-core] [PATCH 1/1] eglibc: migrate configurability from oe

2011-06-02 Thread Kang Kai
From: Kang Kai Migrate configurability from oe, try to shrink minimal image size The switch is in local.conf.sample, uncomment the line DISTRO_FEATURES_EGLIBC = "" and write what options you want to enable. If want to disable locale-code charsets or locales, you have to uncomment PACKAGE_NO_GCO

Re: [OE-core] [PATCH 1/1] eglibc: migrate configurability from oe

2011-06-02 Thread Saul Wold
On 06/02/2011 02:41 AM, Kang Kai wrote: From: Kang Kai Migrate configurability from oe, try to shrink minimal image size The switch is in local.conf.sample, uncomment the line DISTRO_FEATURES_EGLIBC = "" and write what options you want to enable. If want to disable locale-code charsets or loca

Re: [OE-core] [PATCH 1/3] busybox: enable mdev by default

2011-06-02 Thread Khem Raj
On Thursday, June 02, 2011 09:37:41 AM Richard Purdie wrote: > On Wed, 2011-06-01 at 20:40 +, Otavio Salvador wrote: > > On Wed, Jun 1, 2011 at 20:37, Phil Blundell wrote: > > > On Wed, 2011-06-01 at 20:09 +, Otavio Salvador wrote: > > >> -# CONFIG_MDEV is not set > > >> +CONFIG_MDEV=y > >

Re: [OE-core] [PATCH 1/4] xf86-driver-common.inc: remove .la files to avoid unpackaged warning

2011-06-02 Thread Saul Wold
On 06/02/2011 12:25 PM, Otavio Salvador wrote: Signed-off-by: Otavio Salvador --- .../xorg-driver/xf86-driver-common.inc |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/xorg-driver/xf86-driver-common.inc b/meta/recipes-graphics/x

Re: [OE-core] [PATCH] libc-package: fix typo causing annoying diagnostic

2011-06-02 Thread Saul Wold
On 06/02/2011 05:12 AM, Phil Blundell wrote: We don't package /etc/rpc and do_install() makes some effort to remove that file so as to avoid the "installed but not shipped" diagnostic. But, due to a typo in the command line, the file wasn't actually being removed and the diagnostic continued to

Re: [OE-core] [PATCH v2] avahi: enable service when using systemd

2011-06-02 Thread Saul Wold
On 06/01/2011 07:27 AM, Koen Kooi wrote: Signed-off-by: Koen Kooi --- meta/recipes-connectivity/avahi/avahi.inc | 18 ++ meta/recipes-connectivity/avahi/avahi_0.6.30.bb |2 +- 2 files changed, 19 insertions(+), 1 deletions(-) diff --git a/meta/recipes-connectivity

Re: [OE-core] [PATCH] shadow: remove selinux entry from pam.d/login

2011-06-02 Thread Saul Wold
On 05/31/2011 11:33 AM, Koen Kooi wrote: SElinux has been disabled in the recipe, leading to messages like this: [ 167.643218] login[312]: PAM unable to dlopen(/lib/security/pam_selinux.so): /lib/security/pam_selinux.so: cannot open shared object file: No such file or directory [ 167.670837]

Re: [OE-core] [PATCH v3] rootfs_ipk: delete opkg metadata if package management not required and all packages are configured

2011-06-02 Thread Saul Wold
On 06/01/2011 03:41 AM, Phil Blundell wrote: If all the postinsts were successfully run in offline mode, and package-management hasn't been requested as an IMAGE_FEATURE, the opkg metadata is now redundant and can safely be deleted. Also, the update-rc.d and base-passwd packages can be removed s

Re: [OE-core] [PATCH] avahi: enable service when using systemd

2011-06-02 Thread Saul Wold
On 06/01/2011 07:22 AM, Koen Kooi wrote: Signed-off-by: Koen Kooi --- meta/recipes-connectivity/avahi/avahi.inc | 20 +++- meta/recipes-connectivity/avahi/avahi_0.6.30.bb |2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivi

Re: [OE-core] [PATCH] u-boot: package up u-boot.bin for field upgrades

2011-06-02 Thread Saul Wold
On 05/30/2011 05:01 AM, Koen Kooi wrote: Signed-off-by: Koen Kooi --- meta/recipes-bsp/uboot/u-boot.inc| 11 +++ meta/recipes-bsp/uboot/u-boot_2011.03.bb |2 +- 2 files changed, 12 insertions(+), 1 deletions(-) diff --git a/meta/recipes-bsp/uboot/u-boot.inc b/meta/reci

Re: [OE-core] [PATCH] binconfig: improve handling of empty prefixes

2011-06-02 Thread Saul Wold
On 05/31/2011 09:06 AM, Phil Blundell wrote: This is a backport of 952e5e2b7a5c1deefc939594d40b81a71fb16a54 from oe master. Without this the script mangling goes very wrong if ${prefix}="". There isn't really any way to fix this in the completely general case, but this patch does work with the

Re: [OE-core] [oe-core][PATCH 0/1] Small create-pull-request fix

2011-06-02 Thread Saul Wold
On 05/31/2011 08:48 AM, Martin Jansa wrote: The following changes since commit 26e5e5feb695864b11e47e24017e254c28f14494: Improve handling of 'all' architecture recipes and their interaction with sstate (2011-05-31 12:56:38 +0100) are available in the git repository at: git://git.openembe

Re: [OE-core] [PATCH v2] busybox: sync do_install() with oe master (mostly)

2011-06-02 Thread Saul Wold
On 05/26/2011 03:08 AM, Phil Blundell wrote: This is basically a backport of the current state of the art from the openembedded master repo. In particular this fixes an installation error on micro: | + cp -dPr /home/pb/oe/build-meta/tmp-eglibc/work/i586-oe-linux/busybox-1.18.4-r1.2/image/bin

Re: [OE-core] [PATCH] dbus 1.4.1: disable sysv script properly when using systemd

2011-06-02 Thread Saul Wold
On 05/31/2011 01:27 AM, Koen Kooi wrote: OE-core uses 'dbus-1' as initscript name, which no other distribution(-buildsys) does, so we have to take special measures. Signed-off-by: Koen Kooi --- meta/recipes-core/dbus/dbus.inc |4 meta/recipes-core/dbus/dbus_1.4.1.bb |2 +-

[OE-core] [PATCH 6/7] bitbake.conf: set PSEUDO_PASSWD within FAKEROOTENV

2011-06-02 Thread Scott Garman
PSEUDO_PASSWD needs to point to the directory where passwd and group files are kept. This will allow pseudo to use those users and groups to change file ownership. Signed-off-by: Scott Garman --- meta/conf/bitbake.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/met

[OE-core] [PATCH 2/7] shadow: add a -native recipe with customized utilities

2011-06-02 Thread Scott Garman
This adds a -native recipe for the shadow utilities. The custom --root option allows the the following utilities to be run within a chroot when invoked under pseudo: * useradd * groupadd * usermod * groupmod * userdel * groupdel * passwd * gpasswd * pwconv * pwunconv * grpconv * grpunconv They c

[OE-core] [PATCH 7/7] package_rpm.bbclass: make RPM use on-disk permissions

2011-06-02 Thread Scott Garman
Instruct RPM to use the on-disk permissions, owners, groups, and directory permissions, instead of defaulting to root:root Code changes suggested by Mark Hatle. Signed-off-by: Scott Garman --- meta/classes/package_rpm.bbclass |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --g

[OE-core] [PATCH 1/7] shadow: recipe and patch cleanup

2011-06-02 Thread Scott Garman
Taking over maintenance of the shadow recipe. Cleaning it up in preparation of adding a -native version that will be used to add users/groups during postinstall. Signed-off-by: Scott Garman --- .../files/shadow-4.1.3-dots-in-usernames.patch |4 + .../shadow-4.1.4.2-env-reset-keep-locale.

[OE-core] [PATCH 5/7] useradd-example: example recipe for using inherit useradd

2011-06-02 Thread Scott Garman
An example recipe for demonstrating/documenting how user and group manipulation is done with 'inherit useradd' Signed-off-by: Scott Garman --- .../recipes-skeleton/useradd/useradd-example.bb| 72 1 files changed, 72 insertions(+), 0 deletions(-) create mode 100644 met

[OE-core] [PATCH 0/7] User/group creation at preinstall v2

2011-06-02 Thread Scott Garman
Hello world, This pull request includes everything needed to create custom users and groups in our images/packages and the corresponding ability to set custom ownership permissions. There is a useradd-example.bb file in meta-skeleton which provides a heavily-commented example recipe to demonstra

[OE-core] [PATCH 4/7] useradd.bbclass: new class for managing user/group permissions

2011-06-02 Thread Scott Garman
This class is to be used by recipes that need to set up specific user/group accounts and set custom file/directory permissions. Signed-off-by: Scott Garman --- meta/classes/useradd.bbclass | 163 ++ 1 files changed, 163 insertions(+), 0 deletions(-) crea

[OE-core] [PATCH 3/7] base-passwd: populate the target sysroot with passwd/group/login.defs

2011-06-02 Thread Scott Garman
The passwd, group, and login.defs files in the target sysroot will be used when recipes create custom user and group permissions in their packages. Signed-off-by: Scott Garman --- .../base-passwd/base-passwd-3.5.22/login.defs | 386 .../recipes-core/base-passwd/base-pa

Re: [OE-core] [PATCH] rpm: avoid dependency on perl and python for -native build

2011-06-02 Thread Richard Purdie
On Thu, 2011-06-02 at 22:37 +0100, Phil Blundell wrote: > On Thu, 2011-06-02 at 22:25 +0100, Richard Purdie wrote: > > | checking pcre.h usability... no > > | checking pcre.h presence... no > > | checking for pcre.h... no > > | checking for pcre_compile in -lpcre... no > > | checking whether to bui

Re: [OE-core] [PATCH] base.bbclass: add cleansstate task between clean and cleanall

2011-06-02 Thread Khem Raj
On Thursday, June 02, 2011 12:19:05 PM Koen Kooi wrote: > Op 2 jun 2011, om 20:56 heeft Martin Jansa het volgende geschreven: > > * sometimes it's usefull to remove only sstate cache and keep downloaded > > sources for rebuild > > just what I needed! very helpful in development of patches and m

Re: [OE-core] [PATCH] rpm: avoid dependency on perl and python for -native build

2011-06-02 Thread Phil Blundell
On Thu, 2011-06-02 at 22:25 +0100, Richard Purdie wrote: > | checking pcre.h usability... no > | checking pcre.h presence... no > | checking for pcre.h... no > | checking for pcre_compile in -lpcre... no > | checking whether to build with PCRE library... no > | ++ executing failure action > | confi

Re: [OE-core] [PATCH] rpm: avoid dependency on perl and python for -native build

2011-06-02 Thread Richard Purdie
On Thu, 2011-06-02 at 10:48 +0100, Phil Blundell wrote: > Update override naming (_native -> _virtclass-native) to disable perl > and python bindings when building native rpm, and adjust the DEPENDS to > match. > > Perl bindings were, in fact, already disabled for both native and target > builds s

[OE-core] [PATCH 2/2] util-linux_2.19.1.bb: Fix compliation on uclibc

2011-06-02 Thread Khem Raj
util-linux 2.19 needs this patch to successfully compile on uclibc systems. This is a bug in util-linux that goes unnoticed on eglibc builds. Signed-off-by: Khem Raj --- .../uclibc-__progname-conflict.patch | 31 meta/recipes-core/util-linux/util-linux_2.19.1

[OE-core] [PATCH 1/2] allarch.bbclass: Define BASE_PACKAGE_ARCH = "all"

2011-06-02 Thread Khem Raj
If not overridden it gets the value which is for target recipes usually defined in machine tune files Signed-off-by: Khem Raj --- meta/classes/allarch.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass inde

Re: [OE-core] dbus-native --with-x

2011-06-02 Thread Tom Rini
On 06/02/2011 12:21 PM, Phil Blundell wrote: > On Thu, 2011-06-02 at 10:04 -0700, Tom Rini wrote: >> I guess I've just gone crazy (or crazier if you prefer) and I can't find >> it anymore in 3.7.x. > > Okay. So do we think the tcl dependency can be dropped? Yes. -- Tom Rini Mentor Graphics Cor

[OE-core] [PATCH 0/4] Pending patches from O.S. Systems tree

2011-06-02 Thread Otavio Salvador
The following changes since commit 2a52f806f3789f717219651b97dc64fec3881f7f: qmake_base.bbclass: fix lrelease/lupdate binary names (2011-06-02 18:26:19 +0100) are available in the git repository at: git://github.com/OSSystems/oe-core master https://github.com/OSSystems/oe-core/tree/master

Re: [OE-core] [PATCH] base.bbclass: add cleansstate task between clean and cleanall

2011-06-02 Thread Koen Kooi
Op 2 jun 2011, om 20:56 heeft Martin Jansa het volgende geschreven: > * sometimes it's usefull to remove only sstate cache and keep downloaded > sources for rebuild just what I needed! ___ Openembedded-core mailing list Openembedded-core@lists.openemb

[OE-core] [PATCH 2/4] gnutls: use INC_PR on 2.12.5 version recipe

2011-06-02 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/recipes-support/gnutls/gnutls_2.12.5.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-support/gnutls/gnutls_2.12.5.bb b/meta/recipes-support/gnutls/gnutls_2.12.5.bb index b27a065..9d3f5ab 100644 --- a/meta/recipes-s

[OE-core] [PATCH 4/4] package.bbclass: add support to split Qt translation files

2011-06-02 Thread Otavio Salvador
There're many Qt applications that provide translation files in '.qm' format however those weren't being splitted as GetText based ones. Signed-off-by: Otavio Salvador --- meta/classes/package.bbclass | 41 + 1 files changed, 37 insertions(+), 4 deletion

[OE-core] [PATCH 1/4] xf86-driver-common.inc: remove .la files to avoid unpackaged warning

2011-06-02 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- .../xorg-driver/xf86-driver-common.inc |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/xorg-driver/xf86-driver-common.inc b/meta/recipes-graphics/xorg-driver/xf86-driver-common.inc index 550423b..6

[OE-core] [PATCH 3/4] gnutls: add p11tool into gnutls-bin

2011-06-02 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- meta/recipes-support/gnutls/gnutls.inc |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 03aed6a..9257880 100644 --- a/meta/recipes-support/gnutls/gnu

Re: [OE-core] dbus-native --with-x

2011-06-02 Thread Phil Blundell
On Thu, 2011-06-02 at 10:04 -0700, Tom Rini wrote: > I guess I've just gone crazy (or crazier if you prefer) and I can't find > it anymore in 3.7.x. Okay. So do we think the tcl dependency can be dropped? p. ___ Openembedded-core mailing list Openem

[OE-core] [PATCH] base.bbclass: add cleansstate task between clean and cleanall

2011-06-02 Thread Martin Jansa
* sometimes it's usefull to remove only sstate cache and keep downloaded sources for rebuild Signed-off-by: Martin Jansa --- meta/classes/base.bbclass |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 8f4ef

Re: [OE-core] [PATCH 2/3] qmake_base.bbclass: fix lrelease/lupdate binary names

2011-06-02 Thread Richard Purdie
On Thu, 2011-06-02 at 17:51 +0100, Paul Eggleton wrote: > On Wednesday 01 June 2011 21:09:54 Otavio Salvador wrote: > > To support translation, qmake based projects usually call lrelease and > > lupdate however OE changes the binary names so this needs some mangle > > to work out of box. > > > > S

Re: [OE-core] dbus-native --with-x

2011-06-02 Thread Tom Rini
On 06/02/2011 02:08 AM, Phil Blundell wrote: > On Wed, 2011-06-01 at 15:22 -0700, Tom Rini wrote: >> On 06/01/2011 03:07 PM, Henning Heinold wrote: >>> On Wed, Jun 01, 2011 at 03:00:37PM -0700, Tom Rini wrote: On 06/01/2011 01:22 PM, Phil Blundell wrote: > On Wed, 2011-06-01 at 11:58 -0500

Re: [OE-core] [PATCH 2/3] qmake_base.bbclass: fix lrelease/lupdate binary names

2011-06-02 Thread Paul Eggleton
On Wednesday 01 June 2011 21:09:54 Otavio Salvador wrote: > To support translation, qmake based projects usually call lrelease and > lupdate however OE changes the binary names so this needs some mangle > to work out of box. > > Signed-off-by: Otavio Salvador > --- > meta/classes/qmake_base.bbcl

Re: [OE-core] [RFC v1 PATCH 00/16] populate perl-native into its own directory

2011-06-02 Thread Tom Rini
On 06/02/2011 09:35 AM, Richard Purdie wrote: > On Thu, 2011-06-02 at 09:28 -0700, Tom Rini wrote: >> On 06/02/2011 07:37 AM, Phil Blundell wrote: >>> On Thu, 2011-06-02 at 07:25 -0700, Tom Rini wrote: But help2man is just the easy/common case. Heck, it _may_ blow up even with the host h

Re: [OE-core] [PATCH 1/3] busybox: enable mdev by default

2011-06-02 Thread Otavio Salvador
On Thu, Jun 2, 2011 at 16:37, Richard Purdie wrote: > I'm afraid I'm with Phil on this. I don't like the idea of enabling > something we don't actually use. This really needs to become some kind > of configure option which would at the same time disable/replace udev so > the patch in its currently

Re: [OE-core] [PATCH 1/3] busybox: enable mdev by default

2011-06-02 Thread Richard Purdie
On Wed, 2011-06-01 at 20:40 +, Otavio Salvador wrote: > On Wed, Jun 1, 2011 at 20:37, Phil Blundell wrote: > > On Wed, 2011-06-01 at 20:09 +, Otavio Salvador wrote: > >> -# CONFIG_MDEV is not set > >> +CONFIG_MDEV=y > > > > Per previous discussion, I am still uneasy about this change. I t

Re: [OE-core] [RFC v1 PATCH 00/16] populate perl-native into its own directory

2011-06-02 Thread Richard Purdie
On Thu, 2011-06-02 at 09:28 -0700, Tom Rini wrote: > On 06/02/2011 07:37 AM, Phil Blundell wrote: > > On Thu, 2011-06-02 at 07:25 -0700, Tom Rini wrote: > >> But help2man is just the easy/common case. Heck, it _may_ blow up even > >> with the host help2man instead of help2man-native, if a recipe u

Re: [OE-core] [RFC v1 PATCH 00/16] populate perl-native into its own directory

2011-06-02 Thread Tom Rini
On 06/02/2011 07:37 AM, Phil Blundell wrote: > On Thu, 2011-06-02 at 07:25 -0700, Tom Rini wrote: >> But help2man is just the easy/common case. Heck, it _may_ blow up even >> with the host help2man instead of help2man-native, if a recipe uses >> system-wide help2man and perlnative.bbclass. The ro

Re: [OE-core] [PATCH] eglibc: fix mispackaging of libcidn

2011-06-02 Thread Richard Purdie
On Thu, 2011-06-02 at 13:15 +0100, Phil Blundell wrote: > The glob for libc_baselibs was too permissive, causing some of the libcidn > symlinks to be placed in ${PN} rather than the intended subpackage. Worse, > the .so itself was actually landing in ${PN}-dev, so the net effect was to > make libc

Re: [OE-core] [CONSOLIDATED PULL 00/12] 2-June-2011

2011-06-02 Thread Richard Purdie
On Thu, 2011-06-02 at 07:57 -0700, Saul Wold wrote: > > > > Not pulled as likely dependent on the above. > > > >>bison: upgrade from 2.4.3 to 2.5 > > > > Likewise. > > > >> Saul Wold (2): > >>ghostscript: Fix up file locations and add i686 > > > > Why did this need the location fixups? Some

Re: [OE-core] [CONSOLIDATED PULL 00/12] 2-June-2011

2011-06-02 Thread Saul Wold
On 06/02/2011 06:50 AM, Richard Purdie wrote: On Thu, 2011-06-02 at 01:04 -0700, Saul Wold wrote: Pulling a number of patches and updates from the list, they have been built on the autobuild. This has the gcc fix for qt4-x11-free in the form of a gcc patch The following changes since commit 0a

Re: [OE-core] [RFC v1 PATCH 00/16] populate perl-native into its own directory

2011-06-02 Thread Phil Blundell
On Thu, 2011-06-02 at 07:25 -0700, Tom Rini wrote: > But help2man is just the easy/common case. Heck, it _may_ blow up even > with the host help2man instead of help2man-native, if a recipe uses > system-wide help2man and perlnative.bbclass. The root problem (again, > from memory) is that since we

Re: [OE-core] [RFC v1 PATCH 00/16] populate perl-native into its own directory

2011-06-02 Thread Tom Rini
On 06/02/2011 07:06 AM, Richard Purdie wrote: > On Wed, 2011-06-01 at 13:59 -0700, Tom Rini wrote: >> On 06/01/2011 01:45 PM, Phil Blundell wrote: >>> On Wed, 2011-06-01 at 13:42 -0700, Tom Rini wrote: What falls down in this case is that once perl-native is built (and in our PATH), if i

Re: [OE-core] Tell me your build error message annoyances!

2011-06-02 Thread Phil Blundell
On Wed, 2011-06-01 at 16:06 +0100, Phil Blundell wrote: > On Tue, 2011-05-31 at 15:26 -0700, Scott Garman wrote: > > I'd like to collect some feedback on error messages while building that > > you find confusing/annoying/unhelpful. I'm going to be working on trying > > to improve the situation an

Re: [OE-core] [RFC v1 PATCH 00/16] populate perl-native into its own directory

2011-06-02 Thread Richard Purdie
On Wed, 2011-06-01 at 13:59 -0700, Tom Rini wrote: > On 06/01/2011 01:45 PM, Phil Blundell wrote: > > On Wed, 2011-06-01 at 13:42 -0700, Tom Rini wrote: > >> What falls down in this case is that once > >> perl-native is built (and in our PATH), if it's a different version than > >> system-wide per

Re: [OE-core] [PATCH] dbus: avoid dependency on x11 for -native build

2011-06-02 Thread Richard Purdie
On Thu, 2011-06-02 at 10:15 +0100, Phil Blundell wrote: > The native variant already configures --without-x so the X11 libs are > redundant. Adjust the DEPENDS to match. > > Signed-off-by: Phil Blundell > --- > meta/recipes-core/dbus/dbus.inc |7 +-- > 1 files changed, 5 insertions(+),

Re: [OE-core] [PATCH] gnutls: add --with-libdl-prefix and --with-libpthread-prefix

2011-06-02 Thread Richard Purdie
On Thu, 2011-06-02 at 13:00 +0200, Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- > meta/recipes-support/gnutls/gnutls.inc |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/meta/recipes-support/gnutls/gnutls.inc > b/meta/recipes-support/gnutls/gnutls.inc >

Re: [OE-core] [PATCH] rpm: avoid dependency on perl and python for -native build

2011-06-02 Thread Richard Purdie
On Thu, 2011-06-02 at 10:48 +0100, Phil Blundell wrote: > Update override naming (_native -> _virtclass-native) to disable perl > and python bindings when building native rpm, and adjust the DEPENDS to > match. > > Perl bindings were, in fact, already disabled for both native and target > builds s

Re: [OE-core] [PATCH 0/2] Upstream-status --> Upstream-Status and a fix to send-pull-request

2011-06-02 Thread Richard Purdie
On Thu, 2011-06-02 at 16:17 +0800, Dexuan Cui wrote: > Upstream-status --> Upstream-Status: > As a keyword, it's case sensitive, so let's fix the lowercase s here. > > The fix to send-pull-request: > I don't know why othes doesn't complain about this, but without this patch, > the script can't run

Re: [OE-core] [CONSOLIDATED PULL 00/12] 2-June-2011

2011-06-02 Thread Richard Purdie
On Thu, 2011-06-02 at 01:04 -0700, Saul Wold wrote: > Pulling a number of patches and updates from the list, they have been > built on the autobuild. > > This has the gcc fix for qt4-x11-free in the form of a gcc patch > > The following changes since commit 0a496df0209c93fd00ea929b5f27faa1a6e600c

Re: [OE-core] [RFC v1 PATCH 01/16] native.bbclass: allow a native package to be populated into its own dir

2011-06-02 Thread Cui, Dexuan
Cui, Dexuan wrote: > Phil Blundell wrote: >> On Wed, 2011-06-01 at 21:18 +0800, Dexuan Cui wrote: >>> +PACKAGE_OWN_DIR = "" >>> +bindir .= "${PACKAGE_OWN_DIR}" >>> +libdir .= "${PACKAGE_OWN_DIR}" >>> +libexecdir .= "${PACKAGE_OWN_DIR}" >> >> I think the general idea of this patch is a good one but

Re: [OE-core] [RFC v1 PATCH 00/16] populate perl-native into its own directory

2011-06-02 Thread Cui, Dexuan
Tom Rini wrote: > On 06/01/2011 01:05 PM, Phil Blundell wrote: >> On Wed, 2011-06-01 at 12:39 -0700, Tom Rini wrote: >>> Maybe race isn't quite the right word. But recipe A depends on >>> lib$something-perl-native, and brings in perl-native. It also >>> checks >>> for perl in its auto-foo and fi

Re: [OE-core] [PATCH] rpm: avoid dependency on perl and python for -native build

2011-06-02 Thread Mark Hatle
On 6/2/11 4:48 AM, Phil Blundell wrote: > Update override naming (_native -> _virtclass-native) to disable perl > and python bindings when building native rpm, and adjust the DEPENDS to > match. > > Perl bindings were, in fact, already disabled for both native and target > builds so it's only the

[OE-core] [PATCH] eglibc: fix mispackaging of libcidn

2011-06-02 Thread Phil Blundell
The glob for libc_baselibs was too permissive, causing some of the libcidn symlinks to be placed in ${PN} rather than the intended subpackage. Worse, the .so itself was actually landing in ${PN}-dev, so the net effect was to make libc6-dev a dependency of libc6. Bump PRs for both 2.12 and 2.13 as

[OE-core] [PATCH] libc-package: fix typo causing annoying diagnostic

2011-06-02 Thread Phil Blundell
We don't package /etc/rpc and do_install() makes some effort to remove that file so as to avoid the "installed but not shipped" diagnostic. But, due to a typo in the command line, the file wasn't actually being removed and the diagnostic continued to be issued. Signed-off-by: Phil Blundell ---

Re: [OE-core] [PATCH 2/7] shadow: add a -native recipe with customized utilities

2011-06-02 Thread Phil Blundell
On Wed, 2011-06-01 at 16:05 -0500, Mark Hatle wrote: > The reason I suggested the --root option was primarily for the ease of people > who are NOT using the automated scripting, i.e. someone manually adding a > preinst (or similar) to their recipes. I was thinking about this stuff the other day fo

[OE-core] [PATCH] gnutls: add --with-libdl-prefix and --with-libpthread-prefix

2011-06-02 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/recipes-support/gnutls/gnutls.inc |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 9f8d81b..03aed6a 100644 --- a/meta/recipes-support/gnutls/gnutls.

[OE-core] [PATCH] rpm: avoid dependency on perl and python for -native build

2011-06-02 Thread Phil Blundell
Update override naming (_native -> _virtclass-native) to disable perl and python bindings when building native rpm, and adjust the DEPENDS to match. Perl bindings were, in fact, already disabled for both native and target builds so it's only the python ones that have really changed. Signed-off-by

Re: [OE-core] [PATCH 3/3] gnutls: link against 'dl' library

2011-06-02 Thread Richard Purdie
On Thu, 2011-06-02 at 08:31 +0200, Martin Jansa wrote: > what do you have in configlog for LIBDL? > > here it's all empty > LIBDL='' > LIBDL_PREFIX='' > LTLIBDL='' > > if I add > + --with-libdl-prefix=${STAGING_DIR_HOST}${prefix} \ > + --with-libpthread-prefix=${STAGING_D

Re: [OE-core] [PATCH 3/3] gnutls: link against 'dl' library

2011-06-02 Thread Koen Kooi
Op 2 jun 2011, om 08:31 heeft Martin Jansa het volgende geschreven: > On Wed, Jun 01, 2011 at 03:19:18PM -0700, Saul Wold wrote: >> On 06/01/2011 02:52 PM, Martin Jansa wrote: >>> On Wed, Jun 01, 2011 at 02:43:53PM -0700, Saul Wold wrote: On 06/01/2011 02:00 PM, Otavio Salvador wrote: >

[OE-core] [PATCH] dbus: avoid dependency on x11 for -native build

2011-06-02 Thread Phil Blundell
The native variant already configures --without-x so the X11 libs are redundant. Adjust the DEPENDS to match. Signed-off-by: Phil Blundell --- meta/recipes-core/dbus/dbus.inc |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/re

Re: [OE-core] rpmdeps, was Re: dbus-native --with-x

2011-06-02 Thread Phil Blundell
On Wed, 2011-06-01 at 16:17 -0500, Mark Hatle wrote: > I'm not sure if the libraries that RPM uses would even be able to link w/o > openssl. (I never tried it.) But that will affect people who are using RPM > packages as signing and validation routines come from openssl. Sure, but if rpmdeps doe

Re: [OE-core] dbus-native --with-x

2011-06-02 Thread Phil Blundell
On Wed, 2011-06-01 at 15:22 -0700, Tom Rini wrote: > On 06/01/2011 03:07 PM, Henning Heinold wrote: > > On Wed, Jun 01, 2011 at 03:00:37PM -0700, Tom Rini wrote: > >> On 06/01/2011 01:22 PM, Phil Blundell wrote: > >>> On Wed, 2011-06-01 at 11:58 -0500, Mark Hatle wrote: > It "should" be as sim

[OE-core] [CONSOLIDATED PULL 00/12] 2-June-2011

2011-06-02 Thread Saul Wold
Richard: Pulling a number of patches and updates from the list, they have been built on the autobuild. This has the gcc fix for qt4-x11-free in the form of a gcc patch Sau! The following changes since commit 0a496df0209c93fd00ea929b5f27faa1a6e600c0: clutter-1.6: Add patch to update gettext m

[OE-core] [PATCH 0/2] Upstream-status --> Upstream-Status and a fix to send-pull-request

2011-06-02 Thread Dexuan Cui
Upstream-status --> Upstream-Status: As a keyword, it's case sensitive, so let's fix the lowercase s here. The fix to send-pull-request: I don't know why othes doesn't complain about this, but without this patch, the script can't run properly in my side. Thanks, -- Dexuan The following changes

[OE-core] [PATCH 2/2] send-pull-request: fix a small typo that fails the script

2011-06-02 Thread Dexuan Cui
Signed-off-by: Dexuan Cui --- scripts/send-pull-request |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/send-pull-request b/scripts/send-pull-request index 5dfc246..4904a0d 100755 --- a/scripts/send-pull-request +++ b/scripts/send-pull-request @@ -73,7 +73,7 @@ w

[OE-core] [PATCH 1/2] recipes: Upstream-status --> Upstream-Status: for multiple patches

2011-06-02 Thread Dexuan Cui
As a keyword, Upstream-Status is case sensitive. Signed-off-by: Dexuan Cui --- .../eglibc/eglibc-2.13/IO-acquire-lock-fix.patch |2 +- .../eglibc-svn-arm-lowlevellock-include-tls.patch |2 +- .../eglibc/eglibc-2.13/mips-rld-map-check.patch|2 +- .../eglibc-2.13/shorten-build-c

[OE-core] [CONSOLIDATED PULL 08/12] avahi: enable service when using systemd

2011-06-02 Thread Saul Wold
From: Koen Kooi Signed-off-by: Koen Kooi --- meta/recipes-connectivity/avahi/avahi.inc | 18 ++ meta/recipes-connectivity/avahi/avahi_0.6.30.bb |2 +- 2 files changed, 19 insertions(+), 1 deletions(-) diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/re

[OE-core] [CONSOLIDATED PULL 12/12] libx11: fix libX11 keysyms to pass xts5 of lsb

2011-06-02 Thread Saul Wold
From: Jingdong Lu Fixes bug: [YOCTO #1095] Because of cross-compiling libx11 keysyms will cause Xts5 test of LSB fail. libx11 use a tool named "makekey" which compiled as a native tool to generate ks_tables.h. Because the size of "unsigned long" is different between 32-bit and 64-bit, we should j

[OE-core] [CONSOLIDATED PULL 10/12] gcc: Fix volatile access issue for ARM

2011-06-02 Thread Saul Wold
[YOCTO #1130] This patch brings in a patch from gcc for the following issue: http://gcc.gnu.org/ml/gcc-patches/2011-03/msg01477.html Signed-off-by: Saul Wold --- meta/recipes-devtools/gcc/gcc-4.6.0.inc|4 ++- .../gcc/gcc-4.6.0/volatile_access_backport.patch | 28 +++

[OE-core] [CONSOLIDATED PULL 09/12] ghostscript: Fix up file locations and add i686

2011-06-02 Thread Saul Wold
Signed-off-by: Saul Wold --- .../ghostscript/{ => }/ghostscript/arm/objarch.h |0 .../ghostscript/{ => }/ghostscript/arm/soobjarch.h |0 .../ghostscript/{ => }/ghostscript/i586/objarch.h |0 .../{ => }/ghostscript/i586/soobjarch.h|0 meta/recipes-extended/ghostscrip

[OE-core] [CONSOLIDATED PULL 07/12] rootfs_ipk: delete opkg metadata if package management not required and all packages are configured

2011-06-02 Thread Saul Wold
From: Phil Blundell If all the postinsts were successfully run in offline mode, and package-management hasn't been requested as an IMAGE_FEATURE, the opkg metadata is now redundant and can safely be deleted. Also, the update-rc.d and base-passwd packages can be removed since they will serve no f

[OE-core] [CONSOLIDATED PULL 11/12] task-core-lsb: add cups and ghostscript into image

2011-06-02 Thread Saul Wold
From: Kang Kai [Yocto 1030] Because it is fixed by Qing He, then add cups and ghostscipt into image Signed-off-by: Kang Kai --- meta/recipes-extended/tasks/task-core-lsb.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb

[OE-core] [CONSOLIDATED PULL 06/12] shadow: remove selinux entry from pam.d/login

2011-06-02 Thread Saul Wold
From: Koen Kooi SElinux has been disabled in the recipe, leading to messages like this: [ 167.643218] login[312]: PAM unable to dlopen(/lib/security/pam_selinux.so): /lib/security/pam_selinux.so: cannot open shared object file: No such file or directory [ 167.670837] login[312]: PAM adding f

[OE-core] [CONSOLIDATED PULL 03/12] bison: upgrade from 2.4.3 to 2.5

2011-06-02 Thread Saul Wold
From: Nitin A Kamble This version of bison needs m4 1.4.16 or newer Signed-off-by: Nitin A Kamble --- meta/recipes-devtools/bison/bison/m4.patch | 131 .../bison/bison/uclibc-sched_param-def.patch | 21 --- .../bison/{bison_2.4.3.bb => bison_2.5.bb}

[OE-core] [CONSOLIDATED PULL 01/12] m4: upgrade from 1.4.15 to 1.4.16

2011-06-02 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../{m4-native_1.4.15.bb => m4-native_1.4.16.bb} |0 .../m4/{m4_1.4.15.bb => m4_1.4.16.bb} |6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/m4/{m4-native_1.4.15.bb => m4-native

[OE-core] [CONSOLIDATED PULL 05/12] u-boot: package up u-boot.bin for field upgrades

2011-06-02 Thread Saul Wold
From: Koen Kooi Signed-off-by: Koen Kooi --- meta/recipes-bsp/uboot/u-boot.inc| 11 +++ meta/recipes-bsp/uboot/u-boot_2011.03.bb |2 +- 2 files changed, 12 insertions(+), 1 deletions(-) diff --git a/meta/recipes-bsp/uboot/u-boot.inc b/meta/recipes-bsp/uboot/u-boot.inc in

[OE-core] [CONSOLIDATED PULL 02/12] autoconf: upgrade from 2.65 to 2.68

2011-06-02 Thread Saul Wold
From: Nitin A Kamble And rebase the patches to the newer code. Signed-off-by: Nitin A Kamble --- .../{autoconf-2.65 => autoconf}/autoconf-x.patch |0 .../autoheader-nonfatal-warnings.patch |0 .../autoreconf-exclude.patch |0 .../autoreconf-forei

[OE-core] [CONSOLIDATED PULL 04/12] gettext-0.16.1: mark upstream status for gplv2 recipe's patches

2011-06-02 Thread Saul Wold
From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../gettext/gettext-0.16.1/disable_java.patch |3 ++- .../gettext-0.16.1/fix_aclocal_version.patch |1 + .../gettext-0.16.1/fix_gnu_source_circular.patch |3 ++- .../gettext/gettext-0.16.1/fixchicken.patch|

Re: [OE-core] [PATCH] siteinfo: replace all-linux with allarch-linux to match 5d7d4e1ed9bedf2b6510796d76ea8f94739b9de2

2011-06-02 Thread Richard Purdie
On Wed, 2011-06-01 at 22:27 +0200, Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- > meta/classes/siteinfo.bbclass |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass > index 6c272a7..fb8bac3 100644

Re: [OE-core] Tell me your build error message annoyances!

2011-06-02 Thread Martin Jansa
On Tue, May 31, 2011 at 03:26:21PM -0700, Scott Garman wrote: > Hey folks, > > I'd like to collect some feedback on error messages while building that > you find confusing/annoying/unhelpful. I'm going to be working on trying > to improve the situation and would like to hear from you about what

Re: [OE-core] dbus-native --with-x

2011-06-02 Thread Phil Blundell
On Wed, 2011-06-01 at 15:00 -0700, Tom Rini wrote: > Since this keeps coming up, maybe it needs a comment. sqlite3 needs > tcl-native (tclsh) to generate a header file. No tclsh, no sqlite3. Oh yeah, right. Maybe we should just patch sqlite to generate the header using something else. There's