[oe] [PATCH][meta-networking] sethdlc: fix host contamination

2014-11-24 Thread wenzong.fan
From: Wenzong Fan * Clean INCLUDES to fix the host contamination errors: In file included from /usr/src/linux/include/linux/posix_types.h:47:0, from /usr/src/linux/include/linux/types.h:17, from /usr/src/linux/include/linux/if.h:22, from sethdlc.c:23: /usr/src/linux/include/asm-generic

Re: [oe] [PATCH 5/5] sgpio : add new recipe

2014-11-24 Thread Li, Xin
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of > Martin Jansa > Sent: Friday, November 21, 2014 10:03 PM > To: openembedded-devel@lists.openembedded.org > Subject: Re: [oe] [PATCH 5/5]

Re: [oe] [PATCH 4/6] [meta-oe] printproto: Port printproto from openembedded

2014-11-24 Thread Bian, Naimeng
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of > Burton, Ross > Sent: Monday, November 24, 2014 6:31 PM > To: OE-devel > Subject: Re: [oe] [PATCH 4/6] [meta-oe] printproto: Port printpr

Re: [oe] [PATCH 6/6] [meta-oe] Port corosync from openembedded and upgrade to 1.4.7

2014-11-24 Thread Bian, Naimeng
Hi Joe Thanks for your advices. I will look at meta-cgl. Regards Bian > -Original Message- > From: Joe MacDonald [mailto:joe_macdon...@mentor.com] > Sent: Tuesday, November 25, 2014 3:40 AM > Cc: openembedded-devel@lists.openembedded.org > Subject: Re: [oe] [PATCH 6/6] [meta-oe] Port co

[oe] [meta-oe][PATCH 0/3] libhugetlbfs: fix build problems with ix86 and armv7ab

2014-11-24 Thread Gary S. Robertson
OE builds of libhugetlbfs were failing for armv7ab and i586 (qemux86) architectures. In addition, once patched so builds completed, execution of some tests was failing for armv7ab. Patched OE recipe and Makefile to add support for 32-bit ix86 architectures... (patches 1 and 2). Then patched linke

[oe] [meta-oe][PATCH 1/3] libhugetlbfs: Add ix86 to list of compatible host architectures

2014-11-24 Thread Gary S. Robertson
From: "Gary S. Robertson" COMPATIBLE_HOST included support for x86_64 but not for 32-bit x86 architectures - added generic 32-bit x86 arch names Upstream Status - not applicable - recipe change only Signed-off-by: Gary S. Robertson --- .../libhugetlbfs/libhugetlbfs_git.bb |2

[oe] [meta-oe][PATCH 2/3] libhugetlbfs: Make cross-devel recognize all ix86 arches

2014-11-24 Thread Gary S. Robertson
From: "Gary S. Robertson" In a non-native cross-development scenario, the Makefile only recognized i386 or x86_64 PC architectures. Extended this to also recognize i486, i586, and i686 Upstream Status: Accepted but not yet applied by libhugetlbfs project Signed-off-by: Gary S. Robertson --- .

[oe] [meta-oe][PATCH 3/3] libhugetlbfs: Fix page size & text offset for arm arches

2014-11-24 Thread Gary S. Robertson
From: "Gary S. Robertson" Fixed computation of page size and text segment offset for various arm architectures - including both LE and BE variants of armv7 as well as aarch64 Upstream Status: Accepted at libhugetlbfs project Signed-off-by: Gary S. Robertson --- ...rch64-fix-page-size-not-prop

Re: [oe] [meta-qt5][PATCH 2/2] nativesdk-qtbase_git: re-add OEQt5Toolchain to SRC_URI

2014-11-24 Thread Denys Dmytriyenko
ping On Thu, Nov 13, 2014 at 07:09:10PM -0500, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > The file is expected by do_install(), but _git version resets SRC_URI. > > Signed-off-by: Denys Dmytriyenko > --- > recipes-qt/qt5/nativesdk-qtbase_git.bb | 7 ++- > 1 file changed, 6 ins

Re: [oe] [meta-qt5][PATCH 1/2] nativesdk-qtbase.inc: avoid removing directories, namely /usr/lib itself

2014-11-24 Thread Denys Dmytriyenko
ping On Thu, Nov 13, 2014 at 06:58:38PM -0500, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > Signed-off-by: Denys Dmytriyenko > --- > recipes-qt/qt5/nativesdk-qtbase.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-qt/qt5/nativesdk-qtbase.inc > b/

Re: [oe] [PATCH 6/6] [meta-oe] Port corosync from openembedded and upgrade to 1.4.7

2014-11-24 Thread Joe MacDonald
Hi Bian, [[oe] [PATCH 6/6] [meta-oe] Port corosync from openembedded and upgrade to 1.4.7] On 14.11.24 (Mon 14:45) Bian Naimeng wrote: > Signed-off-by: Bian Naimeng > --- > meta-oe/recipes-support/corosync/corosync_1.4.7.bb | 31 > ++ > .../corosync/files/config-site.coros

Re: [oe] There is no LAYERVERSION and LAYERDEPENDS for most meta-FOO layers

2014-11-24 Thread Joe MacDonald
[Re: [oe] There is no LAYERVERSION and LAYERDEPENDS for most meta-FOO layers] On 14.11.24 (Mon 11:13) Mike Looijmans wrote: > On 11/24/2014 09:53 AM, Huang, Jie (Jackie) wrote: > >Hi, > > > >I know LAYERVERSION is optional but I think LAYERDEPENDS is required and at > >least we should specify th

Re: [oe] curl compilation broken on dizzy

2014-11-24 Thread akuster808
Pierluigi, this should be fixed now. please try again. regards, Armin On 11/22/2014 03:34 PM, Pierluigi Passaro wrote: Hi all, I'm experiencing some problems compiling curl on dizzy. As far as I can see, the backporting of CVE-2014-3613 and CVE-2014-3620 introduced patches few bytes smaller

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2014-11-19

2014-11-24 Thread Martin Jansa
On Mon, Nov 24, 2014 at 08:11:51AM -0800, akuster808 wrote: > Thanks Martin. > > just for clarification. > > > "PNBLACKLISTs:" means these are blacklisted or going to be blacklisted? These are blacklisted, it's generated by "git grep" in included layers. > On 11/24/2014 03:31 AM, Martin Jansa

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2014-11-19

2014-11-24 Thread akuster808
Thanks Martin. just for clarification. "PNBLACKLISTs:" means these are blacklisted or going to be blacklisted? - Armin On 11/24/2014 03:31 AM, Martin Jansa wrote: http://www.openembedded.org/wiki/Bitbake_World_Status == Failed tasks 2014-11-24 == === common (12) === * meta-openembedd

Re: [oe] [meta-oe][PATCH] open-iscsi : add new recipe

2014-11-24 Thread Martin Jansa
On Fri, Nov 21, 2014 at 03:44:03PM +0800, Li xin wrote: > Open-iSCSI project is a high performance, transport independent, > multi-platform implementation of RFC3720. Causes new QA warning: open-iscsi-2.0-871: open-iscsi requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] > > Si

[oe] State of bitbake world, Failed tasks 2014-11-19

2014-11-24 Thread Martin Jansa
http://www.openembedded.org/wiki/Bitbake_World_Status == Failed tasks 2014-11-24 == === common (12) === * meta-openembedded/meta-multimedia/recipes-multimedia/dleyna/media-service-upnp_0.4.0.bb, do_compile * meta-openembedded/meta-oe/recipes-extended/acpica/acpitests_20140828.bb, do_co

Re: [oe] [PATCH] mpd: upgrade to 0.19.3

2014-11-24 Thread Martin Jansa
On Tue, Nov 11, 2014 at 10:30:32PM +0200, Cristian Iorga wrote: > Bug fixes. Please fix QA issues first: mpd-0.19.3: mpd: Files/directories were installed but not shipped /lib/systemd/system/mpd.socket [installed-vs-shipped] mpd-0.19.3: mpd rdepends on libsmbclient, but it isn't a build depende

Re: [oe] [meta-gnome][PATCH] gsettings-desktop-schemas: Moved from OE-Core

2014-11-24 Thread Martin Jansa
On Wed, Nov 19, 2014 at 05:23:53PM -0600, Alejandro Hernandez wrote: > Signed-off-by: Alejandro Hernandez > --- > .../gsettings-desktop-schemas_3.14.1.bb | 16 > > 1 file changed, 16 insertions(+) > create mode 100644 > meta-gnome/recipes-gnome/gsettings-deskt

Re: [oe] [PATCH 2/6] [meta-oe] fontcacheproto: Port fontcacheproto from openembedded.

2014-11-24 Thread Burton, Ross
On 24 November 2014 at 06:45, Bian Naimeng wrote: > .../recipes-graphics/xorg-proto/fontcacheproto_0.1.3.bb | 16 > > Just to continue the theme: commit 3f516bbcc57e1f12cde55ff9049202efa2e27f60 Author: Ross Burton Date: Wed Oct 10 13:51:16 2012 +0100 xorg: remove fontc

Re: [oe] [PATCH 1/6] [meta-oe] evieext: Port evieext from openembedded

2014-11-24 Thread Burton, Ross
On 24 November 2014 at 06:45, Bian Naimeng wrote: > meta-oe/recipes-graphics/xorg-proto/evieext_1.1.1.bb | 14 ++ > NAK. commit aee0f321ef939e7d7ad9585a66e8cb22cad7514f Author: Ross Burton Date: Fri Oct 12 09:32:16 2012 + xorg-proto: remove evieext It was removed fr

Re: [oe] [PATCH 4/6] [meta-oe] printproto: Port printproto from openembedded

2014-11-24 Thread Burton, Ross
On 24 November 2014 at 06:45, Bian Naimeng wrote: > meta-oe/recipes-graphics/xorg-proto/printproto_1.0.5.bb | 16 > > Really? Are you just trying to add every recipe from oe-classic to meta-oe, or in this case are you actually using XPrint? XPrint was removed from xserver in 2

Re: [oe] There is no LAYERVERSION and LAYERDEPENDS for most meta-FOO layers

2014-11-24 Thread Mike Looijmans
On 11/24/2014 09:53 AM, Huang, Jie (Jackie) wrote: Hi, I know LAYERVERSION is optional but I think LAYERDEPENDS is required and at least we should specify the main oe-core, but I found only meta-networking and meta-webser have this: $ grep -r LAYERDEPENDS * meta-networking/conf/layer.conf:LAY

[oe] There is no LAYERVERSION and LAYERDEPENDS for most meta-FOO layers

2014-11-24 Thread Huang, Jie (Jackie)
Hi, I know LAYERVERSION is optional but I think LAYERDEPENDS is required and at least we should specify the main oe-core, but I found only meta-networking and meta-webser have this: $ grep -r LAYERDEPENDS * meta-networking/conf/layer.conf:LAYERDEPENDS_networking-layer = "core" meta-networking/c