Re: [oe] [meta-oe][PATCH] fuse-exfat, ntfs-3g-ntfsprogs: Move util-linux-mount to RRECOMMENDS

2013-10-02 Thread Mike Looijmans
Just a "ping" to inform if this patch will ever make it into mainstream, of if there's something wrong with it. Mike. On 09/20/2013 11:00 AM, Mike Looijmans wrote: Soften the dependency to allow distros to use another mount provider like busybox instead of being forced to use util-linux-mount

Re: [oe] [oe-commits] Muhammad Shakeel : openssh: Add systemd support

2013-10-02 Thread Martin Jansa
On Tue, Sep 10, 2013 at 10:03:29PM +, g...@git.openembedded.org wrote: > Module: openembedded-core.git > Branch: master > Commit: 6e6445d487c033913a29763f8e3a7a339d5b612d > URL: > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6e6445d487c033913a29763f8e3a7a339d5b612d > > A

[oe] [meta-handheld][PATCH] linux-yocto-dev: add new recipe for upcoming 3.12

2013-10-02 Thread Andrea Adami
Removing the patches merged in 3.12 only two remain: sharpsl_param.patch - has been sent upstream locomo_kbd_tweak-r2.patch - inappropriate ? Hopefully more patches for collie will come soon. Signed-off-by: Andrea Adami --- recipes-kernel/linux/linux-yocto-dev.bbappend | 13 + .../linux

[oe] [meta-handheld][PATCH] linux-yocto: re-enable CONFIG_JFFS2_LZO

2013-10-02 Thread Andrea Adami
Override the settings in base/base.cfg:# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set Signed-off-by: Andrea Adami --- recipes-kernel/linux/linux-yocto-3.10/zaurus-non-hardware.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux-yocto-3.10/zaurus-non-hardware.cfg b/

Re: [oe] [PATCH] autobahn recipe (v0.5.14)

2013-10-02 Thread Burton, Ross
On 2 October 2013 16:01, Frederic PAUT wrote: > +LIC_FILES_CHKSUM = > "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" This should be a file inside the source tree (relative paths are resolved from $S), best practise is to checksum the license file and the license h

[oe] [YOCTO][meta-oe][PATCH] autobahn recipe (v0.5.14)

2013-10-02 Thread Frederic PAUT
AutobahnPython provides a WebSocket (RFC6455, Hybi-10 to -17, Hixie-76) framework for creating WebSocket-based clients and servers. AutobahnPython also includes an implementation of WAMP (The WebSockets Application Messaging Protocol), a light-weight, asynchronous RPC/PubSub over JSON/WebSocket pro

[oe] [YOCTO][meta-oe][PATCH] cloudeebus recipe (v0.6.0)

2013-10-02 Thread Frederic PAUT
Cloudeebus, D-Bus for the cloud, is a component that provides D-Bus proxies for JavaScript. Unlike a web runtime, it doesn’t rely on any custom web browser API, but on HTML5 WebSockets and python D-Bus bindings. Cloudeebus can be used as a web API fast prototyping tool. Signed-off-by: Frederic PAU

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

2013-10-02 Thread Anders Roxell
On 2013-10-02 15:07, Fathi Boudra wrote: > On 23 September 2013 11:00, wrote: > > From: Chunrong Guo > > > > Signed-off-by: Chunrong Guo > > --- > > .../libhugetlbfs/files/aarch64-support.patch | 88 + > > .../files/aarch64-unit-test-fixes.patch| 62 ++

[oe] [PATCH] cloudeebus recipe (v0.6.0)

2013-10-02 Thread Frederic PAUT
Cloudeebus, D-Bus for the cloud, is a component that provides D-Bus proxies for JavaScript. Unlike a web runtime, it doesn’t rely on any custom web browser API, but on HTML5 WebSockets and python D-Bus bindings. Cloudeebus can be used as a web API fast prototyping tool. --- .../recipes-devtools/py

[oe] [PATCH] autobahn recipe (v0.5.14)

2013-10-02 Thread Frederic PAUT
AutobahnPython provides a WebSocket (RFC6455, Hybi-10 to -17, Hixie-76) framework for creating WebSocket-based clients and servers. AutobahnPython also includes an implementation of WAMP (The WebSockets Application Messaging Protocol), a light-weight, asynchronous RPC/PubSub over JSON/WebSocket pro

Re: [oe] [meta-oe][PATCHv2 1/2] lm_sensors: reset RDEPENDS_${PN}-dev for lmsensors and lmsensors-config

2013-10-02 Thread Jack Mitchell
On 24/09/13 11:36, Jack Mitchell wrote: > From: Jack Mitchell > > When building with dev-pkgs enabled I was hitting an error lmsensors > not available. Resetting the RDEPENDS for the dev packages fixes this > error as there is no lmsensors or lmsensors-config package defined. > > Signed-off-by:

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

2013-10-02 Thread Fathi Boudra
On 23 September 2013 11:00, wrote: > From: Chunrong Guo > > Signed-off-by: Chunrong Guo > --- > .../libhugetlbfs/files/aarch64-support.patch | 88 + > .../files/aarch64-unit-test-fixes.patch| 62 > .../files/add-PROT-NONE-to-the-mprotest-test.

Re: [oe] [meta-oe][dylan][PATCH 2/2] krb5: Add PACKAGECONFIG and new configure param to disable keyutils detection

2013-10-02 Thread Eric Bénard
Hi Martin, Le Wed, 2 Oct 2013 01:34:10 +0200, Martin Jansa a écrit : > Signed-off-by: Martin Jansa > --- > ...d-parameter-to-disable-keyutils-detection.patch | 33 > ++ > meta-oe/recipes-connectivity/krb5/krb5_1.11.bb | 3 ++ > 2 files changed, 36 insertions(+) both