[OE-core] [PATCH] boost: adding serialization to BOOST_LIBS

2013-09-01 Thread Lukas Bulwahn
Since its initial commit from the classic OpenEmbedded repository in 43e94412c45b4b79485a64010c76d89b245bb235, serialization was commented out, reportedly due to some issue with powerpc in the boost version 1.36. In the classic OpenEmbedded repository, serialization has been added again since versi

Re: [OE-core] Failure

2013-09-01 Thread ChenQi
On 09/02/2013 10:08 AM, Otavio Salvador wrote: Hello, I got this build failure today; I am about to leave so I removed the tmpdir and will let it running during night. I post more info if/when I reproduce it again: Patch redhat-portability.diff does not apply (enforce with -f) ERROR: Function f

[OE-core] Failure

2013-09-01 Thread Otavio Salvador
Hello, I got this build failure today; I am about to leave so I removed the tmpdir and will let it running during night. I post more info if/when I reproduce it again: Patch redhat-portability.diff does not apply (enforce with -f) ERROR: Function failed: patch_do_patch ERROR: Logfile of failure s

Re: [OE-core] [PATCH 0/1] remove the unnecessary protocol parameters

2013-09-01 Thread jhuang0
On 8/30/2013 5:22 PM, Martin Jansa wrote: On Fri, Aug 30, 2013 at 09:56:35AM +0800, jackie.hu...@windriver.com wrote: From: Jackie Huang What I did to remove these: I checked that we only use git and svn: $ find meta \( -name *.bb -o -name *.inc -o -name *.bbclass \) -exec sed -n 's/.*"\(\w

Re: [OE-core] [PATCH 1/1] sstate.bbclass: check before open the manifest

2013-09-01 Thread Robert Yang
On 09/01/2013 06:07 AM, Otavio Salvador wrote: On Sat, Aug 31, 2013 at 7:51 AM, Robert Yang wrote: Hi RP, Thanks, I've made a draft patch for fixing why make-3.82 is being built, the problem is that when we run "bitbake make-3.81": - For 'make' itself, it will build make_3.81.bb - But for m

[OE-core] State of bitbake world Was: [WIP][PATCH 00/66] Deterministic dependencies II

2013-09-01 Thread Martin Jansa
On Thu, Aug 29, 2013 at 05:50:53PM +0200, Martin Jansa wrote: > WIP because verification build is still running and I must admit that I'm > mostly > testing that all dependencies are correctly "disabled" and in the end > deterministic. > > I'm not testing if every possible combination of PACKAGE

[OE-core] [PATCH] sanity: Don't make assumptions about cwd

2013-09-01 Thread Richard Purdie
When using the recently fixed out of build directory bitbake invocations, I was puzzled why bitbake seemed to be pausing. The reason was due to running the sanity tests each and every time. This was due to current working directory assumptions within the sanity test code. Fix this to use TOPDIR.

Re: [OE-core] [meta-oe][PATCH] cryptsetup: Updated to upstream version.

2013-09-01 Thread Martin Jansa
On Sun, Sep 01, 2013 at 04:12:06AM +0300, Yevhen Kyriukha wrote: > Also build static libraries. Hi, please resend to openembedded-devel ML. > > Signed-off-by: Yevhen Kyriukha > --- > .../cryptsetup/{cryptsetup_1.6.1.bb => cryptsetup_1.6.2.bb} | 6 > -- > 1 file changed, 4 inserti

[OE-core] meta: Don't use deprecated bitbake API

2013-09-01 Thread Richard Purdie
These have been deprecated for a long time, convert the remaining references to the correct modules and prepare for removal of the compatibility support from bitbake. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/archiver.bbclass b/meta/classes/archiver.bbclass index e42c419..66efe