Re: [OE-core] [PATCH 1/1] autotools.bbclass: using relative paths for acpaths

2012-09-28 Thread wenzong fan
On 09/28/2012 12:59 AM, Richard Purdie wrote: On Thu, 2012-09-27 at 16:23 +0800, wenzong@windriver.com wrote: From: Wenzong Fan Fix autotools.bbclass to use relative paths for acpaths instead of absolute ones. Since absolute paths may cause potential autoreconf error like: Can't exec

[OE-core] [CONSOLIDATED REQUEST 00/16]

2012-09-28 Thread Saul Wold
Richard, This is a set of changes (close to final) for rc3 of 1.3. I have built this against the AB core, there is the issue with both Multi-Lib and X32 from yesterday's Perl change, that still exists, otherwise a clean build. Please Cherry-pick as you see appropriate. I will be out until Monda

[OE-core] [PATCH] libnss-mdns: fix mDNS resolving speed

2012-09-28 Thread Constantin Musca
We need to fix the "hosts: files dns mdns4" nsswitch.conf line because for a .local lookup it does a DNS lookup first which will fail. The recommended solution is: hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4 [YOCTO #2502] Signed-off-by: Constantin Musca --- .../libnss-mdns/libnss-mdn

Re: [OE-core] [PATCH] libnss-mdns: fix mDNS resolving speed

2012-09-28 Thread Burton, Ross
On 28 September 2012 09:18, Constantin Musca wrote: > We need to fix the "hosts: files dns mdns4" nsswitch.conf line > because for a .local lookup it does a DNS lookup first which will fail. > The recommended solution is: > hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4 Have you tested th

Re: [OE-core] [PATCH] libnss-mdns: fix mDNS resolving speed

2012-09-28 Thread Constantin Musca
On 09/28/2012 12:40 PM, Burton, Ross wrote: On 28 September 2012 09:18, Constantin Musca wrote: We need to fix the "hosts: files dns mdns4" nsswitch.conf line because for a .local lookup it does a DNS lookup first which will fail. The recommended solution is: hosts: files mdns4_minimal [NOTFOUN

Re: [OE-core] [PATCH] libnss-mdns: fix mDNS resolving speed

2012-09-28 Thread Burton, Ross
On 28 September 2012 09:48, Constantin Musca wrote: >> Have you tested this works? Last time I saw this worked on >> (Christian, iirc) the "solution" wasn't actually working. > > I tested it pinging a host.local and it works. What else should I test ? Check that there is a speed improvement - be

Re: [OE-core] [PATCH] libnss-mdns: fix mDNS resolving speed

2012-09-28 Thread Constantin Musca
On 09/28/2012 12:46 PM, Burton, Ross wrote: On 28 September 2012 09:48, Constantin Musca wrote: Have you tested this works? Last time I saw this worked on (Christian, iirc) the "solution" wasn't actually working. I tested it pinging a host.local and it works. What else should I test ? Check

Re: [OE-core] [PATCH] eglibc: Fix for dynamic linker broken offset

2012-09-28 Thread Phil Blundell
On Mon, 2012-09-24 at 15:40 +0300, Andrei Dinu wrote: > On 09/24/2012 02:30 PM, Phil Blundell wrote: > > On Mon, 2012-09-24 at 14:26 +0300, Andrei Dinu wrote: > >> +- *reloc_addr += sym->st_value; > >> ++ *reloc_addr = sym->st_value; > > That patch looks slightly dubious to me. Are you sur

Re: [OE-core] [PATCH 0/3] license.bbclass fixes

2012-09-28 Thread Richard Purdie
On Wed, 2012-09-26 at 14:50 -0700, Elizabeth Flanagan wrote: > [YOCTO #3118] > > license.conf hasn't been being parsed. This commit series ensures that > license.conf is parsed, that it contains useful variables that should be > in a global conf file and that those variables are not kept within

Re: [OE-core] [oe-commits] Richard Purdie : sstate.bbclass: Detect overwriting files in sstate controlled directories

2012-09-28 Thread Richard Purdie
On Fri, 2012-09-28 at 08:03 +0200, Andreas Müller wrote: > This previous addressed the wrong list - so again: > > I think it started with this one: I often do play around with > different kernel versions/sources to bisect when a bug was born. Doing > so I now get wallpapers with > > WARNING: The

Re: [OE-core] [PATCH 1/1] ltp: add dependency libcap

2012-09-28 Thread Richard Purdie
On Fri, 2012-09-28 at 14:59 +0800, Kang Kai wrote: > Similar to libaio, libcap is another dependency of ltp. > > If libcap has been done populate_sysroot but rpm/ipk package is not > created, ltp will be compiled with libcap. So when install ltp to a > image, it complains that package libcap is no

Re: [OE-core] [PATCH] boost: Support enums in hash

2012-09-28 Thread Richard Purdie
On Thu, 2012-09-27 at 20:40 -0700, Khem Raj wrote: > Fixes builds which were building fine with previous versions of boost > > Signed-off-by: Khem Raj > --- > meta/recipes-support/boost/boost_1.51.0.bb|6 ++- > meta/recipes-support/boost/files/hash_enums.patch | 45 > +

Re: [OE-core] [PATCH] boost: Support enums in hash

2012-09-28 Thread Richard Purdie
On Thu, 2012-09-27 at 20:40 -0700, Khem Raj wrote: > Fixes builds which were building fine with previous versions of boost > > Signed-off-by: Khem Raj > --- > meta/recipes-support/boost/boost_1.51.0.bb|6 ++- > meta/recipes-support/boost/files/hash_enums.patch | 45 > +

Re: [OE-core] [PATCH v2 09/10] binutils.inc: add vardep on multiarch DISTRO_FEATURE

2012-09-28 Thread Richard Purdie
On Thu, 2012-09-27 at 20:33 -0500, Matthew McClintock wrote: > binutils will build differently if this feature is enabled, so > make the do_configure step depend on it > > Signed-off-by: Matthew McClintock > --- > Not sure if we should try to fix via configure options > > v2: update commit messa

Re: [OE-core] [PATCH] boost: Support enums in hash

2012-09-28 Thread Phil Blundell
On Thu, 2012-09-27 at 20:40 -0700, Khem Raj wrote: > +Upstream-Status: Pending > +Singed-off-by: Khem Raj The mental picture of a patch being singed off is kind of amusing, but I guess this was a typo. p. ___ Openembedded-core mailing list Openembed

Re: [OE-core] [PATCH] staging: Avoid staging the same binaries again and again

2012-09-28 Thread Phil Blundell
On Thu, 2012-09-27 at 22:35 +0100, Richard Purdie wrote: > The release is now at -rc2 and this patch hasn't reached the threshold > of things I'm willing to take. I've tried to at least get some of the > patches you're posted in but I wish we'd had them a couple of weeks > ago :/. Okay, fair enoug

Re: [OE-core] [oe-core][RFC 2/5] tune-xscale, tune-arm926ejs: add OPTDEFAULTTUNE variable and use more generic DEFAULTTUNE as default

2012-09-28 Thread Phil Blundell
On Thu, 2012-09-27 at 13:58 -0500, Mark Hatle wrote: > I've been an advocate for a while that the processor optimization (CCARGS) > does > make it into the PKGARCH. ARMPKGSFX_CPU seems like a reasonable approach to > do > this. It allows each tune to set something to tell people what that bin

[OE-core] Some problems about nativesdk-perl

2012-09-28 Thread Kang Kai
Hi Richard, I meet 2 problems about nativesdk-perl. First one is that nativesdk-perl-modules doesn't depends on the single nativesdk-perl-module-xxx which I asked you yesterday, but I still don't know how to fix it. I tried to add one line to perl_5.14.2.bb: RRECOMMENDS_perl-modules_virtclass

Re: [OE-core] [oe-commits] Martin Jansa : xserver-xorg: use EXTENDPKGV instead of PV in RCONFLICTS_${PN}-module-exa

2012-09-28 Thread Otavio Salvador
On Thu, Sep 27, 2012 at 7:50 PM, Martin Jansa wrote: > On Fri, Sep 28, 2012 at 12:41 AM, Mark Hatle wrote: >> Just an FYI -- Martin Jansa found a problem with the implement of the >> package version comparison. >> >> In deb and ipk, they do not support '<' or '>', instead it's '<<' and '>>'. >> (

Re: [OE-core] [PATCH] flex,bison: Add nativesdk variants

2012-09-28 Thread Otavio Salvador
On Fri, Sep 28, 2012 at 12:40 AM, Khem Raj wrote: > It is needed in some SDKs that we ship own > version of lex/yacc for sdk host > > Signed-off-by: Khem Raj I'd prefer two patches for it, otherwise the patch is indeed a good addition. -- Otavio Salvador O.S. System

Re: [OE-core] [PATCH] libnss-mdns: fix mDNS resolving speed

2012-09-28 Thread Constantin Musca
On 09/28/2012 12:46 PM, Burton, Ross wrote: On 28 September 2012 09:48, Constantin Musca wrote: Have you tested this works? Last time I saw this worked on (Christian, iirc) the "solution" wasn't actually working. I tested it pinging a host.local and it works. What else should I test ? Check

Re: [OE-core] [PATCH] libnss-mdns: fix mDNS resolving speed

2012-09-28 Thread Ross Burton
On Friday, 28 September 2012 at 12:55, Constantin Musca wrote: > Tests: > > 1. Without fix: > real 0m4.461s > user 0m0.034s > sys 0m0.086s > > 2. With fix: > real 0m0.842s > user 0m0.066s > sys 0m0.122s > > As you can see, there is a speed improvement. Excellent. I'll ask it before Martin does

[OE-core] perl: Fix substitution madness

2012-09-28 Thread Richard Purdie
We're going around in circles trying to fix the sed expressions and making one case work and others not work. This patch fixes the base configuration file so we have non-overlapping substitutions. I've tried to significantly clean up various problems that were occurring once and for all. This w

[OE-core] siteconfig: Clear cache before rebuilding

2012-09-28 Thread Richard Purdie
This ensures consistent build results and avoids build failures when compiler flags change for example. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/siteconfig.bbclass b/meta/classes/siteconfig.bbclass index ccbe5b9..2de7153 100644 --- a/meta/classes/siteconfig.bbclass +++ b/meta/

Re: [OE-core] [PATCH] perl: Fix nativesdk install path

2012-09-28 Thread Richard Purdie
On Thu, 2012-09-27 at 15:10 -0500, Mark Hatle wrote: > I had to revert this patch. With it enabled, if I enable multilibs and build > for x86_64 (so my libdir == /usr/lib64), perl no longer finishes do_install(). > > When I revert it fixes that issue, but of course then the nativesdk is broken

Re: [OE-core] Fail in perl-native_5.14.2.bb

2012-09-28 Thread Richard Purdie
On Thu, 2012-09-27 at 16:36 +0200, Steven Munk Østergaard wrote: > Hello, peace be with thee... :) > > I found a mistake in the "do_configure()" function of: > "perl-native_5.14.2.bb" > > I am not experienced enough with mailing list to produce patches, but i > will try... > > Explanation: > s

Re: [OE-core] Some problems about nativesdk-perl

2012-09-28 Thread Richard Purdie
On Fri, 2012-09-28 at 19:48 +0800, Kang Kai wrote: > Hi Richard, > > I meet 2 problems about nativesdk-perl. > > First one is that nativesdk-perl-modules doesn't depends on the single > nativesdk-perl-module-xxx which I asked you yesterday, but I still > don't know how to fix it. > I tried to ad

Re: [OE-core] perl install error

2012-09-28 Thread Richard Purdie
On Fri, 2012-09-28 at 05:04 +, McClintock Matthew-B29882 wrote: > On Thu, Sep 27, 2012 at 11:38 PM, Khem Raj wrote: > > > > On Sep 27, 2012, at 9:23 PM, McClintock Matthew-B29882 > > wrote: > > > >> On Thu, Sep 27, 2012 at 11:18 PM, Khem Raj wrote: > >>> > >>> On Sep 27, 2012, at 8:52 PM, M

Re: [OE-core] [PATCH] autotools.bbclass: Add functionality to force a clean of ${B} when reconfiguring (and ${S} != ${B})

2012-09-28 Thread Richard Purdie
On Wed, 2012-09-26 at 18:07 +0100, Phil Blundell wrote: > On Tue, 2012-09-11 at 15:22 +0100, Richard Purdie wrote: > > Unfortunately whilst rerunning configure and make against a project will > > mostly > > work there are situations where it does not correctly do the right thing. > > > > In parti

[OE-core] [PATCH] xserver-xorg: Remove RCONFLICTS against xserver-xorg

2012-09-28 Thread Otavio Salvador
When merging the xserver-xorg fix the to use RDEPENDS in xserver-xorg-module-exa the RCONFLICTS has not been removed by mistake. This drops the RCONFLICTS to properly fix it. Signed-off-by: Otavio Salvador --- .../recipes-graphics/xorg-xserver/xserver-xorg.inc |1 - .../xorg-xserver/xserver-

Re: [OE-core] [PATCH] boost: Support enums in hash

2012-09-28 Thread Khem Raj
On Sep 28, 2012, at 3:32 AM, Phil Blundell wrote: > On Thu, 2012-09-27 at 20:40 -0700, Khem Raj wrote: >> +Upstream-Status: Pending >> +Singed-off-by: Khem Raj > > The mental picture of a patch being singed off is kind of amusing, but I > guess this was a typo. > heh yes. Fat fingers, I will

Re: [OE-core] [PATCH] eglibc: Fix for dynamic linker broken offset

2012-09-28 Thread Mark Hatle
On 9/28/12 4:52 AM, Phil Blundell wrote: On Mon, 2012-09-24 at 15:40 +0300, Andrei Dinu wrote: On 09/24/2012 02:30 PM, Phil Blundell wrote: On Mon, 2012-09-24 at 14:26 +0300, Andrei Dinu wrote: +- *reloc_addr += sym->st_value; ++ *reloc_addr = sym->st_value; That patch looks

Re: [OE-core] [PATCH] eglibc: Fix for dynamic linker broken offset

2012-09-28 Thread Khem Raj
On Fri, Sep 28, 2012 at 6:57 AM, Mark Hatle wrote: > On 9/28/12 4:52 AM, Phil Blundell wrote: >> >> On Mon, 2012-09-24 at 15:40 +0300, Andrei Dinu wrote: >>> >>> On 09/24/2012 02:30 PM, Phil Blundell wrote: On Mon, 2012-09-24 at 14:26 +0300, Andrei Dinu wrote: > > +- *re

Re: [OE-core] [PATCH] eglibc: Fix for dynamic linker broken offset

2012-09-28 Thread Phil Blundell
On Fri, 2012-09-28 at 08:57 -0500, Mark Hatle wrote: > On 9/28/12 4:52 AM, Phil Blundell wrote: > > On Mon, 2012-09-24 at 15:40 +0300, Andrei Dinu wrote: > >> On 09/24/2012 02:30 PM, Phil Blundell wrote: > >>> On Mon, 2012-09-24 at 14:26 +0300, Andrei Dinu wrote: > +- *reloc_addr +=

Re: [OE-core] perl install error

2012-09-28 Thread Khem Raj
On Fri, Sep 28, 2012 at 6:22 AM, Richard Purdie wrote: > On Fri, 2012-09-28 at 05:04 +, McClintock Matthew-B29882 wrote: >> On Thu, Sep 27, 2012 at 11:38 PM, Khem Raj wrote: >> > >> > On Sep 27, 2012, at 9:23 PM, McClintock Matthew-B29882 >> > wrote: >> > >> >> On Thu, Sep 27, 2012 at 11:18

Re: [OE-core] [PATCH] eglibc: Fix for dynamic linker broken offset

2012-09-28 Thread Mark Hatle
On 9/28/12 9:02 AM, Phil Blundell wrote: On Fri, 2012-09-28 at 08:57 -0500, Mark Hatle wrote: On 9/28/12 4:52 AM, Phil Blundell wrote: On Mon, 2012-09-24 at 15:40 +0300, Andrei Dinu wrote: On 09/24/2012 02:30 PM, Phil Blundell wrote: On Mon, 2012-09-24 at 14:26 +0300, Andrei Dinu wrote: +-

Re: [OE-core] [PATCH] eglibc: Fix for dynamic linker broken offset

2012-09-28 Thread Khem Raj
On Sep 28, 2012, at 7:35 AM, Mark Hatle wrote: > In my testing no. But I never integrated it with OE, so I never ran the test > suite Khem was referring to. anyhow provided I have time I will try to run regressions on beagle bone and see what I get. _

Re: [OE-core] [PATCH v2 10/10] libx11.inc: fix build issues for older CentOS distros

2012-09-28 Thread Burton, Ross
On 28 September 2012 02:33, Matthew McClintock wrote: > Fixes these sorts of issues present on older gcc (CentOS 5.x in this case) > > | cc1: error: unrecognized command line option "-Werror=implicit" > | cc1: error: unrecognized command line option "-Werror=nonnull" Took me a minute to realise w

Re: [OE-core] [PATCH] eglibc: Fix for dynamic linker broken offset

2012-09-28 Thread Phil Blundell
On Fri, 2012-09-28 at 09:35 -0500, Mark Hatle wrote: > On 9/28/12 9:02 AM, Phil Blundell wrote: > > On Fri, 2012-09-28 at 08:57 -0500, Mark Hatle wrote: > >> On 9/28/12 4:52 AM, Phil Blundell wrote: > >>> On Mon, 2012-09-24 at 15:40 +0300, Andrei Dinu wrote: > On 09/24/2012 02:30 PM, Phil Blun

Re: [OE-core] [PATCH v2 10/10] libx11.inc: fix build issues for older CentOS distros

2012-09-28 Thread Burton, Ross
FWIW, I've just filed #55423 and #55424 upstream for these issues. Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH] eglibc: Fix for dynamic linker broken offset

2012-09-28 Thread Mark Hatle
On 9/28/12 9:57 AM, Phil Blundell wrote: On Fri, 2012-09-28 at 09:35 -0500, Mark Hatle wrote: On 9/28/12 9:02 AM, Phil Blundell wrote: On Fri, 2012-09-28 at 08:57 -0500, Mark Hatle wrote: On 9/28/12 4:52 AM, Phil Blundell wrote: On Mon, 2012-09-24 at 15:40 +0300, Andrei Dinu wrote: On 09/24/

Re: [OE-core] [PATCH v2 09/10] binutils.inc: add vardep on multiarch DISTRO_FEATURE

2012-09-28 Thread McClintock Matthew-B29882
On Fri, Sep 28, 2012 at 5:32 AM, Richard Purdie wrote: > On Thu, 2012-09-27 at 20:33 -0500, Matthew McClintock wrote: >> binutils will build differently if this feature is enabled, so >> make the do_configure step depend on it >> >> Signed-off-by: Matthew McClintock >> --- >> Not sure if we shoul

Re: [OE-core] [PATCH] libnss-mdns: fix mDNS resolving speed

2012-09-28 Thread Constantin Musca
On 09/28/2012 04:05 PM, Ross Burton wrote: On Friday, 28 September 2012 at 12:55, Constantin Musca wrote: Tests: 1. Without fix: real 0m4.461s user 0m0.034s sys 0m0.086s 2. With fix: real 0m0.842s user 0m0.066s sys 0m0.122s As you can see, there is a speed improvement. Excellent. I'll ask i

Re: [OE-core] [PATCH v2 10/10] libx11.inc: fix build issues for older CentOS distros

2012-09-28 Thread McClintock Matthew-B29882
On Fri, Sep 28, 2012 at 9:52 AM, Burton, Ross wrote: > On 28 September 2012 02:33, Matthew McClintock wrote: >> Fixes these sorts of issues present on older gcc (CentOS 5.x in this case) >> >> | cc1: error: unrecognized command line option "-Werror=implicit" >> | cc1: error: unrecognized command

Re: [OE-core] [PATCH] SDK: trap any IO errors in the relocate script

2012-09-28 Thread Richard Purdie
On Fri, 2012-09-28 at 09:50 +0300, Laurentiu Palcu wrote: > > On 09/27/2012 06:49 PM, Saul Wold wrote: > > On 09/25/2012 09:35 AM, Laurentiu Palcu wrote: > > > > BTW: in the future it's good to say the "filename: " > This is what I usually use when I change single files. However, > sometimes (and

Re: [OE-core] [PATCH 00/58] denzil pull request 2

2012-09-28 Thread Richard Purdie
On Mon, 2012-09-24 at 17:24 -0700, Scott Garman wrote: > Hello, > > If this works I'll hopefully be submitting the cover letter only, > this patchset is pretty big. > > I've got a lot of patches for denzil now that I'd like to get merged > before they get too out of hand, so here is my pull requ

[OE-core] [PATCH v2] libnss-mdns: fix mDNS resolving speed

2012-09-28 Thread Constantin Musca
We need to fix the "hosts: files dns mdns4" nsswitch.conf line because for a .local lookup it does a DNS lookup first which will fail. The recommended solution is: hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4 [YOCTO #2502] Signed-off-by: Constantin Musca --- .../libnss-mdns/libnss-mdn

Re: [OE-core] [PATCH v2 09/10] binutils.inc: add vardep on multiarch DISTRO_FEATURE

2012-09-28 Thread McClintock Matthew-B29882
On Fri, Sep 28, 2012 at 10:06 AM, Matthew McClintock wrote: > On Fri, Sep 28, 2012 at 5:32 AM, Richard Purdie > wrote: >> On Thu, 2012-09-27 at 20:33 -0500, Matthew McClintock wrote: >>> binutils will build differently if this feature is enabled, so >>> make the do_configure step depend on it >>>

Re: [OE-core] [oe-core][PATCH 00/10] qt4: upgrade to 4.8.3 and cleanup

2012-09-28 Thread Martin Jansa
On Thu, Sep 27, 2012 at 12:27:05AM +0200, Martin Jansa wrote: > Please test on more architectures. > I've tested complete qt4-native + qt4-free-x11 on armv4t. > And only do_patch for nativesdk-qt4-tools, qt-mobility-*, qt4-embedded. I've finished testing qt4-free-x11 on armv7a, x86_64 and armv5te

Re: [OE-core] OE-Core Release Status

2012-09-28 Thread Martin Jansa
On Thu, Sep 27, 2012 at 10:42:46PM +0100, Richard Purdie wrote: > We're now at -rc2 for the October release of OE-Core. I've noticed a > sudden surge of patches on the list, several of which are things like > version increments which are no longer really appropriate at this point > in the release c

[OE-core] [RFC][PATCH 1/2] rootfs_*.bbclass: exclude BUILDNAME var dependency from do_rootfs

2012-09-28 Thread Martin Jansa
* I have kernel recipe which depends on other recipe to build tiny initramfs image, without this change it rebuilds not only that initramfs image but also whole kernel when DATE or TIME is changed and OEBasicHash enabled * also resolves ERROR shown when bitbake -S is used for image: ERROR: Bi

[OE-core] [RFC][PATCH 2/2] bitbake.conf: exclude DATETIME var dependency from IMAGE_NAME

2012-09-28 Thread Martin Jansa
* resolves ERROR shown when bitbake -S is used for image: ERROR: Bitbake's cached basehash does not match the one we just generated (/OE/oe-core/openembedded-core/meta/recipes-core/images/core-image-minimal.bb.do_rootfs)! ERROR: The mismatched hashes were 8c35cdf8a5d09c03941f081dd9f6d8dc and

[OE-core] nativesdk-libgcc-s1 is now nativesdk-libgcc1

2012-09-28 Thread Martin Jansa
Just FYI: I don't care about upgrade path for nativesdk packages, but building meta-toolchain-gmae was still failing for me (now when nativesdk-perl seems fixed). This time the problem was in do_rootfs, failing to find nativesdk-libgcc-s1. So if you notice the same issue, you can use something li

Re: [OE-core] [oe-core][RFC 2/5] tune-xscale, tune-arm926ejs: add OPTDEFAULTTUNE variable and use more generic DEFAULTTUNE as default

2012-09-28 Thread Martin Jansa
On Fri, Sep 28, 2012 at 12:02:50PM +0100, Phil Blundell wrote: > On Thu, 2012-09-27 at 13:58 -0500, Mark Hatle wrote: > > I've been an advocate for a while that the processor optimization (CCARGS) > > does > > make it into the PKGARCH. ARMPKGSFX_CPU seems like a reasonable approach > > to do >

Re: [OE-core] [PATCH] gcc-common.inc: Consider multilib when renaming libgcc for debian'ness

2012-09-28 Thread McClintock Matthew-B29882
On Wed, Sep 26, 2012 at 5:55 AM, Richard Purdie wrote: > On Tue, 2012-09-25 at 18:07 +, McClintock Matthew-B29882 wrote: >> This should probably go in denzil as well. > > Lets hold off that as I think we need to fix this in a better way at the > core level... This? Where there follow up fixes

Re: [OE-core] [PATCH] autotools.bbclass: Add functionality to force a clean of ${B} when reconfiguring (and ${S} != ${B})

2012-09-28 Thread McClintock Matthew-B29882
On Fri, Sep 28, 2012 at 8:23 AM, Richard Purdie wrote: > On Wed, 2012-09-26 at 18:07 +0100, Phil Blundell wrote: >> On Tue, 2012-09-11 at 15:22 +0100, Richard Purdie wrote: >> > Unfortunately whilst rerunning configure and make against a project will >> > mostly >> > work there are situations whe

[OE-core] [PATCH] Revert "opkg svn: respect to the arch priority"

2012-09-28 Thread Koen Kooi
This completely breaks installing packages from feeds: root@bone-mainline:~# opkg install libgtk-2.0 Installing libgtk-2.0 (2.24.8-r7.1) to root... Downloading http://eu.feeds.angstrom-distribution.org/feeds/core/ipk/eglibc/armv7a-vfp-neon/base/libgtk-2.0_2.24.8-r7.1_armv7a-vfp-neon.ipk. Installi

Re: [OE-core] [PATCH] autotools.bbclass: Add functionality to force a clean of ${B} when reconfiguring (and ${S} != ${B})

2012-09-28 Thread Richard Purdie
On Fri, 2012-09-28 at 20:21 +, McClintock Matthew-B29882 wrote: > I've seen this now: > > ERROR: Logfile of failure stored in: > /local/yocto/upstream/label/fedora17-64b/machine/beagleboard/poky/master/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/flex-2.5.35-r3/temp/log.do_configure.26311 > Log

Re: [OE-core] OE-Core Release Status

2012-09-28 Thread Richard Purdie
On Fri, 2012-09-28 at 20:02 +0200, Martin Jansa wrote: > On Thu, Sep 27, 2012 at 10:42:46PM +0100, Richard Purdie wrote: > > We're now at -rc2 for the October release of OE-Core. I've noticed a > > sudden surge of patches on the list, several of which are things like > > version increments which ar

Re: [OE-core] [PATCH] Revert "opkg svn: respect to the arch priority"

2012-09-28 Thread Richard Purdie
On Fri, 2012-09-28 at 23:04 +0200, Koen Kooi wrote: > This completely breaks installing packages from feeds: > > root@bone-mainline:~# opkg install libgtk-2.0 > Installing libgtk-2.0 (2.24.8-r7.1) to root... > Downloading > http://eu.feeds.angstrom-distribution.org/feeds/core/ipk/eglibc/armv7a-vf

Re: [OE-core] [PATCH] Revert "opkg svn: respect to the arch priority"

2012-09-28 Thread Koen Kooi
Op 28 sep. 2012, om 23:27 heeft Richard Purdie het volgende geschreven: > On Fri, 2012-09-28 at 23:04 +0200, Koen Kooi wrote: >> This completely breaks installing packages from feeds: >> >> root@bone-mainline:~# opkg install libgtk-2.0 >> Installing libgtk-2.0 (2.24.8-r7.1) to root... >> Downl

Re: [OE-core] OE-Core Release Status

2012-09-28 Thread Martin Jansa
On Fri, Sep 28, 2012 at 10:24:14PM +0100, Richard Purdie wrote: > On Fri, 2012-09-28 at 20:02 +0200, Martin Jansa wrote: > > On Thu, Sep 27, 2012 at 10:42:46PM +0100, Richard Purdie wrote: > > > We're now at -rc2 for the October release of OE-Core. I've noticed a > > > sudden surge of patches on th

[OE-core] MINUTES OE-TSC 28 August 2012

2012-09-28 Thread Jeff Osier-Mixon
OpenEmbedded Technical Steering Committee 28 August, 2012 Attending: Richard Purdie (RP) Koen Kooi (koen) Paul Eggleton (bluelightning) Khem Raj (khem) Apologies: Mark Hatle (fray) Agenda & Results NOTE: this meeting occ

[OE-core] MINUTES OE-TSC 11 September 2012

2012-09-28 Thread Jeff Osier-Mixon
OpenEmbedded Technical Steering Committee 11 September, 2012 Attending: Richard Purdie (RP) Mark Hatle (fray) Koen Kooi (koen) Paul Eggleton (bluelightning) Khem Raj (khem) Agenda & Results 1. pick a chair - RP 2. lingeri

Re: [OE-core] Some problems about nativesdk-perl

2012-09-28 Thread Kang Kai
On 2012年09月28日 21:19, Richard Purdie wrote: On Fri, 2012-09-28 at 19:48 +0800, Kang Kai wrote: Hi Richard, I meet 2 problems about nativesdk-perl. First one is that nativesdk-perl-modules doesn't depends on the single nativesdk-perl-module-xxx which I asked you yesterday, but I still don't kno

Re: [OE-core] [PATCH] autotools.bbclass: Add functionality to force a clean of ${B} when reconfiguring (and ${S} != ${B})

2012-09-28 Thread Ross Burton
On Friday, 28 September 2012 at 22:20, Richard Purdie wrote: > Totally unrelated, likely a transient race we're meant to have fixed but > don't seem to have done so :/ > > The supposed fix was: > http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=a92ff3ad4212f8966bbd3f6defcb112737d81cda FWIW, I