Re: [oe] [oe-commits] Laurentiu Palcu : m4: upgrade to 1.4.17

2013-10-30 Thread Andrea Adami
On Sun, Oct 27, 2013 at 12:27 PM, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: b7505d7c279888bd1675c1a8387edcf87cae8aac URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=b7505d7c279888bd1675c1a8387edcf87cae8aac Author:

[oe] [meta-handheld][PATCH] zaurus.inc: set default IMAGE_CMD_sum.jffs2 for devices with NAND

2013-10-30 Thread Andrea Adami
Collie will need a customization. Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- conf/machine/include/zaurus.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc index 9817625..333a337 100644 ---

Re: [oe] [meta-networking][PATCH v2 1/3] snort : add recipe

2013-10-30 Thread Joe MacDonald
[RE: [oe] [meta-networking][PATCH v2 1/3] snort : add recipe] On 13.10.30 (Wed 01:40) Guo Chunrong-B40290 wrote: Hi, Joe MacDonald Thank you for your comments. The current snort simply do not need sysvinit config. I apologize, I don't mean to belabor the point, but can you point me at

Re: [oe] [meta-networking][PATCH] cyrus-sasl: ensure size_t is defined for use by sasl.h

2013-10-30 Thread Joe MacDonald
[[meta-networking][PATCH] cyrus-sasl: ensure size_t is defined for use by sasl.h] On 13.10.29 (Tue 23:50) Mark Asselstine wrote: While making use of the cyrus-sasl library an external application will most likely include sasl.h which will cause compilation failures if steps haven't been taken

Re: [oe] [OE] [PATCH meta-networking] quagga/ripd: Fix two bugs after received SIGHUP signal

2013-10-30 Thread Joe MacDonald
Hi Xufeng, [Re: [oe] [OE] [PATCH meta-networking] quagga/ripd: Fix two bugs after received SIGHUP signal] On 13.10.28 (Mon 11:37) Xufeng Zhang wrote: On 10/25/2013 09:31 PM, Joe MacDonald wrote: [Re: [oe] [OE] [PATCH meta-networking] quagga/ripd: Fix two bugs after received SIGHUP signal]

[oe] [meta-oe][PATCH] libsdl2-mixer: add recipe

2013-10-30 Thread Marko Lindqvist
Signed-off-by: Marko Lindqvist cazf...@gmail.com --- .../libsdl2-mixer/libsdl2-mixer/configure.patch| 26 +++ .../libsdl2-mixer/libsdl2-mixer_2.0.0.bb | 39 ++ 2 files changed, 65 insertions(+) create mode 100644

Re: [oe] [meta-networking][PATCH] cyrus-sasl: ensure size_t is defined for use by sasl.h

2013-10-30 Thread Mark Asselstine
On Wed, Oct 30, 2013 at 9:16 AM, Joe MacDonald j...@deserted.net wrote: [[meta-networking][PATCH] cyrus-sasl: ensure size_t is defined for use by sasl.h] On 13.10.29 (Tue 23:50) Mark Asselstine wrote: While making use of the cyrus-sasl library an external application will most likely include

[oe] [meta-systemd][PATCH 1/2] at: Rename bbappend to match new version from oe-core

2013-10-30 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../recipes-extended/at/{at_3.1.13.bbappend = at_3.1.14.bbappend} | 2 -- 1 file changed, 2 deletions(-) rename meta-systemd/oe-core/recipes-extended/at/{at_3.1.13.bbappend = at_3.1.14.bbappend} (93%) diff --git

[oe] [meta-systemd][PATCH 2/2] connman: Rename bbappend to match new version from oe-core

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

[oe] [meta-oe][PATCHv2] xserver-common: start Xsession when starting Xserver

2013-10-30 Thread Martin Jansa
* since this commit commit 305038f932fbcb39f3bb6698f8fad18172c30962 Author: Jonathan Liu net...@gmail.com Date: Wed Jun 12 08:30:15 2013 + xserver-nodm-init: do not execute Xsession twice xserver-nodm-init wasn't working correctly when it was used together with xserver-common

[oe] [meta-networking][PATCH v2] cyrus-sasl: ensure size_t is defined for use by sasl.h

2013-10-30 Thread Mark Asselstine
While making use of the cyrus-sasl library an external application will most likely include sasl.h which will cause compilation failures if steps haven't been taken to define size_t. This should not be the responsibility of the application building against the sasl library but rather handled

[oe] [meta-handheld][PATCH] collie.conf: provide a custom EXTRA_IMAGECMD_sum.jffs2

2013-10-30 Thread Andrea Adami
Match the changes to image_types.bbclass in oe-core. REMARKS: Q: the sum.jffs2 image is really smaller than the .jffs2 A: If you run sumtool with --pad parameter then it pads the OUTPUT file with 0xFF to the end of the last used eraseblock. If you have empty eraseblocks at the end of your

Re: [oe] State of bitbake world

2013-10-30 Thread Martin Jansa
On Sun, Oct 20, 2013 at 09:43:45PM +0200, Martin Jansa wrote: On Tue, Sep 17, 2013 at 02:30:58PM +0200, Martin Jansa wrote: I haven't updated this status for few weeks because there were always some issue deeper in the dependency tree so it was hiding a lot of other issues, now it's good

Re: [oe] [OE] [PATCH meta-networking] quagga/ripd: Fix two bugs after received SIGHUP signal

2013-10-30 Thread Xufeng Zhang
On 10/30/2013 09:36 PM, Joe MacDonald wrote: Hi Xufeng, [Re: [oe] [OE] [PATCH meta-networking] quagga/ripd: Fix two bugs after received SIGHUP signal] On 13.10.28 (Mon 11:37) Xufeng Zhang wrote: On 10/25/2013 09:31 PM, Joe MacDonald wrote: [Re: [oe] [OE] [PATCH meta-networking]

Re: [oe] [OE-core] [oe-commits] Laurentiu Palcu : m4: upgrade to 1.4.17

2013-10-30 Thread Khem Raj
Andreas Can you replace remove-gets.patch with the one here http://paste.ubuntu.com/6333696/ and see if it helps ? -khem On Wed, Oct 30, 2013 at 1:08 AM, Andrea Adami andrea.ad...@gmail.com wrote: On Sun, Oct 27, 2013 at 12:27 PM, g...@git.openembedded.org wrote: Module: