Re: [OE-core] [PATCH] dhcp: move dhcp leases files handling to postinst/postrm

2012-02-08 Thread Andrei Gherzan
I have merged Otavio's patch, so you will need to rebase your DHCP patch now I think. Sau! I will today. Thanks. ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] Upstream-Status finally @ 100%

2012-02-08 Thread Saul Wold
We finally did it! After getting some final patches yesterday, we made it to 100% with patch Upsteam-Status. Total Patches Files: 1243 All Upstream-Status: 1243 Fix Upstream-Status: 0 Need Upstream-Status: 0 Pending Upstream-Status: 461 This means we have 461 patches to now work their way

[OE-core] [PATCH] task-core-tools-profile: fix valgrind for arm and systemtap for mips

2012-02-08 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-core/tasks/task-core-tools-profile.bb |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/tasks/task-core-tools-profile.bb b/meta/recipes-core/tasks/task-core-tools-profile.bb index

Re: [OE-core] bitbake -c clean package fails

2012-02-08 Thread Ulf Samuelsson
On 2012-02-07 23:40, Khem Raj wrote: Clean it's just a clean. As in make clean. So after a clean you will typically have configure, compile etc. cleanall = remove unpacked + remove source. So after a clean you will tipically have fetch. I have tried clean, cleansstate and cleanall. All of them

Re: [OE-core] bitbake -c clean package fails

2012-02-08 Thread Andrei Gherzan
On 02/08/2012 11:21 AM, Ulf Samuelsson wrote: On 2012-02-07 23:40, Khem Raj wrote: Clean it's just a clean. As in make clean. So after a clean you will typically have configure, compile etc. cleanall = remove unpacked + remove source. So after a clean you will tipically have fetch. I have

Re: [OE-core] RFC: Porting KDE Plasma Active (WIP)

2012-02-08 Thread Paul Eggleton
Hi Samuel, On Thursday 02 February 2012 12:50:16 Samuel Stirtzel wrote: for some time now I've been working on a port of Plasma Active, the next generation touch user interface from KDE. This is something I'd been wanting to do as well. I got as far as being able to build cleaned up versions

Re: [OE-core] [PATCH 3/4] cross.bbclass: add virtclass handler

2012-02-08 Thread Richard Purdie
On Tue, 2012-02-07 at 21:09 +, Otavio Salvador wrote: Allow use of BBCLASSEXTEND with 'cross' and use of virtclass-cross in recipes. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/classes/cross.bbclass | 39 +++ 1 files changed,

Re: [OE-core] [PATCH 0/2] Buildhistory sorting fixes v2

2012-02-08 Thread Richard Purdie
On Tue, 2012-02-07 at 18:14 +, Paul Eggleton wrote: v2 fixes incorrect variable name and removes the erroneous sorting of PACKAGES (for which the original order *is* significant). The following changes since commit 18d9fcfc4bc4b01f73e89f3b988c9d3d543c7705: libzypp: add missing

Re: [OE-core] RFC: Porting KDE Plasma Active (WIP)

2012-02-08 Thread Koen Kooi
Op 8 feb. 2012, om 11:09 heeft Paul Eggleton het volgende geschreven: Hi Samuel, On Thursday 02 February 2012 12:50:16 Samuel Stirtzel wrote: for some time now I've been working on a port of Plasma Active, the next generation touch user interface from KDE. This is something I'd been

Re: [OE-core] [PATCH 3/4] cross.bbclass: add virtclass handler

2012-02-08 Thread Otavio Salvador
On Wed, Feb 8, 2012 at 08:52, Richard Purdie richard.pur...@linuxfoundation.org wrote: Can you point me at the recipe you're using this in? I suspect we should just remove the map_dependencies() pieces from this class entirely and handle dependency issues with the override manually. I think

[OE-core] [PATCH 0/2] Patches pending from O.S. Systems' tree

2012-02-08 Thread Otavio Salvador
This has removed the map_dependencies from the cross class as we were handling those by hand anyway in meta-chicken. The following changes since commit 06b740d4ca077fb4c89ee6d1065fabb02da45ec6: classes/buildhistory: sort list fields in package info (2012-02-08 10:43:01 +) are available

[OE-core] [PATCH 1/2] cross.bbclass: add virtclass handler

2012-02-08 Thread Otavio Salvador
Allow use of BBCLASSEXTEND with 'cross' and use of virtclass-cross in recipes. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/classes/cross.bbclass | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/meta/classes/cross.bbclass

[OE-core] [PATCH 2/2] useradd.bbclass: skip processing on virtclass-cross extended packages

2012-02-08 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/classes/useradd.bbclass |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/classes/useradd.bbclass b/meta/classes/useradd.bbclass index 8eb6444..1fed755 100644 --- a/meta/classes/useradd.bbclass +++

Re: [OE-core] [PATCH] libtool-cross: Upbreak and actually use more of it

2012-02-08 Thread Mike Crowe
On Tue, Feb 07, 2012 at 02:47:28PM -0800, Khem Raj wrote: On (07/02/12 10:31), Mike Crowe wrote: On Thu, Nov 17, 2011 at 12:13:25AM +, Richard Purdie wrote: We should be using libtool-cross for cross compiling but were not. This patch sets datadir so libtoolize ends up containing

Re: [OE-core] systemd.bbclass problems

2012-02-08 Thread Otavio Salvador
On Wed, Feb 8, 2012 at 10:11, Sergey Lapin slapi...@gmail.com wrote: If I fail postinst start during image build, everything works properly. Yes. Current systemd-systemctl-native doesn't not support multiple scripts. Please take a look on this script as it is where the bug needs to be

[OE-core] Some notes on speeding up do_package_write_rpm

2012-02-08 Thread Richard Purdie
I had a look at why do_package_write_rpm seems slow. It's clear most of the time is being spent in rpmbuild. Taking the BUILDSPEC script, it was interesting to run it standalone with strace -f. The result with libxfont was a 13.5MB log file showing lots of execs of grep, wc, cut and other shell

Re: [OE-core] Expert track at yocto dev day?

2012-02-08 Thread Richard Purdie
On Tue, 2012-02-07 at 22:27 +0100, Koen Kooi wrote: Op 7 feb. 2012, om 22:22 heeft Saul Wold het volgende geschreven: On 02/07/2012 01:18 PM, Koen Kooi wrote: Do we have enough people present to do an expert track at the yocto dev days next week? I bet we can do a nice code sprint :)

[OE-core] [PATCH] dhcp: Update to 4.2.3-P2

2012-02-08 Thread Andrei Gherzan
1. Update to 4.2.3-P2 2. From 4.2.0 final release, -lcrypto check was removed and we compile static libraries from bind that are linked to libcrypto. This is why i added a patch in order to add -lcrypto to LIBS. Signed-off-by: Andrei Gherzan and...@gherzan.ro ---

Re: [OE-core] Expert track at yocto dev day?

2012-02-08 Thread McClintock Matthew-B29882
On Wed, Feb 8, 2012 at 9:37 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Tue, 2012-02-07 at 22:27 +0100, Koen Kooi wrote: Op 7 feb. 2012, om 22:22 heeft Saul Wold het volgende geschreven: On 02/07/2012 01:18 PM, Koen Kooi wrote: Do we have enough people present to do an

Re: [OE-core] [PATCH] dhcp: Update to 4.2.3-P2

2012-02-08 Thread Otavio Salvador
On Wed, Feb 8, 2012 at 14:10, Phil Blundell ph...@gnu.org wrote: This isn't just a straightforward update, you seem to be moving dhclient from ${base_sbindir} to ${sbindir}. If that's a good thing (which doesn't seem totally obvious to me) then it ought at least to be mentioned in the commit

Re: [OE-core] [PATCH] dhcp: Update to 4.2.3-P2

2012-02-08 Thread Mark Hatle
On 2/8/12 11:10 AM, Phil Blundell wrote: On Wed, 2012-02-08 at 18:06 +0200, Andrei Gherzan wrote: 1. Update to 4.2.3-P2 2. From 4.2.0 final release, -lcrypto check was removed and we compile static libraries from bind that are linked to libcrypto. This is why i added a patch in order to add

Re: [OE-core] [PATCH] dhcp: Update to 4.2.3-P2

2012-02-08 Thread Andrei Gherzan
On 02/08/2012 06:31 PM, Mark Hatle wrote: On 2/8/12 11:10 AM, Phil Blundell wrote: On Wed, 2012-02-08 at 18:06 +0200, Andrei Gherzan wrote: 1. Update to 4.2.3-P2 2. From 4.2.0 final release, -lcrypto check was removed and we compile static libraries from bind that are linked to libcrypto.

Re: [OE-core] [PATCH] dhcp: Update to 4.2.3-P2

2012-02-08 Thread Phil Blundell
On Wed, 2012-02-08 at 14:30 -0200, Otavio Salvador wrote: On Wed, Feb 8, 2012 at 14:10, Phil Blundell ph...@gnu.org wrote: This isn't just a straightforward update, you seem to be moving dhclient from ${base_sbindir} to ${sbindir}. If that's a good thing

Re: [OE-core] [yocto] Upstream-Status finally @ 100%

2012-02-08 Thread Paul Eggleton
On Wednesday 08 February 2012 09:34:56 Osier-mixon, Jeffrey wrote: This sounds fantastic, and I'd love to create a page on the website reflecting this. Just so I am clear, what exactly is this 100% of? Do we have no local patches to upstream projects at all? Not quite - we still have most of

Re: [OE-core] [yocto] Upstream-Status finally @ 100%

2012-02-08 Thread Khem Raj
On Wed, Feb 8, 2012 at 9:34 AM, Osier-mixon, Jeffrey jeffrey.osier-mi...@intel.com wrote: This sounds fantastic, and I'd love to create a page on the website reflecting this. Just so I am clear, what exactly is this 100% of? Do we have no local patches to upstream projects at all? it means

Re: [OE-core] [PATCH] u-boot-fw-utils: Initial version

2012-02-08 Thread Tom Rini
On Fri, Feb 3, 2012 at 4:06 PM, Paul Menzel paulepan...@users.sourceforge.net wrote: Dear Tom, Am Freitag, den 03.02.2012, 15:53 -0700 schrieb Tom Rini: From: Tom Rini tr...@ti.com please add the version in the commit summary. OK. This provides the 'fw_setenv' and 'fw_getenv' programs

Re: [OE-core] Expert track at yocto dev day?

2012-02-08 Thread Philip Balister
On 02/08/2012 10:54 AM, McClintock Matthew-B29882 wrote: On Wed, Feb 8, 2012 at 9:37 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Tue, 2012-02-07 at 22:27 +0100, Koen Kooi wrote: Op 7 feb. 2012, om 22:22 heeft Saul Wold het volgende geschreven: On 02/07/2012 01:18 PM, Koen

Re: [OE-core] [PATCH] dhcp: Update to 4.2.3-P2

2012-02-08 Thread Andrei Gherzan
On 02/08/2012 07:00 PM, Phil Blundell wrote: On Wed, 2012-02-08 at 14:30 -0200, Otavio Salvador wrote: On Wed, Feb 8, 2012 at 14:10, Phil Blundellph...@gnu.org wrote: This isn't just a straightforward update, you seem to be moving dhclient from ${base_sbindir} to

Re: [OE-core] [yocto] Upstream-Status finally @ 100%

2012-02-08 Thread Saul Wold
On 02/08/2012 10:04 AM, Osier-mixon, Jeffrey wrote: Ah, documentation :) excellent Jefro: You can get more info about this from Mark's OE page: http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines The Key thing to note on my numbers is that we have 461 patches that could

Re: [OE-core] [PATCH] dhcp: Update to 4.2.3-P2

2012-02-08 Thread Otavio Salvador
On Wed, Feb 8, 2012 at 16:40, Andrei Gherzan and...@gherzan.ro wrote: ... In my opinion we ought to merge your patch without handling crypto issue right now while we set in one way of fixing it. It seems to me that the fix is to move libcrypto to base_libdir and don't touch dhcp for this. --

Re: [OE-core] [PATCH] dhcp: Update to 4.2.3-P2

2012-02-08 Thread Andrei Gherzan
On 02/08/2012 08:46 PM, Otavio Salvador wrote: On Wed, Feb 8, 2012 at 16:40, Andrei Gherzan and...@gherzan.ro mailto:and...@gherzan.ro wrote: ... In my opinion we ought to merge your patch without handling crypto issue right now while we set in one way of fixing it. It seems to me

[OE-core] Stale wiki links to bitbake lists...

2012-02-08 Thread Rich Pixley
the links to bitbake mailing lists from this wiki page: http://www.openembedded.org/wiki/BitBake_%28dev%29 appear to be obsolete. If there's a more current location for these lists, I haven't found it yet. --rich ___ Openembedded-core mailing

Re: [OE-core] Some notes on speeding up do_package_write_rpm

2012-02-08 Thread Khem Raj
On Wed, Feb 8, 2012 at 6:54 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: real    7m15.207s user    2m31.320s sys     0m27.720s and after, with the python script: real    5m23.727s user    3m25.540s sys     1m4.530s So in real terms its much faster but it claims to be

[OE-core] [PATCH] Update cached autoconf values for libpcap on powerpc64

2012-02-08 Thread Matthew McClintock
Without this fix, libpcap will fail to build on powerpc64 Signed-off-by: Matthew McClintock m...@freescale.com --- meta/site/powerpc64-linux |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/site/powerpc64-linux b/meta/site/powerpc64-linux index a49c717..2b147d7

Re: [OE-core] Stale wiki links to bitbake lists...

2012-02-08 Thread Khem Raj
On Wed, Feb 8, 2012 at 12:11 PM, Rich Pixley rich.pix...@palm.com wrote: the links to bitbake mailing lists from this wiki page: http://www.openembedded.org/wiki/BitBake_%28dev%29 the ml moved to http://lists.linuxtogo.org/pipermail/bitbake-devel/ but bitbake-commits did not it should be

[OE-core] [PATCH] distutils.bbclass: override LDSHARED so we use the linker for this build and not the one used in sstate-cache

2012-02-08 Thread Matthew McClintock
Without this fix, when packages are being built using distutils and the python packages were deployed from sstate-cache is it possible that the LD command will contain an invalid sysroot override. We can fix this by always exported LDSHARED, which is the env var that distutil looks for to

Re: [OE-core] Stale wiki links to bitbake lists...

2012-02-08 Thread Richard Purdie
On Wed, 2012-02-08 at 12:11 -0800, Rich Pixley wrote: the links to bitbake mailing lists from this wiki page: http://www.openembedded.org/wiki/BitBake_%28dev%29 appear to be obsolete. If there's a more current location for these lists, I haven't found it yet. I've updated the wiki page

Re: [OE-core] Stale wiki links to bitbake lists...

2012-02-08 Thread Khem Raj
On Wed, Feb 8, 2012 at 1:29 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: I've updated the wiki page to point to the right location. thanks Richard that was quick ___ Openembedded-core mailing list

Re: [OE-core] Upstream-Status finally @ 100%

2012-02-08 Thread Paul Menzel
Am Mittwoch, den 08.02.2012, 10:45 -0800 schrieb Saul Wold: On 02/08/2012 10:04 AM, Osier-mixon, Jeffrey wrote: Ah, documentation :) excellent Saul, thank you for the update and enforcing that requirement from the commit and patch message guidelines. Jefro: You can get more info about

Re: [OE-core] Valgrind : Unhanded instructions mfatbu and mfatbl

2012-02-08 Thread McClintock Matthew-B29882
Aneesh, Can you resubmit this patch using git-send-email? -M On Sun, Jan 15, 2012 at 11:42 PM, Bansal Aneesh-B39320 b39...@freescale.com wrote: Please find the patch attached in the mail. Regards, Aneesh Bansal From: openembedded-core-boun...@lists.openembedded.org

Re: [OE-core] [PATCH] dhcp: Update to 4.2.3-P2

2012-02-08 Thread Andrei Gherzan
On 02/08/2012 08:46 PM, Otavio Salvador wrote: On Wed, Feb 8, 2012 at 16:40, Andrei Gherzan and...@gherzan.ro mailto:and...@gherzan.ro wrote: ... In my opinion we ought to merge your patch without handling crypto issue right now while we set in one way of fixing it. It seems to me

Re: [OE-core] [PATCH] dhcp: Update to 4.2.3-P2

2012-02-08 Thread Khem Raj
On Wed, Feb 8, 2012 at 2:20 PM, Andrei Gherzan and...@gherzan.ro wrote: Should we move the whole openssl package to prefix=/ ? Or just the libcrypto library? if libcrypto is emitted as a separate package then it would be easier that you just relocate it but if its bundled in a package that

[OE-core] [PATCH 4/5] clutter: upgrade git recipe to reflect 1.8.4 tag

2012-02-08 Thread Joshua Lock
Signed-off-by: Joshua Lock j...@linux.intel.com --- meta/recipes-graphics/clutter/clutter_git.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-graphics/clutter/clutter_git.bb b/meta/recipes-graphics/clutter/clutter_git.bb index d598b4a..ef2c276 100644

[OE-core] [PATCH 3/5] mx: ensure gettext and dbus are present

2012-02-08 Thread Joshua Lock
Upstream informs me that D-bus isn't really optional as it's required to make some of the API work such as the single instance MxApplication. Therefore ensure we're building with it enabled. Gettext macros are used in the configure.ac so inherit gettext to ensure the required dependencies are

[OE-core] [PATCH 0/5] Clutter-centric updates

2012-02-08 Thread Joshua Lock
Here are clutter and mx recipe updates and some changes to the mx recipe to ensure it's fully functional following some discussion with the mx maintainer. Cheers, Joshua The following changes since commit 4ef5e70f531f48cef90805402c16ec02ad3f2b92: tcmode-default: add preference for

[OE-core] [PATCH 2/5] mx: update to 1.4.2

2012-02-08 Thread Joshua Lock
Patch in a copy of introspection.m4 so that we can continue to easily and cleanly disable introspection. Signed-off-by: Joshua Lock j...@linux.intel.com --- .../mx/files/introspection-m4.patch| 106 .../mx/{mx_1.3.2.bb = mx_1.4.2.bb}|9 +-

[OE-core] [PATCH 1/5] clutter-1.8: update to clutter-1.8.4

2012-02-08 Thread Joshua Lock
Added a note about why we're setting S, so I don't have to figure it out again next time I try and update clutter. Signed-off-by: Joshua Lock j...@linux.intel.com --- .../{clutter-1.8_1.8.2.bb = clutter-1.8_1.8.4.bb} |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) rename

Re: [OE-core] [PATCH 4/5] clutter: upgrade git recipe to reflect 1.8.4 tag

2012-02-08 Thread Khem Raj
-# the 1.8.2 tag -SRCREV = 9041ea42655dfc1422ce88eab931382dd400d13a -PV = 1.8.2+git${SRCPV} +# the 1.8.4 tag +SRCREV = f2183fa8df3d173afbee09cc4230ab8f4e03f459 +PV = 1.8.4git${SRCPV} should this be 1.8.4+git${SRCPV} ? ___ Openembedded-core

[OE-core] do_patch signature confliction for gcc family recipes

2012-02-08 Thread Lu, Lianhao
Hi guys, I just found that the gcc-runtime-nativesdk has different task signature for task do_patch, comparing to that of gcc-cross-initial. This would cause a do_patch failure if we use OEBasicHash as the BB_SIGNATURE_HANDLER. By comparing their sigdata files, it turns out that the difference

Re: [OE-core] do_patch signature confliction for gcc family recipes

2012-02-08 Thread Khem Raj
On Wed, Feb 8, 2012 at 10:22 PM, Lu, Lianhao lianhao...@intel.com wrote: I'm wondering if it is a correct way to fix this issue by excluding the PN from do_patch dependency: diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/meta/recipes-devtools/gc index e89a7c0..57668f9 100644 ---