[oe] [PATCH][meta-oe] eject: three fixes

2014-08-13 Thread rongqing.li
From: Morgan Little eject-2.1.1-verbose.patch: Kept to help with debugging eject-2.1.5-spaces.patch: help with spaces in the mount path eject-timeout.patch: allow a longer timeout Signed-off-by: Morgan Little Signed-off-by: Jackie Huang --- .../eject/eject/eject-2.1.1-verbose.patch |

[oe] [meta-networking][PATCH 1/2] ntp: Disable debugging by default

2014-08-13 Thread rongqing.li
From: Xufeng Zhang There is a problem in configure.ac file that whether or not '--enable-debugging' is specified in configure cmdline, debugging is always enabled. We should disable ntp debugging by default. Signed-off-by: Xufeng Zhang --- .../ntp/files/ntp-disable-debugging.patch |

[oe] [meta-networking][PATCH 2/2] ntp: fix CVE-2013-5211

2014-08-13 Thread rongqing.li
From: Zhang Xiao The monlist feature in ntp_request.c in ntpd in NTP before 4.2.7p26 allows remote attackers to cause a denial of service (traffic amplification) via forged (1) REQ_MON_GETLIST or (2) REQ_MON_GETLIST_1 requests, as exploited in the wild in December 2013. Signed-off-by: Zhang Xiao

[oe] [poky] Which beaglebone can I use to develop/use Poky?

2014-08-13 Thread Journeyer J. Joh
Hi list, I'd like to ask about beaglebone for Poky. I want to develop and use Poky on a beaglebone. But since I have no experience on this, I need information below. Please help me. - Specific beaglebone version that Poky supports - Any beaglebone accessory needed - Some helpful blog or website

Re: [oe] [for-daisy] Backports for merging

2014-08-13 Thread akuster808
On 08/13/2014 04:12 PM, Otavio Salvador wrote: Hello, I am seeing this failure in Daisy branches: commit 75ca64e5917d0177c48f58f631497a05e2773731 Author: Otavio Salvador Date: Wed Jun 4 20:09:39 2014 -0300 nbench-byte: Fix parallel building error This extends the dependencies o

[oe] [for-daisy] Backports for merging

2014-08-13 Thread Otavio Salvador
Hello, I am seeing this failure in Daisy branches: commit 75ca64e5917d0177c48f58f631497a05e2773731 Author: Otavio Salvador Date: Wed Jun 4 20:09:39 2014 -0300 nbench-byte: Fix parallel building error This extends the dependencies on pointer.h to fix following error: | ./sysinfo.

[oe] [meta-oe][PATCH v3] add cyassl to meta-networking/recipes-connectivity

2014-08-13 Thread lchristina26
Signed-off-by: Leah Thompson --- .../recipes-connectivity/cyassl/cyassl_3.1.0.bb| 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb diff --git a/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.

Re: [oe] [meta-oe][PATCH v3] Add cyassl to meta-networking/recipes-connectivity

2014-08-13 Thread Martin Jansa
On Wed, Aug 13, 2014 at 03:24:28PM -0600, lchristina26 wrote: > Signed-off-by: Leah Thompson This is just incremental patch again, please squash it with cyassl addition. > --- > meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb | 5 + > 1 file changed, 1 insertion(+), 4 deletions(

[oe] [meta-oe][PATCH v3] Add cyassl to meta-networking/recipes-connectivity

2014-08-13 Thread lchristina26
Signed-off-by: Leah Thompson --- meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb b/meta-networking/recipes-connectivity/cyassl/cyassl_3.1.0.bb index 441

Re: [oe] [meta-oe][PATCH v2] Submitting cyassl recipe

2014-08-13 Thread LC Mac
I should've looked up one line. Thanks! From: martin.ja...@gmail.com Date: Wed, 13 Aug 2014 23:14:36 +0200 To: openembedded-devel@lists.openembedded.org Subject: Re: [oe] [meta-oe][PATCH v2] Submitting cyassl recipe for consideration in being added to meta-oe/meta-networking/recipes-connectivity.

Re: [oe] [meta-oe][PATCH v2] Submitting cyassl recipe for consideration in being added to meta-oe/meta-networking/recipes-connectivity. Cyassl is a lightweight, embedded SSL/TLS library. For more info

2014-08-13 Thread Martin Jansa
On Wed, Aug 13, 2014 at 02:53:19PM -0600, LC Mac wrote: > Hi Martin, > > I'm a bit confused by the line cyassl-${PV} -> ${BP}. cyassl-${PV} == ${BP} so please replace "cyassl-${PV} with ${BP} > Could you explain that? When you say drop the S assignment, do you mean > delete the entire line o

Re: [oe] [meta-oe][PATCH v2] Submitting cyassl recipe

2014-08-13 Thread LC Mac
Actually, I'm guessing you meant for me to delete the entire line S = ".." without adding anything else? This line just threw me off: cyassl-${PV} -> ${BP}. From: lchristin...@hotmail.com To: openembedded-devel@lists.openembedded.org Subject: RE: [oe] [meta-oe][PATCH v2] Submitting cyassl recipe

Re: [oe] [meta-oe][PATCH v2] Submitting cyassl recipe for consideration in being added to meta-oe/meta-networking/recipes-connectivity. Cyassl is a lightweight, embedded SSL/TLS library. For more info

2014-08-13 Thread LC Mac
Hi Martin, I'm a bit confused by the line cyassl-${PV} -> ${BP}. Could you explain that? When you say drop the S assignment, do you mean delete the entire line or leave the line like this: ${WORKDIR}/${PN}-${PV}? I cannot get the recipe to build with any of the proposed changes. Thanks, L

[oe] State of bitbake world, Failed tasks 2014-08-13

2014-08-13 Thread Martin Jansa
Fix for dnsmasq is already on ML (and applied for qemux86*) rabbitmq-c is new recipe from review, issue was reported http://www.openembedded.org/wiki/Bitbake_World_Status == Failed tasks 2014-08-13 == === common () === === common-x86 (1) === * meta-browser/recipes-browser/chromium/chromium

Re: [oe] [meta-oe][PATCH] rabbitmq-c: add recipe

2014-08-13 Thread Martin Jansa
On Tue, Aug 12, 2014 at 02:05:05PM +0200, Maciej Borzecki wrote: > On Tuesday 12 of August 2014 13:45:38 Martin Jansa wrote: > > On Mon, Aug 11, 2014 at 04:33:56PM +0200, Maciej Borzecki wrote: > > > rabbitmq-c is a C library providing an implementation of AMQP client for > > > use with v2.0+ of th