Re: [oe] acpica failing to build

2013-08-26 Thread Martin Jansa
On Mon, Aug 26, 2013 at 11:53:39AM +0530, Naresh Bhat wrote: Are you able to see the prparser.y.h under acpica source and recipe is unable to locate it ? I can check later when it fails again on jenkins, but workspace is gone already. On 24 August 2013 03:20, Martin Jansa

Re: [oe] [meta-oe][PATCH 3/4] daq: add recipe

2013-08-26 Thread Martin Jansa
On Mon, Aug 26, 2013 at 11:22:07AM +0800, b40...@freescale.com wrote: From: Chunrong Guo b40...@freescale.com *The dump DAQ test the various inline mode features *snort depends daq Signed-off-by: Chunrong Guo b40...@freescale.com --- meta-oe/recipes-connectivity/daq/daq_2.0.0.bb

Re: [oe] [meta-oe][PATCH] libungif: update to upstream version 4.1.4

2013-08-26 Thread Martin Jansa
On Wed, Aug 21, 2013 at 06:03:16PM +0300, Marko Lindqvist wrote: Signed-off-by: Marko Lindqvist cazf...@gmail.com --- .../libungif/{libungif_4.1.3.bb = libungif_4.1.4.bb}|6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename

[oe] [meta-oe][PATCH V2 ] daq: add recipe

2013-08-26 Thread b40290
From: Chunrong Guo b40...@freescale.com *The dump DAQ test the various inline mode features *snort depends daq Signed-off-by: Chunrong Guo b40...@freescale.com --- meta-oe/recipes-connectivity/daq/daq_2.0.0.bb | 17 + .../daq/files/disable-check-pcap-version.patch

Re: [oe] acpica failing to build

2013-08-26 Thread Fathi Boudra
Hi, On 26 August 2013 10:04, Martin Jansa martin.ja...@gmail.com wrote: On Mon, Aug 26, 2013 at 11:53:39AM +0530, Naresh Bhat wrote: Are you able to see the prparser.y.h under acpica source and recipe is unable to locate it ? I can check later when it fails again on jenkins, but workspace is

Re: [oe] [meta-initramfs] [PATCH] klibc_2.0.2: fix hardcoded symlinks to linux-libc-headers

2013-08-26 Thread Andrea Adami
Sorry, patch is broken for distros like meta-micro, collapsing /usr into / Thinking again about the symlinks, we have to respect the install location of the linux-libc-headers, installed as: oe_runmake headers_install INSTALL_HDR_PATH=${D}${exec_prefix} So we have to adapt to the case where

Re: [oe] acpica failing to build

2013-08-26 Thread Martin Jansa
On Mon, Aug 26, 2013 at 11:18:43AM +0300, Fathi Boudra wrote: Hi, On 26 August 2013 10:04, Martin Jansa martin.ja...@gmail.com wrote: On Mon, Aug 26, 2013 at 11:53:39AM +0530, Naresh Bhat wrote: Are you able to see the prparser.y.h under acpica source and recipe is unable to locate it ?

[oe] [meta-oe] [PATCH] ser2net: new package, Serial to network proxy

2013-08-26 Thread maxin.john
From: Maxin B. John maxin.j...@enea.com The ser2net daemon allows telnet and tcp sessions to be established with a unit's serial ports. Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb | 16 1 file changed, 16

[oe] [meta-oe][PATCH 3/3] acpica: bump to version 20130823

2013-08-26 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta-oe/recipes-extended/acpica/acpica_20130626.bb | 37 -- meta-oe/recipes-extended/acpica/acpica_20130823.bb | 37 ++ 2 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644

[oe] [meta-oe][PATCH 0/3] ACPICA updates

2013-08-26 Thread Fathi Boudra
Fathi Boudra (3): acpica: fix parallel build acpica: fix recipe to be OE compliant with spacing acpica: bump to version 20130823 meta-oe/recipes-extended/acpica/acpica_20130626.bb | 37 -- meta-oe/recipes-extended/acpica/acpica_20130823.bb | 37 ++

[oe] [meta-oe][PATCH 1/3] acpica: fix parallel build

2013-08-26 Thread Fathi Boudra
The compilation of the iasl utility fails when `make -jN' 1. This commit cleans up the rules in generate/unix/iasl such that a `make -j' will succeed. Signed-off-by: Andrew McDermott andrew.mcderm...@linaro.org --- meta-oe/recipes-extended/acpica/acpica_20130626.bb | 3 +-

[oe] [meta-oe][PATCH 2/3] acpica: fix recipe to be OE compliant with spacing

2013-08-26 Thread Fathi Boudra
Signed-off-by: Graeme Gregory graeme.greg...@linaro.org --- meta-oe/recipes-extended/acpica/acpica_20130626.bb | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/meta-oe/recipes-extended/acpica/acpica_20130626.bb b/meta-oe/recipes-extended/acpica/acpica_20130626.bb

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

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

Re: [oe] [meta-oe][PATCH 0/3] ACPICA updates

2013-08-26 Thread Martin Jansa
On Mon, Aug 26, 2013 at 01:33:12PM +0300, Fathi Boudra wrote: Fathi Boudra (3): acpica: fix parallel build acpica: fix recipe to be OE compliant with spacing acpica: bump to version 20130823 Looks good, thanks. Only last commit would look even better when sent with -M, but I'm OK with

Re: [oe] [meta-oe][PATCH 0/3] ACPICA updates

2013-08-26 Thread Fathi Boudra
On 26 August 2013 14:17, Martin Jansa martin.ja...@gmail.com wrote: On Mon, Aug 26, 2013 at 01:33:12PM +0300, Fathi Boudra wrote: Fathi Boudra (3): acpica: fix parallel build acpica: fix recipe to be OE compliant with spacing acpica: bump to version 20130823 Looks good, thanks.

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

2013-08-26 Thread Mihai Prica
Signed-off-by: Mihai Prica mihai.pr...@intel.com --- ...hon-docutils_0.5.bb = python-docutils_0.11.bb} |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) rename meta-oe/recipes-devtools/python/{python-docutils_0.5.bb = python-docutils_0.11.bb} (55%) diff --git

[oe] [PATCH] connman: rename .bbappend to match new version from oe-core

2013-08-26 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../connman/{connman_1.16.bbappend = connman_1.17.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-systemd/oe-core/recipes-connectivity/connman/{connman_1.16.bbappend = connman_1.17.bbappend} (100%)

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

2013-08-26 Thread Martin Jansa
On Mon, Aug 26, 2013 at 04:54:47PM +0300, Mihai Prica wrote: Signed-off-by: Mihai Prica mihai.pr...@intel.com What was changed in license file? --- ...hon-docutils_0.5.bb = python-docutils_0.11.bb} |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) rename

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

2013-08-26 Thread Paul Eggleton
Hi Maxin, On Monday 26 August 2013 13:06:19 maxin.j...@enea.com wrote: From: Maxin B. John maxin.j...@enea.com log4cplus provides a simple C++ logging API for log management. Signed-off-by: Maxin B. John maxin.j...@enea.com --- .../recipes-devtools/log4cplus/log4cplus_1.1.1.bb| 18

Re: [oe] [meta-oe][PATCH 1/4] snort: add recipe

2013-08-26 Thread Paul Eggleton
Hi Chunrong, On Monday 26 August 2013 11:15:39 b40...@freescale.com wrote: From: Chunrong Guo b40...@freescale.com *snort - a free lightweight network intrusion detection system for UNIX and Windows I have to admit I thought this was something that mulhern was working on - is

[oe] OE Changelog since 2013-08-18 until 2013-08-25

2013-08-26 Thread cliff . brake
Changelog since 2013-08-18 until 2013-08-25. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

Re: [oe] [meta-oe][PATCH 1/1] busybox: remove bbappend

2013-08-26 Thread Khem Raj
On Aug 24, 2013, at 2:47 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Friday 23 August 2013 10:36:15 Khem Raj wrote: On Aug 23, 2013, at 4:33 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: This bbappend has effectively been merged into OE-Core, although the log buffer

Re: [oe] [meta-oe][PATCH 1/1] busybox: remove bbappend

2013-08-26 Thread Paul Eggleton
On Monday 26 August 2013 14:39:10 Khem Raj wrote: On Aug 24, 2013, at 2:47 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Friday 23 August 2013 10:36:15 Khem Raj wrote: On Aug 23, 2013, at 4:33 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: This bbappend has

[oe] OpenEmbedded TSC Minutes: 2 July 2013

2013-08-26 Thread Jeff Osier-Mixon
[these are all late because I am lame] OpenEmbedded Technical Steering Committee 2 July 2013 Attendees: Koen (koen) Fray (fray) Paul (bluelightning) Khem (khem) Richard (RP) Apologies: Notes: Jefro Agenda at a glance: 1. pick a chair 2. new issues 3. lingering issues a. role of

Re: [oe] [meta-oe][PATCH 1/1] busybox: remove bbappend

2013-08-26 Thread Khem Raj
On Aug 26, 2013, at 2:53 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Monday 26 August 2013 14:39:10 Khem Raj wrote: On Aug 24, 2013, at 2:47 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Friday 23 August 2013 10:36:15 Khem Raj wrote: On Aug 23, 2013, at 4:33 AM,