[oe] [toolchain-layer][PATCH] gcc-4.6: Update to match gcc restructing in OE-Core

2013-08-27 Thread Khem Raj
The include file infra in gcc recipes recieved an overhaul on OE-Core. This patch matches the toolchain layer recipes to use the new include files Signed-off-by: Khem Raj --- .../recipes-devtools/gcc/gcc-cross-canadian_4.6.bb| 19 --- toolchain-layer/recipes-devtools/gcc/gcc-

Re: [oe] [meta-oe][PATCH ] libhugetlbfs: add recipe

2013-08-27 Thread Fathi Boudra
On 28 August 2013 08:21, Luo Zhenhua-B19537 wrote: >> -Original Message- >> From: openembedded-devel-boun...@lists.openembedded.org >> [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of >> Fathi Boudra >> >> On 28 August 2013 05:56, Luo Zhenhua-B19537 wrote: >> > Hi,

Re: [oe] [meta-oe][PATCH ] libhugetlbfs: add recipe

2013-08-27 Thread Luo Zhenhua-B19537
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of > Fathi Boudra > > On 28 August 2013 05:56, Luo Zhenhua-B19537 wrote: > > Hi, > > > > libhugetlbfs should be moved to a common layer, si

Re: [oe] [meta-oe][PATCH ] libhugetlbfs: add recipe

2013-08-27 Thread Fathi Boudra
Hi, On 28 August 2013 05:56, Luo Zhenhua-B19537 wrote: > Hi, > > libhugetlbfs should be moved to a common layer, since it can be used by other > BSPs agreed. > except linaro. what do you mean by "except Linaro"? Cheers, Fathi ___ Openembedded-devel

Re: [oe] [meta-oe][PATCH ] libhugetlbfs: add recipe

2013-08-27 Thread Luo Zhenhua-B19537
Hi, libhugetlbfs should be moved to a common layer, since it can be used by other BSPs except linaro. Best Regards, Zhenhua > -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of > Fath

Re: [oe] How can I make recipes conditionally enabled?

2013-08-27 Thread Martin Jansa
On Tue, Aug 27, 2013 at 03:56:40PM +0200, Erik Botö wrote: > Hi, > > On Tue, Aug 27, 2013 at 9:54 AM, Martin Jansa wrote: > > On Tue, Aug 27, 2013 at 09:12:15AM +0200, Carlos Rafael Giani wrote: > >> Hello, > >> > >> I have a question about a problem I've had several times in the past: > >> > >>

Re: [oe] How can I make recipes conditionally enabled?

2013-08-27 Thread Erik Botö
Hi, On Tue, Aug 27, 2013 at 9:54 AM, Martin Jansa wrote: > On Tue, Aug 27, 2013 at 09:12:15AM +0200, Carlos Rafael Giani wrote: >> Hello, >> >> I have a question about a problem I've had several times in the past: >> >> if I write a layer, and add .bbappends, then the layers with the >> correspon

[oe] [meta-oe][PATCH v2] python-docutils: upgrade to 0.11

2013-08-27 Thread Mihai Prica
Update LICENSE. The package contains files that are BSD-2-Clause or GPLv3. Signed-off-by: Mihai Prica --- ...hon-docutils_0.5.bb => python-docutils_0.11.bb} |9 - 1 file changed, 4 insertions(+), 5 deletions(-) rename meta-oe/recipes-devtools/python/{python-docutils_0.5.bb => pytho

Re: [oe] [meta-oe][PATCH] python-docutils: upgrade to 0.11

2013-08-27 Thread Prica, Mihai
>-Original Message- >From: openembedded-devel-boun...@lists.openembedded.org >Subject: Re: [oe] [meta-oe][PATCH] python-docutils: upgrade to 0.11 > >On Mon, Aug 26, 2013 at 04:54:47PM +0300, Mihai Prica wrote: >> Signed-off-by: Mihai Prica > >What was changed in license file? I took a clo

Re: [oe] [meta-oe][PATCH ] libhugetlbfs: add recipe

2013-08-27 Thread Fathi Boudra
Hi, please, check http://layers.openembedded.org/layerindex/recipe/5471/ Could you integrate it into your work? On 27 August 2013 10:48, wrote: > From: Chunrong Guo > > *libhugetlbfs is a library which provides easy access to huge pages of > memory > > Signed-off-by: Chunrong Guo > --- >

[oe] [meta-oe] [PATCH v2] log4cplus: add recipe

2013-08-27 Thread maxin.john
From: "Maxin B. John" log4cplus provides a simple C++ logging API for log management. Signed-off-by: Maxin B. John --- .../recipes-devtools/log4cplus/log4cplus_1.1.1.bb| 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta-oe/recipes-devtools/log4cplus/log4cpl

Re: [oe] How can I make recipes conditionally enabled?

2013-08-27 Thread Martin Jansa
On Tue, Aug 27, 2013 at 09:12:15AM +0200, Carlos Rafael Giani wrote: > Hello, > > I have a question about a problem I've had several times in the past: > > if I write a layer, and add .bbappends, then the layers with the > corresponding .bb files become hard dependencies. > But lets say I want t

[oe] [meta-oe][PATCH ] libhugetlbfs: add recipe

2013-08-27 Thread b40290
From: Chunrong Guo *libhugetlbfs is a library which provides easy access to huge pages of memory Signed-off-by: Chunrong Guo --- ...ler-to-be-override-regardless-of-32-or-64.patch | 94 ++ ...rl-lib-to-directory-perl-instead-of-perl5.patch | 41 ++ ...s-avoid-search-host-

Re: [oe] [meta-oe] [PATCH] log4cplus: add recipe

2013-08-27 Thread Maxin B. John
On Mon, Aug 26, 2013 at 07:59:57PM +0100, Paul Eggleton wrote: Hi Paul, > Hi Maxin, > On Monday 26 August 2013 13:06:19 maxin.j...@enea.com wrote: > > From: "Maxin B. John" > > log4cplus provides a simple C++ logging API for log management. > > Signed-off-by: Maxin B. John > > --- > > .../reci

[oe] How can I make recipes conditionally enabled?

2013-08-27 Thread Carlos Rafael Giani
Hello, I have a question about a problem I've had several times in the past: if I write a layer, and add .bbappends, then the layers with the corresponding .bb files become hard dependencies. But lets say I want to write a BSP layer, and I add some machine specific Qt5 patches. Now everybody w