Re: [OE-core] [PATCH 0/1] linux-yocto: update SRCREVs

2011-05-31 Thread Richard Purdie
On Mon, 2011-05-30 at 13:41 -0400, Bruce Ashfield wrote: > Richard/Saul, > > Just updating the linux-yocto SRCREVs to pickup the Romley > changes and meta cleanup from TomZ. There's also a config update > for the routerstation pro to enable watchdog support to fix > yocto bug . > [...] > gi

Re: [OE-core] Chicken toolchain progress

2011-05-31 Thread Richard Purdie
On Tue, 2011-05-31 at 01:51 +, Otavio Salvador wrote: > Hello, > > Here at O.S. Systems we use Chicken (Scheme) a lot and we deliver it > on our embedded OS ofthenly. Since we're moving to oe-core we're > working at migrating it to it and we then decided to include it as a > meta-oe layer for

Re: [OE-core] [RFC][PATCH] sysvinit: make pidof usuable in a standalone setting

2011-05-31 Thread Koen Kooi
No comments at all? Op 28 mei 2011, om 13:21 heeft Koen Kooi het volgende geschreven: > Currently it's a symlink to killall5: > > $ dpkg-deb -c sysvinit-pidof_2.88dsf-r1_armv7a.ipk | grep pidof > lrwxrwxrwx root/root 0 2011-05-27 11:05 ./bin/pidof.sysvinit -> > /sbin/killall5 > > The

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

2011-05-31 Thread Koen Kooi
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 +- 2 files changed, 5 insertions(+), 1 deletion

Re: [OE-core] [RFC][PATCH] sysvinit: make pidof usuable in a standalone setting

2011-05-31 Thread Richard Purdie
On Tue, 2011-05-31 at 10:27 +0200, Koen Kooi wrote: > No comments at all? Patience ;-). It was a US/UK holiday yesterday and lots of people have been taking a long weekend. Personally, whilst I did merge a few things yesterday, this one didn't look that urgent so its on today's to look at and repl

[OE-core] [Patch v2] sysvinit: make pidof usuable in a standalone setting

2011-05-31 Thread Koen Kooi
Currently it's a symlink to killall5: $ dpkg-deb -c sysvinit-pidof_2.88dsf-r1_armv7a.ipk | grep pidof lrwxrwxrwx root/root 0 2011-05-27 11:05 ./bin/pidof.sysvinit -> /sbin/killall5 The point of the pidof subpackage was to have a pidof without needing sysvinit, this restores that behavi

Re: [OE-core] [RFC][PATCH] sysvinit: make pidof usuable in a standalone setting

2011-05-31 Thread Phil Blundell
On Sat, 2011-05-28 at 13:21 +0200, Koen Kooi wrote: > The alternative is to just move 'killall5' into the pidof subpackage and to > RDPEPENDS_${PN} += "${PN}-pidof" I think I like that better. Duplicating the binary doesn't sound very desirable. For what it's worth, also note that: - busybox p

[OE-core] [PATCH] prelink: remove dependency on transfig-native

2011-05-31 Thread Phil Blundell
Per http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/003179.html Signed-off-by: Phil Blundell --- meta/recipes-devtools/prelink/prelink_git.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-dev

Re: [OE-core] [PATCH] prelink: remove dependency on transfig-native

2011-05-31 Thread Richard Purdie
On Tue, 2011-05-31 at 12:29 +0100, Phil Blundell wrote: > Per > http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/003179.html > > Signed-off-by: Phil Blundell > --- > meta/recipes-devtools/prelink/prelink_git.bb |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > d

[OE-core] OE Changelog for 2011-05-23 to 2011-05-30

2011-05-31 Thread cliff . brake
Changelog for 2011-05-23 to 2011-05-30. Projects included in this report: openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://git.angstrom-distribution.org/meta-angstrom meta-texasinstruments: git://g

Re: [OE-core] [Patch v2] sysvinit: make pidof usuable in a standalone setting

2011-05-31 Thread Richard Purdie
On Tue, 2011-05-31 at 11:19 +0200, Koen Kooi wrote: > Currently it's a symlink to killall5: > > $ dpkg-deb -c sysvinit-pidof_2.88dsf-r1_armv7a.ipk | grep pidof > lrwxrwxrwx root/root 0 2011-05-27 11:05 ./bin/pidof.sysvinit -> > /sbin/killall5 > > The point of the pidof subpackage was to

Re: [OE-core] [oe] OE Changelog for 2011-05-23 to 2011-05-30

2011-05-31 Thread Cliff Brake
OK, I think I have included everyone's requests for the weekly changelog -- please let me know if I missed anything, or if there are additional ideas. It might be useful to include the yocto/poky repos, but I'm not sure yet which ones are relevant. The tools that generate this are located in the

[OE-core] "all" architecture packages

2011-05-31 Thread Richard Purdie
Hi, There have been various comments on the list and in the bugzilla about issues with "all" architecture recipes. To start cleaning this up I've merged: http://git.openembedded.net/cgit.cgi/openembedded-core/commit/?id=26e5e5feb695864b11e47e24017e254c28f14494 which creates an "allarch" class a

Re: [OE-core] "all" architecture packages

2011-05-31 Thread Koen Kooi
Op 31 mei 2011, om 14:15 heeft Richard Purdie het volgende geschreven: > Hi, > > There have been various comments on the list and in the bugzilla about > issues with "all" architecture recipes. > > To start cleaning this up I've merged: > > http://git.openembedded.net/cgit.cgi/openembedded-cor

Re: [OE-core] Chicken toolchain progress

2011-05-31 Thread Otavio Salvador
On Tue, May 31, 2011 at 07:58, Richard Purdie wrote: > On Tue, 2011-05-31 at 01:51 +, Otavio Salvador wrote: >> Any clue? > > It sounds like something in your paths are messed up in chicken-cross. > What is happening during do_install? Where are the files ending up? What > paths do they have?

Re: [OE-core] "all" architecture packages

2011-05-31 Thread Richard Purdie
On Tue, 2011-05-31 at 14:26 +0200, Koen Kooi wrote: > Op 31 mei 2011, om 14:15 heeft Richard Purdie het volgende geschreven: > > > Hi, > > > > There have been various comments on the list and in the bugzilla about > > issues with "all" architecture recipes. > > > > To start cleaning this up I've

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

2011-05-31 Thread Phil Blundell
Ping? p. On Thu, 2011-05-26 at 11:08 +0100, 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

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

2011-05-31 Thread Phil Blundell
Also remove update-rc.d and base-passwd since their services are no longer required. Signed-off-by: Phil Blundell --- meta/classes/rootfs_ipk.bbclass | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbc

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

2011-05-31 Thread Martin Jansa
Signed-off-by: Martin Jansa --- scripts/create-pull-request |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/create-pull-request b/scripts/create-pull-request index 19b640f..d52098e 100755 --- a/scripts/create-pull-request +++ b/scripts/create-pull-request @@ -102

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

2011-05-31 Thread Martin Jansa
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.openembedded.org/openembedded-core-contrib jansa/pull

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

2011-05-31 Thread Phil Blundell
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 two cases I tested (freetype and gpg-error) whi

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

2011-05-31 Thread Saul Wold
On 05/31/2011 04:31 AM, Phil Blundell wrote: Also remove update-rc.d and base-passwd since their services are no longer required. This patch message stripped all the information you had in the v1 message. I think that was useful information. Please resend the patch with the full header. Th

Re: [OE-core] New fetcher failure for local files

2011-05-31 Thread Martin Jansa
= "1.13.0" METADATA_BRANCH = "shr" METADATA_REVISION = "2189cc44308ee29cfd0e302da542dc32e246c60c" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "om-gta02" DISTRO= "shr" DISTRO_VE

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

2011-05-31 Thread 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 faulty module: /li

Re: [OE-core] [poky] [PATCH 0/7] User/group creation at preinstall

2011-05-31 Thread Koen Kooi
Shouldn't patches like this be sent to the oe-core list? It wouldn't have saved me from the selinux bug in shadow, though :) Op 31 mei 2011, om 20:13 heeft Scott Garman het volgende geschreven: > Hi Saul, > > This pull request includes everything needed to add the ability to > create custom use

Re: [OE-core] [poky] [PATCH 0/7] User/group creation at preinstall

2011-05-31 Thread Saul Wold
On 05/31/2011 11:45 AM, Koen Kooi wrote: Shouldn't patches like this be sent to the oe-core list? It wouldn't have saved me from the selinux bug in shadow, though :) Scott, I would agree with Koen, this is a oe-core change, not a Poky only change, please resend this request to the oe-core li

Re: [OE-core] Any volunteers for fixing all the kernel version checks?

2011-05-31 Thread Anders Darander
On May 30, 2011 1:52 PM, "Koen Kooi" wrote: > Op 30 mei 2011, om 09:47 heeft Eric Bénard het volgende geschreven: > > On 30/05/2011 09:33, Koen Kooi wrote: > >> Op 30 mei 2011, om 09:19 heeft Eric Bénard het volgende geschreven: > >>> On 30/05/2011 08:52, Koen Kooi wrote: > As some of you mig

Re: [OE-core] [poky] [PATCH 0/7] User/group creation at preinstall

2011-05-31 Thread Scott Garman
On 05/31/2011 12:06 PM, Saul Wold wrote: On 05/31/2011 11:45 AM, Koen Kooi wrote: Shouldn't patches like this be sent to the oe-core list? It wouldn't have saved me from the selinux bug in shadow, though :) Scott, I would agree with Koen, this is a oe-core change, not a Poky only change, plea

Re: [OE-core] [poky] [PATCH 0/7] User/group creation at preinstall

2011-05-31 Thread Otavio Salvador
On Tue, May 31, 2011 at 19:51, Scott Garman wrote: > That said, I have no idea what criteria should be used to determine which > list to send things to, and I'm sure I'm not the only one. Is this > documented anywhere? It seems to me that poky list ought to be not used anymore and patches to be s

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

2011-05-31 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| 59 1 files changed, 59 insertions(+), 0 deletions(-) create mode 100644 met

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

2011-05-31 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 0/7] User/group creation at preinstall

2011-05-31 Thread Scott Garman
Hi Saul, This pull request includes everything needed to add the ability 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 reci

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

2011-05-31 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 6/7] bitbake.conf: set PSEUDO_PASSWD within FAKEROOTENV

2011-05-31 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 1/7] shadow: recipe and patch cleanup

2011-05-31 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 3/7] base-passwd: add -cross recipe with default login.defs

2011-05-31 Thread Scott Garman
The -cross version of the recipe is needed in order to set up user and group account information in the target machine sysroot. Signed-off-by: Scott Garman --- .../base-passwd/base-passwd-3.5.22/login.defs | 386 .../base-passwd/base-passwd-cross_3.5.22.bb| 5

Re: [OE-core] [poky] [PATCH 0/7] User/group creation at preinstall

2011-05-31 Thread Mark Hatle
On 5/31/11 2:57 PM, Otavio Salvador wrote: > On Tue, May 31, 2011 at 19:51, Scott Garman wrote: >> That said, I have no idea what criteria should be used to determine which >> list to send things to, and I'm sure I'm not the only one. Is this >> documented anywhere? > > It seems to me that poky l

Re: [OE-core] [poky] [PATCH 0/7] User/group creation at preinstall

2011-05-31 Thread Richard Purdie
On Tue, 2011-05-31 at 12:51 -0700, Scott Garman wrote: > On 05/31/2011 12:06 PM, Saul Wold wrote: > > On 05/31/2011 11:45 AM, Koen Kooi wrote: > >> Shouldn't patches like this be sent to the oe-core list? It wouldn't > >> have saved me from the selinux bug in shadow, though :) > >> > > Scott, > > >

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

2011-05-31 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 | 136 ++ 1 files changed, 136 insertions(+), 0 deletions(-) crea

Re: [OE-core] [poky] [PATCH 0/7] User/group creation at preinstall

2011-05-31 Thread Scott Garman
On 05/31/2011 02:16 PM, Mark Hatle wrote: On 5/31/11 2:57 PM, Otavio Salvador wrote: On Tue, May 31, 2011 at 19:51, Scott Garman wrote: That said, I have no idea what criteria should be used to determine which list to send things to, and I'm sure I'm not the only one. Is this documented anywhe

Re: [OE-core] [poky] [PATCH 0/7] User/group creation at preinstall

2011-05-31 Thread Richard Purdie
On Tue, 2011-05-31 at 14:27 -0700, Scott Garman wrote: > So presumably this would mean: if it's about a recipe that is not in > OE-core, it's Poky-specific? If its not bitbake and its not on OE-Core its poky specific. > Which would also mean that discussion about anything in the bitbake > class

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

2011-05-31 Thread Scott Garman
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 helpful. I'm starting to track some of these situation

[OE-core] Parsing errors

2011-05-31 Thread Khem Raj
Hi In slugos when I updated to today's snapshot of oe-core and meta-oe its giving me this ERROR: Information not available for target 'all-linux' | ETA: 00:00:37 ERROR: Error parsing /home/kraj/work/slugos/meta-openembedded/meta-oe/recipes-core

Re: [OE-core] RDEPENDS_${PN} and virtclass-native

2011-05-31 Thread Richard Purdie
On Thu, 2011-05-26 at 01:59 +0100, Richard Purdie wrote: > Of course its not that simple. I just discovered: > > OVERRIDES = "z" > DEPENDS_prepend = "a " > DEPENDS = "b" > DEPENDS_z = "c" > > d.update_data() > d.getVar("DEPENDS") gives "a c" > d.update_data() > d.getVar("DEPENDS") gives "c" > >

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

2011-05-31 Thread mark gross
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] Parsing errors

2011-05-31 Thread Martin Jansa
On Tue, May 31, 2011 at 03:45:46PM -0700, Khem Raj wrote: > Hi > > In slugos when I updated to today's snapshot of oe-core and meta-oe > its giving me this > > ERROR: Information not available for target 'all-linux' > > | ETA: 00:00:37 > ERROR:

[OE-core] [PATCH] tcmode-default: disable ARMv7 Optimization for qt4-x11-free

2011-05-31 Thread Saul Wold
[YOCTO #1030] This diables the ARMv7 optimizations that cause the compiler to fail with the following error | ../../include/QtCore/../../src/corelib/arch/qatomic_arm.h: In function 'void qt_removeObject(QObject*)': | ../../include/QtCore/../../src/corelib/arch/qatomic_arm.h:361:35: error: ou

[OE-core] [PATCH(fixed bugid)] tcmode-default: disable ARMv7 Optimization for qt4-x11-free

2011-05-31 Thread Saul Wold
[YOCTO #1130] This diables the ARMv7 optimizations that cause the compiler to fail with the following error | ../../include/QtCore/../../src/corelib/arch/qatomic_arm.h: In function 'void qt_removeObject(QObject*)': | ../../include/QtCore/../../src/corelib/arch/qatomic_arm.h:361:35: error: ou

Re: [OE-core] [PATCH] tcmode-default: disable ARMv7 Optimization for qt4-x11-free

2011-05-31 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/31/2011 10:26 PM, Saul Wold wrote: > [YOCTO #1030] > > This diables the ARMv7 optimizations that cause the compiler to fail > with the following error > > | ../../include/QtCore/../../src/corelib/arch/qatomic_arm.h: In function > 'void qt_remov

Re: [OE-core] [PATCH(fixed bugid)] tcmode-default: disable ARMv7 Optimization for qt4-x11-free

2011-05-31 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/31/2011 10:28 PM, Saul Wold wrote: > [YOCTO #1130] > > This diables the ARMv7 optimizations that cause the compiler to fail > with the following error > > | ../../include/QtCore/../../src/corelib/arch/qatomic_arm.h: In function > 'void qt_remov

Re: [OE-core] [PATCH] tcmode-default: disable ARMv7 Optimization for qt4-x11-free

2011-05-31 Thread Martin Jansa
On Tue, May 31, 2011 at 10:57:00PM -0700, Khem Raj wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 05/31/2011 10:26 PM, Saul Wold wrote: > > [YOCTO #1030] > > > > This diables the ARMv7 optimizations that cause the compiler to fail > > with the following error > > > > | ../../inc

Re: [OE-core] [PATCH] tcmode-default: disable ARMv7 Optimization for qt4-x11-free

2011-05-31 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/31/2011 11:10 PM, Martin Jansa wrote: > On Tue, May 31, 2011 at 10:57:00PM -0700, Khem Raj wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 05/31/2011 10:26 PM, Saul Wold wrote: >>> [YOCTO #1030] >>> >>> This diables the ARMv7

[OE-core] [CONSOLIDATED PULL 02/32] sysstat: update to 10.0.0

2011-05-31 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-extended/sysstat/sysstat_10.0.0.bb | 10 ++ meta/recipes-extended/sysstat/sysstat_9.1.5.bb | 10 -- 2 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 meta/recipes-extended/sysstat/sysstat_10.0.0.bb delete mode 10

[OE-core] [CONSOLIDATED PULL 06/32] newt: add Upstream-Status

2011-05-31 Thread Saul Wold
Signed-off-by: Saul Wold --- .../newt/files/remove_slang_include.patch |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-extended/newt/files/remove_slang_include.patch b/meta/recipes-extended/newt/files/remove_slang_include.patch index dbdeef0..a263

[OE-core] [CONSOLIDATED PULL 03/32] tzdata: update to 2011g

2011-05-31 Thread Saul Wold
Signed-off-by: Saul Wold --- .../tzdata/{tzdata_2010o.bb => tzdata_2011g.bb}|4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/tzdata/{tzdata_2010o.bb => tzdata_2011g.bb} (98%) diff --git a/meta/recipes-extended/tzdata/tzdata_2010o.bb b/meta/recipes-

[OE-core] [CONSOLIDATED PULL 01/32] less: update to 443

2011-05-31 Thread Saul Wold
Signed-off-by: Saul Wold --- .../less/{less_436.bb => less_443.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/less/{less_436.bb => less_443.bb} (80%) diff --git a/meta/recipes-extended/less/less_436.bb b/meta/recipes-extended/less/

[OE-core] [CONSOLIDATED PULL 04/32] libmad: add Upstream-Status

2011-05-31 Thread Saul Wold
Signed-off-by: Saul Wold --- .../libmad/libmad/add-pkgconfig.patch |2 ++ .../libmad/fix_for_mips_with_gcc-4.5.0.patch |2 ++ .../libmad/libmad/no-force-mem.patch |2 ++ 3 files changed, 6 insertions(+), 0 deletions(-) diff --git a/meta/recipes-multim

[OE-core] [CONSOLIDATED PULL 07/32] util-linux: update to 2.19.1

2011-05-31 Thread Saul Wold
Signed-off-by: Saul Wold --- .../MCONFIG|0 .../defines.h |0 .../make_include |0 .../remove-lscpu.patch |0 .../swapargs.h

[OE-core] [CONSOLIDATED PULL 10/32] gobject-introspection: Update to 0.10.8 Git

2011-05-31 Thread Saul Wold
Signed-off-by: Saul Wold --- .../gnome/gobject-introspection/configure.patch|2 ++ .../gnome/gobject-introspection/pathfix.patch |2 ++ .../gnome/gobject-introspection_git.bb |4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/recipes-gnom

[OE-core] [CONSOLIDATED PULL 12/32] libiconv: update to 1.13.1

2011-05-31 Thread Saul Wold
Add Upstream-Status tags to patches Signed-off-by: Saul Wold --- .../autoconf.patch |2 ++ .../shared_preloadable_libiconv_linux.patch|2 ++ .../{libiconv_1.11.1.bb => libiconv_1.13.1.bb} |0 3 files changed, 4 insertions(+), 0 deletions(-)

[OE-core] [CONSOLIDATED PULL 09/32] gettext: Update to 0.18.1.1

2011-05-31 Thread Saul Wold
Add Upstream Status tags to patches Signed-off-by: Saul Wold --- .../gettext/gettext-0.16.1/disable_java.patch |2 + .../gettext-0.16.1/fix_aclocal_version.patch |2 + .../gettext-0.16.1/fix_gnu_source_circular.patch |2 + .../gettext/gettext-0.16.1/fixchicken.patch

[OE-core] [CONSOLIDATED PULL 05/32] mpeg2dev: add Upstream-Status

2011-05-31 Thread Saul Wold
Signed-off-by: Saul Wold --- .../mpeg2dec/mpeg2dec-0.4.1/altivec_h_needed.patch |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-multimedia/mpeg2dec/mpeg2dec-0.4.1/altivec_h_needed.patch b/meta/recipes-multimedia/mpeg2dec/mpeg2dec-0.4.1/altivec_h_needed.pat

[OE-core] [CONSOLIDATED PULL 16/32] mc: update to 4.7.5.2

2011-05-31 Thread Saul Wold
Signed-off-by: Saul Wold --- .../mc/{mc_4.7.5.1.bb => mc_4.7.5.2.bb}|4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/mc/{mc_4.7.5.1.bb => mc_4.7.5.2.bb} (78%) diff --git a/meta/recipes-extended/mc/mc_4.7.5.1.bb b/meta/recipes-extended/mc/mc

[OE-core] [CONSOLIDATED PULL 13/32] update-alternatives-dpkg update to 1.16.0.3

2011-05-31 Thread Saul Wold
Signed-off-by: Saul Wold --- ...8.7.bb => update-alternatives-dpkg_1.16.0.3.bb} |0 1 files changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-devtools/update-alternatives/{update-alternatives-dpkg_1.15.8.7.bb => update-alternatives-dpkg_1.16.0.3.bb} (100%) diff --git a/meta/re

[OE-core] [CONSOLIDATED PULL 20/32] qmmp: update to 0.5.1

2011-05-31 Thread Saul Wold
Signed-off-by: Saul Wold --- .../qt-apps/{qmmp_0.5.0.bb => qmmp_0.5.1.bb} |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-qt/qt-apps/{qmmp_0.5.0.bb => qmmp_0.5.1.bb} (92%) diff --git a/meta/recipes-qt/qt-apps/qmmp_0.5.0.bb b/meta/recipes-qt/qt-apps/qmmp

[OE-core] [CONSOLIDATED PULL 24/32] bitbake.conf: Create static-dev pacakge for static libraries

2011-05-31 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/conf/bitbake.conf |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index de94316..4722eb0 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -248,13 +248,18 @@ FILES_${

[OE-core] [CONSOLIDATED PULL 25/32] sudo.inc: Add do_install_prepend () to sudo.inc

2011-05-31 Thread Saul Wold
From: Xiaofeng Yan Fix bug [YOCTO #1092] Own a directory "/var/lib" before do_install() because if there isn't this directory during installing, \ then script "mkinstalldirs" from "sudo package" will create directory "/var/lib/sudo" by recursion with mode "0700" \ which will cause bug [YOCTO #1

[OE-core] [CONSOLIDATED PULL 15/32] mailx: update to 12.5

2011-05-31 Thread Saul Wold
Signed-off-by: Saul Wold --- .../mailx/{mailx_12.4.bb => mailx_12.5.bb} | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) rename meta/recipes-extended/mailx/{mailx_12.4.bb => mailx_12.5.bb} (66%) diff --git a/meta/recipes-extended/mailx/mailx_12.4.bb b/meta/recipes

[OE-core] [CONSOLIDATED PULL 08/32] glew: update to 1.6.0

2011-05-31 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-graphics/glew/files/autotools.patch |3 +++ .../glew/{glew_1.5.7.bb => glew_1.6.0.bb} |4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) rename meta/recipes-graphics/glew/{glew_1.5.7.bb => glew_1.6.0.bb} (80%) diff --git a/meta

[OE-core] [CONSOLIDATED PULL 30/32] tcmode-default: disable ARMv7 Optimization for qt4-x11-free

2011-05-31 Thread Saul Wold
[YOCTO #1030] This diables the ARMv7 optimizations that cause the compiler to fail with the following error | ../../include/QtCore/../../src/corelib/arch/qatomic_arm.h: In function 'void qt_removeObject(QObject*)': | ../../include/QtCore/../../src/corelib/arch/qatomic_arm.h:361:35: error: outp

[OE-core] [CONSOLIDATED PULL 29/32] dbus 1.4.1: disable sysv script properly when using systemd

2011-05-31 Thread Saul Wold
From: Koen Kooi 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 +- 2 files changed, 5 inserti

[OE-core] [CONSOLIDATED PULL 22/32] gnutls: update to 2.12.5

2011-05-31 Thread Saul Wold
Signed-off-by: Saul Wold --- .../gnutls/gnutls-2.10.4/configure-fix.patch | 66 --- .../gnutls/gnutls-2.12.5/configure-fix.patch | 67 .../gnutls-openssl.patch |0 .../gnutls-texinfo-euro.patch

[OE-core] [CONSOLIDATED PULL 31/32] puzzles: Update to 9175

2011-05-31 Thread Saul Wold
Signed-off-by: Saul Wold --- .../puzzles/{puzzles_r9173.bb => puzzles_r9175.bb} |0 1 files changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-sato/puzzles/{puzzles_r9173.bb => puzzles_r9175.bb} (100%) diff --git a/meta/recipes-sato/puzzles/puzzles_r9173.bb b/meta/recipes-sato/pu

[OE-core] [CONSOLIDATED PULL 26/32] busybox: sync do_install() with oe master (mostly)

2011-05-31 Thread Saul Wold
From: Phil Blundell 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 /home/pb/oe/build-meta/t

[OE-core] [CONSOLIDATED PULL 18/32] gthumb: update to 2.12.3

2011-05-31 Thread Saul Wold
Signed-off-by: Saul Wold --- .../gthumb/{gthumb_2.12.2.bb => gthumb_2.12.3.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gthumb/{gthumb_2.12.2.bb => gthumb_2.12.3.bb} (76%) diff --git a/meta/recipes-gnome/gthumb/gthumb_2.12.2.bb b/meta/recipes-gno

[OE-core] [CONSOLIDATED PULL 14/32] chkconfig: update to 1.3.52

2011-05-31 Thread Saul Wold
Signed-off-by: Saul Wold --- .../{chkconfig_1.3.51.bb => chkconfig_1.3.52.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/chkconfig/{chkconfig_1.3.51.bb => chkconfig_1.3.52.bb} (83%) diff --git a/meta/recipes-extended/chkconfig/chkconfig_1.3.51.

[OE-core] [CONSOLIDATED PULL 27/32] create-pull-request: allow '+' in git PROTO_RE, ie for 'git+ssh://'

2011-05-31 Thread Saul Wold
From: Martin Jansa Signed-off-by: Martin Jansa --- scripts/create-pull-request |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/create-pull-request b/scripts/create-pull-request index 19b640f..d52098e 100755 --- a/scripts/create-pull-request +++ b/scripts/create

[OE-core] [CONSOLIDATED PULL 28/32] binconfig: improve handling of empty prefixes

2011-05-31 Thread Saul Wold
From: Phil Blundell 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 two cases I tested (freet

[OE-core] [CONSOLIDATED PULL 19/32] alsa-tools: update to 1.0.24.1

2011-05-31 Thread Saul Wold
Signed-off-by: Saul Wold --- ...alsa-tools_1.0.20.bb => alsa-tools_1.0.24.1.bb} |0 1 files changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-multimedia/alsa/{alsa-tools_1.0.20.bb => alsa-tools_1.0.24.1.bb} (100%) diff --git a/meta/recipes-multimedia/alsa/alsa-tools_1.0.20.bb b

[OE-core] [CONSOLIDATED PULL 11/32] dtc: Cleanup and update recipe

2011-05-31 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-kernel/dtc/dtc-native.inc |3 --- meta/recipes-kernel/dtc/dtc-native_git.bb |5 - meta/recipes-kernel/dtc/dtc.inc|8 +++- meta/recipes-kernel/dtc/dtc/remove_space_opt.patch |2 ++ meta/recip

Re: [OE-core] [PATCH] tcmode-default: disable ARMv7 Optimization for qt4-x11-free

2011-05-31 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/31/2011 11:10 PM, Martin Jansa wrote: > On Tue, May 31, 2011 at 10:57:00PM -0700, Khem Raj wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 05/31/2011 10:26 PM, Saul Wold wrote: >>> [YOCTO #1030] >>> >>> This diables the ARMv7

[OE-core] [CONSOLIDATED PULL 17/32] msmtp: update tof 1.4.24

2011-05-31 Thread Saul Wold
Signed-off-by: Saul Wold --- .../msmtp/{msmtp_1.4.23.bb => msmtp_1.4.24.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/msmtp/{msmtp_1.4.23.bb => msmtp_1.4.24.bb} (81%) diff --git a/meta/recipes-extended/msmtp/msmtp_1.4.23.bb b/meta/recipes-ex

Re: [OE-core] [CONSOLIDATED PULL 12/32] libiconv: update to 1.13.1

2011-05-31 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/31/2011 11:21 PM, Saul Wold wrote: > Add Upstream-Status tags to patches > > Signed-off-by: Saul Wold > --- > .../autoconf.patch |2 ++ > .../shared_preloadable_libiconv_linux.patch|2 ++ > .../{

[OE-core] [CONSOLIDATED PULL 23/32] distro tracking: updates

2011-05-31 Thread Saul Wold
Signed-off-by: Saul Wold --- .../conf/distro/include/distro_tracking_fields.inc | 99 ++-- 1 files changed, 72 insertions(+), 27 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index bcf7a1a..7

[OE-core] [CONSOLIDATED PULL 21/32] rxvt-unicode: update to 9.11

2011-05-31 Thread Saul Wold
Signed-off-by: Saul Wold --- .../rxvt.desktop |0 .../rxvt.png | Bin 2847 -> 2847 bytes .../xwc.patch |0 .../{rxvt-unicode_9.10.bb => rxvt-unicode_9.11.bb} |0 4 files chang

[OE-core] [CONSOLIDATED PULL 00/32] 1-June-2011 Request

2011-05-31 Thread Saul Wold
Richard, This contains a few patches from the community, along with a batch of updates and bug fixes from me. This includes the patch I submitted for the beagleboard qt4-x11-free failure. This has been built via world. Thanks Sau! The following changes since commit 26e5e5feb695864b11

Re: [OE-core] Parsing errors

2011-05-31 Thread Koen Kooi
Op 1 jun 2011, om 00:45 heeft Khem Raj het volgende geschreven: > Hi > > In slugos when I updated to today's snapshot of oe-core and meta-oe > its giving me this > > ERROR: Information not available for target 'all-linux' > > | ETA: 00:00:37 >

Re: [OE-core] [CONSOLIDATED PULL 09/32] gettext: Update to 0.18.1.1

2011-05-31 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/31/2011 11:21 PM, Saul Wold wrote: > Add Upstream Status tags to patches > > Signed-off-by: Saul Wold > --- > .../gettext/gettext-0.16.1/disable_java.patch |2 + > .../gettext-0.16.1/fix_aclocal_version.patch |2 + > .../get

Re: [OE-core] [CONSOLIDATED PULL 09/32] gettext: Update to 0.18.1.1

2011-05-31 Thread Saul Wold
On 05/31/2011 11:32 PM, Khem Raj wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/31/2011 11:21 PM, Saul Wold wrote: Add Upstream Status tags to patches Signed-off-by: Saul Wold --- .../gettext/gettext-0.16.1/disable_java.patch |2 + .../gettext-0.16.1/fix_aclocal_version

Re: [OE-core] Parsing errors

2011-05-31 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/31/2011 11:31 PM, Koen Kooi wrote: > > Op 1 jun 2011, om 00:45 heeft Khem Raj het volgende geschreven: > >> Hi >> >> In slugos when I updated to today's snapshot of oe-core and meta-oe >> its giving me this >> >> ERROR: Information not availab

[OE-core] [CONSOLIDATED PULL 32/32] clutter-1.6: Add patch to update gettext macro version

2011-05-31 Thread Saul Wold
Signed-off-by: Saul Wold --- .../recipes-graphics/clutter/clutter-1.6_1.6.14.bb |5 ++- .../clutter/update_gettext_macro_version.patch | 32 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-graphics/clutter/clutter/update_gettext_m