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
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
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
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
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
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
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
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
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
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
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
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
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
>
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
* 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
* 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
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
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
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
>>>
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
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
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
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
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
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
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/
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
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
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
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.
_
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:
+-
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
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 +=
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
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
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
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-
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
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
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
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
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
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/
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
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
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
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
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 '>>'.
>> (
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
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
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
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
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
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
> +
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
> +
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
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
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
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
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
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
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
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
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
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
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
66 matches
Mail list logo