[OE-core] [PATCH 0/5] Connectivity and base packages updates.

2012-07-23 Thread Cristian Iorga
Multiple package updates, see below for details. Packages and core-image-sato target build on all architectures. Basic sanity tests performed in core-image-sato under qemux86. No obvious issues observed. Cristian Iorga (5): telepathy-glib: upgrade to ver. 0.19.4 iptables: upgrade to ver. 1.4.1

[OE-core] [PATCH 5/5] byacc: upgrade to ver. 20120526

2012-07-23 Thread Cristian Iorga
Signed-off-by: Cristian Iorga --- .../byacc/{byacc_20120115.bb => byacc_20120526.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/byacc/{byacc_20120115.bb => byacc_20120526.bb} (75%) diff --git a/meta/recipes-extended/byacc/byacc_20120115.bb b/meta

[OE-core] [PATCH 4/5] libpcap: upgrade to ver. 1.3

2012-07-23 Thread Cristian Iorga
Signed-off-by: Cristian Iorga --- .../{libpcap-1.2.1 => libpcap-1.3.0}/aclocal.patch |0 .../ieee80215-arphrd.patch |0 .../libpcap/{libpcap_1.2.1.bb => libpcap_1.3.0.bb} |4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivit

[OE-core] [PATCH 3/5] telepathy-mission-control: upgrade to ver. 5.13

2012-07-23 Thread Cristian Iorga
Signed-off-by: Cristian Iorga --- ...12.0.bb => telepathy-mission-control_5.13.0.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.12.0.bb => telepathy-mission-control_5.13.0.bb} (92%) diff --git a/meta/re

[OE-core] [PATCH 2/5] iptables: upgrade to ver. 1.4.14

2012-07-23 Thread Cristian Iorga
Signed-off-by: Cristian Iorga --- .../{iptables_1.4.13.bb => iptables_1.4.14.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/iptables/{iptables_1.4.13.bb => iptables_1.4.14.bb} (91%) diff --git a/meta/recipes-extended/iptables/iptables_1.4.13.b

[OE-core] [PATCH 1/5] telepathy-glib: upgrade to ver. 0.19.4

2012-07-23 Thread Cristian Iorga
Signed-off-by: Cristian Iorga --- ...thy-glib_0.19.2.bb => telepathy-glib_0.19.4.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.19.2.bb => telepathy-glib_0.19.4.bb} (80%) diff --git a/meta/recipes-connectivity/telep

Re: [OE-core] [PATCH 1/1] quota 4.00: add DEPENDS gettext-native

2012-07-23 Thread jhuang0
On 7/23/2012 6:00 PM, Richard Purdie wrote: On Mon, 2012-07-23 at 16:38 +0800, jackie.hu...@windriver.com wrote: From: Jackie Huang do_install needs command 'msgfmt', it would fail if the command doesn't exist on the host, add DEPENDS gettext-native to fix this. [YOCTO #2811] Signed-off-by:

Re: [OE-core] [PATCH 1/1] useradd.bbclass: use locking of bb.utils to avoid lock race issue of useradd/groupadd

2012-07-23 Thread jhuang0
On 7/23/2012 6:09 PM, Richard Purdie wrote: On Sun, 2012-07-22 at 14:53 +0800, jackie.hu...@windriver.com wrote: From: Jackie Huang A race condition can occur when adding users and groups to the passwd and group files, in [YOCTO #1794], 10 times retry added but it is not fixed completely. Th

[OE-core] [PATCH] insserv: define do_install_virtclass-native()

2012-07-23 Thread rongqing.li
From: Roy.Li [YOCTO #2812] Since files installation dirs are DESTDIR/etc/, DESTDIR/sbin etc in Makefile, not DESTDIR/${sysconfdir}/, DESTDIR/${sbindir}/, for the native package, a prefix can not be inserted which is needed when do the next step of install and do_populate_sysroot. Now we define

[OE-core] [PATCH v2] busybox:udhcpc: fix the root_is_nfs() function

2012-07-23 Thread rongqing.li
From: Roy.Li [YOCTO #2788] The system will be hung when udhcpc starts, if nfs is mounted at "/" directory and default route is different after starting udhcpc. The cause is that root_is_nfs() does not work after kernel-2.6.37, since the device name has been changed from /dev/root to ${IPADDR}:$

[OE-core] RPATH errors in postgresql

2012-07-23 Thread Nathan West
I get the following list of errors while building postgresql: I added an EXTRA_OECONF of --disable-rpath based on this fix: http://comments.gmane.org/gmane.comp.handhelds.openembedded.core/17183 I'm not entirely sure what this does, but it does seem to fix the build. My initial guess is it remove

Re: [OE-core] meta-toolchain type SDK containing external toolchain possible?

2012-07-23 Thread Manuel Bessler
On Fri, Jul 20, 2012 at 1:55 PM, Mark Hatle wrote: >> What do you mean by "via a crosssdk/cross-canadian binary"? Built by >> bitbake using the *-cross-canadian recipes? > > > You need to create a crosssdk/cross-canadian recipe that copies the binary > toolchain into the right SDK location(s). Us

[OE-core] [PATCH 6/6] buildhistory: improve performance of image info collection

2012-07-23 Thread Paul Eggleton
Reduce the number of calls to the packaging tool, especially in the case of rpm, using helper utilities to gather the required information more efficiently where possible. Signed-off-by: Paul Eggleton --- meta/classes/buildhistory.bbclass | 51 - meta/classes/rootfs_deb

[OE-core] [PATCH 2/6] classes/rootfs_rpm: improve speed of RPM rootfs construction

2012-07-23 Thread Paul Eggleton
Improve the performance of the RPM backend during do_rootfs by performing most of the package name to file resolution in a separate utility written in C, processing the entire list of packages at once rather than running rpm on the command line which loads the RPM database for every package. Signe

[OE-core] [PATCH 3/6] classes/package_deb: add PackageArch field

2012-07-23 Thread Paul Eggleton
If we want to query the PACKAGE_ARCH from the installed package (as we do in order to be able to do a pkgdata lookup for example) then we need to have this stored in its own field as this is not always the same as the Architecture field for deb packages. Signed-off-by: Paul Eggleton --- meta/cla

[OE-core] [PATCH 4/6] Rework installation of dev, dbg, doc, and locale packages

2012-07-23 Thread Paul Eggleton
Use a similar mechanism that was previously used to install locales at rootfs generation time to install other "complementary" packages (e.g. *-dev packages) - i.e. install all of the explicitly requested packages and their dependencies, then get a list of the packages that were installed, and use

[OE-core] [PATCH 1/6] package.bbclass: Create symlinks for packages with different packaged name

2012-07-23 Thread Paul Eggleton
From: Andrei Gherzan While generating license.manifest package information is searched in: filename=`ls ${TMPDIR}/pkgdata/*/runtime/${pkg}| head -1` This is ok as long as package name is the same as the package name after packaging. For example dbus is packaged as dbus-1. So, searching ls ${TMPDI

[OE-core] [PATCH 5/6] classes/image: add staticdev-pkgs IMAGE_FEATURES feature

2012-07-23 Thread Paul Eggleton
Add a staticdev-pkgs feature that can be added to IMAGE_FEATURES in order to install all staticdev packages. Fixes [YOCTO #2531]. Signed-off-by: Paul Eggleton --- meta/classes/image.bbclass |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/classes/image.bbclass b/me

[OE-core] [PATCH 0/6] rootfs generation improvements v2

2012-07-23 Thread Paul Eggleton
Fix up handling of "complementary" package installation (dev, dbg, doc, etc.) and introduce a staticdev-pkgs IMAGE_FEATURES feature. I've tested this with all backends using buildhistory to examine the changes to the image contents, and compared the lists of files in the SDK-from-image output with

Re: [OE-core] OE layer index page entry referring to "meta-oe" seems wrong

2012-07-23 Thread Paul Eggleton
On Monday 23 July 2012 17:03:12 Robert P. J. Day wrote: > -- meta-openembedded's meta-multimedia and meta-systemd layers don't > appear to be listed on that page. is that a deliberate omission? It was, since up until recently both of those layers were empty. Thanks for reminding me though - I ha

Re: [OE-core] OE layer index page entry referring to "meta-oe" seems wrong

2012-07-23 Thread Robert P. J. Day
On Mon, 23 Jul 2012, Paul Eggleton wrote: > On Monday 23 July 2012 14:57:15 Robert P. J. Day wrote: > > i was checking out the OE layer index page: > > > > http://www.openembedded.org/wiki/LayerIndex > > > > and it seems like the early entry for meta-oe is misleading. if you > > check out that

Re: [OE-core] OE layer index page entry referring to "meta-oe" seems wrong

2012-07-23 Thread Paul Eggleton
On Monday 23 July 2012 14:57:15 Robert P. J. Day wrote: > i was checking out the OE layer index page: > > http://www.openembedded.org/wiki/LayerIndex > > and it seems like the early entry for meta-oe is misleading. if you > check out that git repo, what you get is the meta-openembedded top > l

[OE-core] [PATCH V2] libcgroup_0.37.1.bb: Add recipe

2012-07-23 Thread Khem Raj
This recipe is imported from meta-oe its a requirement for systemd to work. Now that systemd is living in a layer of its own. Lets have this recipe into core metadata Signed-off-by: Khem Raj --- meta/recipes-core/libcgroup/libcgroup_0.37.1.bb | 27 +++ 1 files changed, 27 i

[OE-core] [PATCH V3] kernel bbclass: Recreate uImage only when KEEPUIMAGE != "yes"

2012-07-23 Thread Khem Raj
From: Koen Kooi The intent of the uImage code in this class includes the following 1) be able to specify custom load addresses without needing to patch the kernel 2) add better information to the uImage description field The current state is a NOP anyway, the kernel will always build a uImage w

Re: [OE-core] [PATCH V2 2/2] kernel bbclass: Recreate uImage only when KEEPUIMAGE != "yes"

2012-07-23 Thread Khem Raj
On Mon, Jul 23, 2012 at 12:18 PM, Saul Wold wrote: >> >> +KEEPUIMAGE ?? = "yes" >> > this really worked? (note the space between ?? = ) No it did not once I switched the testing branch to really what I wanted to test. Thanks I will send out a v3 soon _

Re: [OE-core] [PATCH V2 2/2] kernel bbclass: Recreate uImage only when KEEPUIMAGE != "yes"

2012-07-23 Thread Saul Wold
On 07/20/2012 04:22 PM, Khem Raj wrote: From: Koen Kooi The intent of the uImage code in this class includes the following 1) be able to specify custom load addresses without needing to patch the kernel 2) add better information to the uImage description field The current state is a NOP anywa

[OE-core] OE layer index page entry referring to "meta-oe" seems wrong

2012-07-23 Thread Robert P. J. Day
i was checking out the OE layer index page: http://www.openembedded.org/wiki/LayerIndex and it seems like the early entry for meta-oe is misleading. if you check out that git repo, what you get is the meta-openembedded top level directory, of which meta-oe is just one of a number of sub-layer

Re: [OE-core] [PATCH] busybox:udhcpc: fix the root_is_nfs() function

2012-07-23 Thread Saul Wold
On 07/21/2012 05:46 PM, rongqing...@windriver.com wrote: From: Roy.Li [YOCTO #2788] The system will be hung when udhcpc starts, if nfs is mounted at "/" directory and default route is different after starting udhcpc. The cause is that root_is_nfs() does not work after kernel-2.6.37, since the

Re: [OE-core] [oe-commits] Ross Burton : webkit-gtk: remove no-parallel bodge

2012-07-23 Thread Burton, Ross
On 21 July 2012 00:15, Martin Jansa wrote: > I've built it without PARALLEL_MAKE about 8 times already and this is > first time it failed.. so the race condition is probably still there. Disabling parallel makes really does make webkit take a long time to build. My preferred option at the moment

Re: [OE-core] [PATCH 00/26] Use gtk-doc-stub

2012-07-23 Thread Saul Wold
On 07/19/2012 09:10 AM, Ross Burton wrote: That nice Colin Walters had the same problem in ostree that we have in Poky - gtk-doc and modules that autoregen. He solved it in a cleaner manner and created gtk-doc-stub, which has the external interface of gtk-doc but (obviously) does nothing. This

Re: [OE-core] [PATCH 0/1] openssl upgrade

2012-07-23 Thread Saul Wold
On 07/20/2012 08:38 AM, Scott Garman wrote: Hello, This pull request upgrades openssl to 1.0.0j to address a security vulnerability. This pull request is intended for both master and denzil. It has been build-tested on all 5 of our QEMU architectures and run through our buildhistory system wit

Re: [OE-core] [PATCH v2 00/16] python-native: Put binaries in seperate directory

2012-07-23 Thread Saul Wold
On 07/19/2012 10:46 AM, Morgan Little wrote: I updated python-native like it was suggest by Richard here: http://lists.linuxtogo.org/pipermail/openembedded-core/2012-June/024644.html It is to resolve an issue that comes up when python-native is building and autoconf finds the binary but not the

Re: [OE-core] [PATCH] autoconf: updated to 2.69

2012-07-23 Thread Saul Wold
On 07/19/2012 03:33 AM, Bogdan Marinescu wrote: Tested with core-image-sato-sdk and lib32-core-image-sato-sdk. This update was done mainly because multilib builds failed on master with this error: | autoreconf: running: aclocal -I /poky/build/tmp/work/x86-pokymllib32-linux/lib32-automake-1.12.

Re: [OE-core] [PATCH 0/3] linux-yocto: consolidated pull

2012-07-23 Thread Saul Wold
On 07/20/2012 08:19 AM, Bruce Ashfield wrote: Richard/Saul, I've got some -stable updates, -rt updates and other changes that are almost done, but I wanted to get these smaller patches out of my queue first. We have some cleanup patches from Robert P. J. Day and a meta branch update for EMGD, C

[OE-core] [PATCH v2 2/2] shadow: use 'users' group by default

2012-07-23 Thread Otavio Salvador
The rootfs has 'users' group at number 100 and without this fix it would assign to a non-existent group and if a group with gid as 1000 is created later it would own all files for users created. Signed-off-by: Otavio Salvador --- meta/recipes-extended/shadow/shadow_4.1.4.3.bb |5 - 1 fil

[OE-core] [PATCH v2 1/2] shadow-native: use 'users' group by default

2012-07-23 Thread Otavio Salvador
The rootfs has 'users' group at number 100 and without this fix it would assign to a non-existent group and if a group with gid as 1000 is created later it would own all files for users created. Signed-off-by: Otavio Salvador --- .../shadow/shadow-native_4.1.4.3.bb|5 - 1

[OE-core] [PATCH 0/1] linux-yocto/3.4: -stable and -rt updates

2012-07-23 Thread Bruce Ashfield
Richard/Saul, A fairly simple refresh of the 3.4 kernel to pickup 3.4.6 and update the -rt patch to -rt14. Tested on qemu* locally. Updates to other layers will follow later. Cheers, Bruce The following changes since commit 315d52934693b14f08b62f3f5f361d834484e180: Pyphon-native: Fix typo (

[OE-core] [PATCH 1/1] linux-yocto/3.4: 3.4.6 and 3.4.x-rt14

2012-07-23 Thread Bruce Ashfield
Updating the 3.4 kernel to the latest -stable release and updating preempt-rt to 3.4.4-rt14. Tested on qemu* Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb |8 meta/recipes-kernel/linux/linux-yocto_3.4.bb| 16 2 files change

Re: [OE-core] [PATCH] kmod: Handle undefined O_CLOEXEC

2012-07-23 Thread Gary Thomas
On 2012-07-23 08:02, Radu Moisan wrote: Close-on-exec seems to be unsuported on some architectures like CentOS 5.8 and thus causing some packages to fail to build successfully. Future kernel version will probably fix this, but for now this patch works around this problem. Signed-off-by: Radu Moi

Re: [OE-core] [oe-core][RFC] bitbake.conf: exclude whole MACHINEOVERRIDES from OVERRIDES vardeps

2012-07-23 Thread Chris Larson
On Mon, Jul 23, 2012 at 8:45 AM, Richard Purdie wrote: > On Mon, 2012-07-23 at 16:25 +0200, Martin Jansa wrote: >> * whole MACHINEOVERRIDES can change e.g. between MACHINES with different arm >> architecture, causing allarch packages to reexecute do_package >> bitbake-diffsigs >> ../shr-core/t

Re: [OE-core] [oe-core][RFC] bitbake.conf: exclude whole MACHINEOVERRIDES from OVERRIDES vardeps

2012-07-23 Thread Richard Purdie
On Mon, 2012-07-23 at 16:25 +0200, Martin Jansa wrote: > * whole MACHINEOVERRIDES can change e.g. between MACHINES with different arm > architecture, causing allarch packages to reexecute do_package > bitbake-diffsigs > ../shr-core/tmp-eglibc/stamps/all-oe-linux/xserver-nodm-init-2.0-r16.do_pac

[OE-core] Tagging autobuilder bugs

2012-07-23 Thread Burton, Ross
Hi, I just did my first week on the SWAT team, monitoring the autobuilder. Thanks to Richard and Paul for putting up with all my questions! I did find that one of the hardest things was transferring the latest knowledge of what is broken, what isn't really broken, and what should work from the p

[OE-core] [PATCH] libgcc: Add missing dependency on libc:do_package

2012-07-23 Thread Richard Purdie
do_package writes out shlibs data and libgcc can depend on the values there. We therefore need to express the depdency so that sstate can account for it for example. Without this a version change in eglibc can "psersist" in the sstate cache and corrupt builds. Signed-off-by: Richard Purdie --- d

Re: [OE-core] [PATCH v2] kmod: Handle undefined O_CLOEXEC

2012-07-23 Thread Enrico Scholz
Radu Moisan writes: > Close-on-exec seems to be unsuported on some architectures like CentOS 5.8 > and thus causing some packages to fail to build successfully. Have you verified that making O_CLOEXEC a noop does not break the applications? Enrico

[OE-core] [oe-core][RFC] bitbake.conf: exclude whole MACHINEOVERRIDES from OVERRIDES vardeps

2012-07-23 Thread Martin Jansa
* whole MACHINEOVERRIDES can change e.g. between MACHINES with different arm architecture, causing allarch packages to reexecute do_package bitbake-diffsigs ../shr-core/tmp-eglibc/stamps/all-oe-linux/xserver-nodm-init-2.0-r16.do_package.sigdata.90e760a8f6cecbd87cb2e95f1237e3cc ../shr-core/tmp

[OE-core] [PATCH v2] kmod: Handle undefined O_CLOEXEC

2012-07-23 Thread Radu Moisan
Close-on-exec seems to be unsuported on some architectures like CentOS 5.8 and thus causing some packages to fail to build successfully. Future kernel version will probably fix this, but for now this patch works around this problem. Signed-off-by: Radu Moisan --- meta/recipes-kernel/kmod/kmod.in

[OE-core] [PATCH] kmod: Handle undefined O_CLOEXEC

2012-07-23 Thread Radu Moisan
Close-on-exec seems to be unsuported on some architectures like CentOS 5.8 and thus causing some packages to fail to build successfully. Future kernel version will probably fix this, but for now this patch works around this problem. Signed-off-by: Radu Moisan --- meta/recipes-kernel/kmod/kmod.in

Re: [OE-core] [PATCH] Handle undefined O_CLOEXEC

2012-07-23 Thread Koen Kooi
Please update the commit message to adhere to the commit policy. At least mention the recipe name in the first line. Op 23 jul. 2012, om 15:31 heeft Radu Moisan het volgende geschreven: > Close-on-exec seems to be unsuported on some architectures like CentOS 5.8 > and thus causing some packages

[OE-core] [PATCH] Handle undefined O_CLOEXEC

2012-07-23 Thread Radu Moisan
Close-on-exec seems to be unsuported on some architectures like CentOS 5.8 and thus causing some packages to fail to build successfully. Future kernel version will probably fix this, but for now this patch works around this problem. Signed-off-by: Radu Moisan --- meta/recipes-kernel/kmod/kmod.in

Re: [OE-core] [oe-commits] Morgan Little : python: Update for python-native changes

2012-07-23 Thread Martin Jansa
On Mon, Jul 23, 2012 at 02:02:12PM +0100, Richard Purdie wrote: > On Mon, 2012-07-23 at 13:37 +0200, Martin Jansa wrote: > > On Mon, Jul 23, 2012 at 12:32:55PM +0100, Richard Purdie wrote: > > > On Mon, 2012-07-23 at 13:18 +0200, Martin Jansa wrote: > > > > On Sun, Jul 22, 2012 at 10:43:53AM +,

Re: [OE-core] [oe-commits] Morgan Little : python: Update for python-native changes

2012-07-23 Thread Richard Purdie
On Mon, 2012-07-23 at 13:37 +0200, Martin Jansa wrote: > On Mon, Jul 23, 2012 at 12:32:55PM +0100, Richard Purdie wrote: > > On Mon, 2012-07-23 at 13:18 +0200, Martin Jansa wrote: > > > On Sun, Jul 22, 2012 at 10:43:53AM +, g...@git.openembedded.org wrote: > > > > Module: openembedded-core.git

Re: [OE-core] Proposal: Creating meta-networking

2012-07-23 Thread Firago Alexey
Hi all, On 6/15/2012 8:15 AM, Joe MacDonald wrote: We've been talking about this on-and-off at Wind River for a while now, but it now seems like a reasonable time to bring a proposal to the OE community at large. We're thinking about creating a new layer to house recipes, etc. for networking p

Re: [OE-core] [oe-commits] Bruce Ashfield : kern-tools: add buildall and robustness fixes

2012-07-23 Thread Bruce Ashfield
On Mon, Jul 23, 2012 at 4:49 AM, Martin Jansa wrote: > On Fri, Jun 29, 2012 at 09:04:54AM -0400, Bruce Ashfield wrote: >> On Fri, Jun 29, 2012 at 2:00 AM, Martin Jansa wrote: >> > On Thu, Jun 28, 2012 at 07:31:45PM -0400, Bruce Ashfield wrote: >> >> On Thu, Jun 28, 2012 at 5:32 PM, Martin Jansa

Re: [OE-core] [oe-commits] Ross Burton : Add gtk-doc-stub

2012-07-23 Thread Burton, Ross
On 23 July 2012 12:30, Martin Jansa wrote: > That's probably because of one of those: > OE @ ~/meta-openembedded $ git grep DEPENDS.*gtk-doc > meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.3.bb:DEPENDS = > "libgnomecanvas libbonobo libgnome glib-2.0 gtk-doc gconf libxml2 libglade" > meta-gnome

Re: [OE-core] [oe-commits] Morgan Little : python: Update for python-native changes

2012-07-23 Thread Martin Jansa
On Mon, Jul 23, 2012 at 12:32:55PM +0100, Richard Purdie wrote: > On Mon, 2012-07-23 at 13:18 +0200, Martin Jansa wrote: > > On Sun, Jul 22, 2012 at 10:43:53AM +, g...@git.openembedded.org wrote: > > > Module: openembedded-core.git > > > Branch: master > > > Commit: 284a65d55f0ffad0f4f7f32d72da

Re: [OE-core] [oe-commits] Morgan Little : python: Update for python-native changes

2012-07-23 Thread Richard Purdie
On Mon, 2012-07-23 at 13:18 +0200, Martin Jansa wrote: > On Sun, Jul 22, 2012 at 10:43:53AM +, g...@git.openembedded.org wrote: > > Module: openembedded-core.git > > Branch: master > > Commit: 284a65d55f0ffad0f4f7f32d72da0f9410578643 > > URL: > > http://git.openembedded.org/?p=openembedded-

Re: [OE-core] [oe-commits] Ross Burton : Add gtk-doc-stub

2012-07-23 Thread Martin Jansa
On Mon, Jul 23, 2012 at 10:40:39AM +0100, Burton, Ross wrote: > On 23 July 2012 10:18, Martin Jansa wrote: > > For some reason non-native gtk-doc-stub is pulled to image dependency > > tree for me after last oe-core changes. I'll check dep graph.. if that's > > not expected. > > It's not in the c

[OE-core] grub: Allow reautoconf with the correct parameters

2012-07-23 Thread Richard Purdie
Without this change, an effective reautoconf happens at compile time with potentially incorrect parameters. This change ensures it happens once, in do_configure with the correct parameters. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/grub/grub_1.99.bb b/meta/recipes-bsp/gru

Re: [OE-core] [oe-commits] Morgan Little : python: Update for python-native changes

2012-07-23 Thread Martin Jansa
On Sun, Jul 22, 2012 at 10:43:53AM +, g...@git.openembedded.org wrote: > Module: openembedded-core.git > Branch: master > Commit: 284a65d55f0ffad0f4f7f32d72da0f9410578643 > URL: > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=284a65d55f0ffad0f4f7f32d72da0f9410578643 > > A

Re: [OE-core] [PATCH 0/3] rootfs generation improvements

2012-07-23 Thread Paul Eggleton
On Tuesday 17 July 2012 09:01:07 Saul Wold wrote: > On 07/11/2012 06:04 AM, Paul Eggleton wrote: > > Fix up handling of "complementary" package installation (dev, dbg, doc, > > etc.) and introduce a staticdev-pkgs IMAGE_FEATURES feature. > > > > I've tested this with all backends using buildhistor

Re: [OE-core] [PATCH 1/2] libcanberra: upgrade to ver. 0.29

2012-07-23 Thread Iorga, Cristian
Hi Saul, I think everything is ok now. Thanks. It is already merged, with the right versions. /Cristian -Original Message- From: Saul Wold [mailto:s...@linux.intel.com] Sent: Saturday, July 21, 2012 3:21 AM To: Patches and discussions about the oe-core layer Cc: Iorga, Cristian Subject:

Re: [OE-core] any current standard on avoiding use of both "_append" and "+="?

2012-07-23 Thread Robert P. J. Day
On Mon, 23 Jul 2012, Paul Eggleton wrote: > On Monday 23 July 2012 06:07:58 Robert P. J. Day wrote: > > is this valid? > > > > meta/classes/rootfs_rpm.bbclass:IMAGE_ROOTFS_EXTRA_SPACE_append = > > "${@base_contains("PACKAGE_INSTALL", "zypper", " + 51200", "" ,d)}" > > > > does one not need the l

Re: [OE-core] any current standard on avoiding use of both "_append" and "+="?

2012-07-23 Thread Paul Eggleton
On Monday 23 July 2012 06:07:58 Robert P. J. Day wrote: > is this valid? > > meta/classes/rootfs_rpm.bbclass:IMAGE_ROOTFS_EXTRA_SPACE_append = > "${@base_contains("PACKAGE_INSTALL", "zypper", " + 51200", "" ,d)}" > > does one not need the leading space in this context? We're not adding to some

Re: [OE-core] [PATCH 1/1] useradd.bbclass: use locking of bb.utils to avoid lock race issue of useradd/groupadd

2012-07-23 Thread Richard Purdie
On Sun, 2012-07-22 at 14:53 +0800, jackie.hu...@windriver.com wrote: > From: Jackie Huang > > A race condition can occur when adding users and groups to the > passwd and group files, in [YOCTO #1794], 10 times retry added > but it is not fixed completely. > > This fix re-writes the useradd_prein

Re: [OE-core] any current standard on avoiding use of both "_append" and "+="?

2012-07-23 Thread Robert P. J. Day
On Mon, 23 Jul 2012, Paul Eggleton wrote: > On Sunday 22 July 2012 15:12:51 Robert P. J. Day wrote: > > quick check shows this: > > > > recipes-graphics/xorg-lib/libxp_1.0.1.bb:CFLAGS_append += " -I > > ${S}/include/X11/XprintUtil -I ${S}/include/X11/extensions" > > recipes-sato/webkit/webkit-gt

[OE-core] webkit-gtk: Replace superfluous "+=" with "=", and add leading space

2012-07-23 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day --- i think that might be all of them ... diff --git a/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb b/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb index 229273f..dd43811 100644 --- a/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb +++ b/meta/recipes-sato/webkit/

Re: [OE-core] [PATCH 1/1] quota 4.00: add DEPENDS gettext-native

2012-07-23 Thread Richard Purdie
On Mon, 2012-07-23 at 16:38 +0800, jackie.hu...@windriver.com wrote: > From: Jackie Huang > > do_install needs command 'msgfmt', it would fail if the command > doesn't exist on the host, add DEPENDS gettext-native to fix this. > > [YOCTO #2811] > > Signed-off-by: Jackie Huang > --- > meta/rec

Re: [OE-core] [PATCH 3/3] libcgroup_0.37.1.bb: Add recipe

2012-07-23 Thread Paul Eggleton
On Sunday 22 July 2012 16:54:18 Khem Raj wrote: > +# We really need the symlink so :( > +ERROR_QA = "debug-deps dev-deps debug-files arch la2 pkgconfig la perms" Why do you need this? If you really do need it, you must use INSANE_SKIP and not ERROR_QA here. Cheers, Paul -- Paul Eggleton Intel

[OE-core] libxp: Change superfluous "+=" to simple "=" when using _append

2012-07-23 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day --- diff --git a/meta/recipes-graphics/xorg-lib/libxp_1.0.1.bb b/meta/recipes-graphics/xorg-lib/libxp_1.0.1.bb index 349dad1..dbd4609 100644 --- a/meta/recipes-graphics/xorg-lib/libxp_1.0.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxp_1.0.1.bb @@ -15,7 +15,7 @@

Re: [OE-core] [oe-commits] Ross Burton : Add gtk-doc-stub

2012-07-23 Thread Burton, Ross
On 23 July 2012 10:18, Martin Jansa wrote: > For some reason non-native gtk-doc-stub is pulled to image dependency > tree for me after last oe-core changes. I'll check dep graph.. if that's > not expected. It's not in the core-image-sato dependencies according to depexp. If you could see what pu

Re: [OE-core] [oe-commits] Ross Burton : Add gtk-doc-stub

2012-07-23 Thread Burton, Ross
On 23 July 2012 10:18, Martin Jansa wrote: > For some reason non-native gtk-doc-stub is pulled to image dependency > tree for me after last oe-core changes. I'll check dep graph.. if that's > not expected. No, it's not expected. Ross ___ Openembedded-

Re: [OE-core] [oe-commits] Ross Burton : Add gtk-doc-stub

2012-07-23 Thread Martin Jansa
On Mon, Jul 23, 2012 at 10:06:54AM +0100, Burton, Ross wrote: > On 23 July 2012 09:15, Martin Jansa wrote: > > This has couple of unpackaged files: > > > > NOTE: package > > gtk-doc-stub-0.0+git1+3dfd0a09de696ec8c544762747f8a0f77153622e-r0: task > > do_package: Started > > WARNING: QA Issue: gtk

Re: [OE-core] any current standard on avoiding use of both "_append" and "+="?

2012-07-23 Thread Paul Eggleton
On Sunday 22 July 2012 15:12:51 Robert P. J. Day wrote: > quick check shows this: > > recipes-graphics/xorg-lib/libxp_1.0.1.bb:CFLAGS_append += " -I > ${S}/include/X11/XprintUtil -I ${S}/include/X11/extensions" > recipes-sato/webkit/webkit-gtk_1.8.1.bb:EXTRA_OECONF_append_powerpc += > "--with-un

Re: [OE-core] [oe-commits] Ross Burton : Add gtk-doc-stub

2012-07-23 Thread Burton, Ross
On 23 July 2012 09:15, Martin Jansa wrote: > This has couple of unpackaged files: > > NOTE: package > gtk-doc-stub-0.0+git1+3dfd0a09de696ec8c544762747f8a0f77153622e-r0: task > do_package: Started > WARNING: QA Issue: gtk-doc-stub: Files/directories were installed but not > shipped > /usr/shar

Re: [OE-core] [oe-commits] Bruce Ashfield : kern-tools: add buildall and robustness fixes

2012-07-23 Thread Martin Jansa
On Fri, Jun 29, 2012 at 09:04:54AM -0400, Bruce Ashfield wrote: > On Fri, Jun 29, 2012 at 2:00 AM, Martin Jansa wrote: > > On Thu, Jun 28, 2012 at 07:31:45PM -0400, Bruce Ashfield wrote: > >> On Thu, Jun 28, 2012 at 5:32 PM, Martin Jansa > >> wrote: > >> > On Thu, Jun 28, 2012 at 03:24:41PM +000

[OE-core] [PATCH] dhcp: remove dependency of dev/staticdev packages on main package

2012-07-23 Thread Paul Eggleton
The main package is empty and is not produced, which leaves the dev and staticdev packages broken. Remove the dependencies (added in bitbake.conf by default) to fix this. Signed-off-by: Paul Eggleton --- meta/recipes-connectivity/dhcp/dhcp.inc |2 ++ meta/recipes-connectivity/dhcp/dh

[OE-core] [PATCH 0/1] quota 4.00: add DEPENDS gettext-native

2012-07-23 Thread jackie.huang
From: Jackie Huang do_install needs command 'msgfmt', it would fail if the command doesn't exist on the host, add DEPENDS gettext-native to fix this. [YOCTO #2811] Signed-off-by: Jackie Huang --- The following changes since commit da1de01aa74da0f38f07af523a9861824f7b0c95: Pyphon-native: Fix

[OE-core] [PATCH 1/1] quota 4.00: add DEPENDS gettext-native

2012-07-23 Thread jackie.huang
From: Jackie Huang do_install needs command 'msgfmt', it would fail if the command doesn't exist on the host, add DEPENDS gettext-native to fix this. [YOCTO #2811] Signed-off-by: Jackie Huang --- meta/recipes-extended/quota/quota_4.00.bb |2 ++ 1 files changed, 2 insertions(+), 0 deletion

Re: [OE-core] [oe-commits] Ross Burton : Add gtk-doc-stub

2012-07-23 Thread Martin Jansa
On Sun, Jul 22, 2012 at 10:43:20AM +, g...@git.openembedded.org wrote: > Module: openembedded-core.git > Branch: master > Commit: dd5d1104fde0418c18f9b18ab23837bf23e5b45b > URL: > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=dd5d1104fde0418c18f9b18ab23837bf23e5b45b > > A

[OE-core] Fwd: [PATCH] autoconf: updated to 2.69

2012-07-23 Thread Marinescu, Bogdan A
Resending to list (hit "reply" instead of "reply all" by mistake). -- Forwarded message -- From: Marinescu, Bogdan A Date: Fri, Jul 20, 2012 at 10:46 AM Subject: Re: [OE-core] [PATCH] autoconf: updated to 2.69 To: Saul Wold On Fri, Jul 20, 2012 at 7:34 AM, Saul Wold wrote: >

Re: [OE-core] Broken gettext/gdbm

2012-07-23 Thread Matthieu CRAPET
PREFERRED_PROVIDER_virtual/gettext = "gettext" fixes the issue! So something is wrong with proxy-libintl. Thanks for help! Regards, Matthieu -Message d'origine- DeĀ : openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] De la part de

Re: [OE-core] Broken gettext/gdbm

2012-07-23 Thread Richard Purdie
On Mon, 2012-07-23 at 08:50 +0200, Matthieu CRAPET wrote: > Hi, > > $ bitbake gdbm -e | grep ^DEPENDS > DEPENDS_GETTEXT="virtual/gettext gettext-native" > DEPENDS="autoconf-native automake-native libtool-native libtool-cross > gnu-config-native virtual/gettext gettext-native > virtual/arm-ingen

Re: [OE-core] [PATCH 1/1] useradd.bbclass: use locking of bb.utils to avoid lock race issue of useradd/groupadd

2012-07-23 Thread Randy MacLeod
On 12-07-22 09:56 PM, Randy MacLeod wrote: On 12-07-22 08:10 AM, Huang, j (Jackie) wrote: On Sun, 2012-07-22 at 14:53 +0800, jackie.hu...@windriver.com wrote: From: Jackie Huang A race condition can occur when adding users and groups to the passwd and group files, in [YOCTO #1794], 10 time

[OE-core] [PATCH 0/1] remake: Add remake-native and remake

2012-07-23 Thread wenzong.fan
From: Wenzong Fan Add remake-native and remake to yocto [YOCTO #2402] The following changes since commit 315d52934693b14f08b62f3f5f361d834484e180: Pyphon-native: Fix typo (2012-07-22 14:20:57 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib wenzong/2402

[OE-core] [PATCH 1/1] remake: Add remake-native and remake

2012-07-23 Thread wenzong.fan
From: Wenzong Fan remake is a patched version of GNU Make that adds improved error reporting, the ability to trace execution in a comprehensible way, and a debugger. [YOCTO #2402] Signed-off-by: Wenzong Fan --- meta/recipes-devtools/remake/remake.inc| 16 + .../remak