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

2014-11-25 Thread Huang, Jie (Jackie)
-Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel- boun...@lists.openembedded.org] On Behalf Of Joe MacDonald Sent: Tuesday, November 25, 2014 3:06 AM To: openembedded-devel@lists.openembedded.org Subject: Re: [oe] There is no

Re: [oe] [PATCH v2 1/2] UMIP: add new recipe

2014-11-25 Thread Qian Lei
On Fri, 21 Nov 2014 15:19:04 +0100 Martin Jansa martin.ja...@gmail.com wrote: It's failing to build in my world builds, so please wait a bit more. Also a lot of patches from last week were modified when I was cherry-picking them to master-next, please make sure you're using right version.

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

2014-11-25 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: Tuesday, November 25, 2014 5:14 PM To: OE-devel Subject: Re: [oe] [PATCH 4/6] [meta-oe] printproto: Port printproto

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

2014-11-25 Thread Alexandru Vaduva
It is my opinion that meta-cgl is the place for your patch being the fact that pacemaker and the rest of the HA cluster resources are available here. Also I believe this patch should be available inside the open embedded repository. If it would be ok with you I would suggest to have two

[oe] [meta-oe][PATCH] acpitests: Blacklist failing recipe

2014-11-25 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-extended/acpica/acpitests_20140828.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-extended/acpica/acpitests_20140828.bb b/meta-oe/recipes-extended/acpica/acpitests_20140828.bb index 2a089f8..75e10f6

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

2014-11-25 Thread Joe MacDonald
[Re: [oe] There is no LAYERVERSION and LAYERDEPENDS for most meta-FOO layers] On 14.11.25 (Tue 09:05) Huang, Jie (Jackie) wrote: -Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel- boun...@lists.openembedded.org] On Behalf

[oe] OE Changelog since 2014-11-16 until 2014-11-23

2014-11-25 Thread cliff . brake
Changelog since 2014-11-16 until 2014-11-23. 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:

[oe] [meta-oe][PATCH 1/3] sip : Update to 4.14.2.

2014-11-25 Thread Philip Balister
The sip configure.py script now has some support for cross compiling. This allowed simplication of the existing OpenEmbedded sip support. The sip recipe now produces support for builds via sip-native and target runtime via sip. This has been build and runtime tested on the zedboard and

[oe] [meta-oe][PATCH 3/3] anki : python-sip package replaces with just sip.

2014-11-25 Thread Philip Balister
The sip package provides python support for the target. Signed-off-by: Philip Balister phi...@balister.org --- meta-oe/recipes-extended/anki/anki_0.4.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/anki/anki_0.4.3.bb

[oe] [meta-oe][PATCH 2/3] python-pyqt : Update to 4.11.3.

2014-11-25 Thread Philip Balister
The configure.py script now has support for cross compiling. This simplified the recipe substantially. The recipe was tested with gnuradio-companion on the zedboard and ettus-e300. This is the first time we have been able to use grc with pyqt built with OpenEmbedded. Signed-off-by: Philip

[oe] [meta-oe][master][dizzy]PATCH] xserver-common: disable TCP connections

2014-11-25 Thread Javier Viguera
For security reasons disable TCP connections to the xserver. Signed-off-by: Javier Viguera javier.vigu...@digi.com --- ...15-xserver-common-disable-TCP-connections.patch | 22 ++ .../xserver-common/xserver-common_1.34.bb | 1 + 2 files changed, 23 insertions(+)

Re: [oe] [meta-oe][master][dizzy]PATCH] xserver-common: disable TCP connections

2014-11-25 Thread akuster
Javier, What is the disposition of the patch? There is a recommend format, see: http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines#Patch_Header_Recommendations please resubmit once correct. regards, - Armin On 11/25/2014 10:17 AM, Javier Viguera wrote: For security reasons

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

2014-11-25 Thread Bian, Naimeng
-Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Alexandru Vaduva Sent: Tuesday, November 25, 2014 6:19 PM To: openembedded-devel@lists.openembedded.org; Joe MacDonald Subject: Re: [oe]

[oe] [PATCH 02/13] meta-perl: Add LAYERVERSION and LAYERDEPENDS

2014-11-25 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com According to README, it depends on oe-core layer Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-perl/conf/layer.conf |6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-perl/conf/layer.conf b/meta-perl/conf/layer.conf

[oe] [PATCH 05/13] toolchain-layer: Add LAYERVERSION and LAYERDEPENDS

2014-11-25 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com According to README, it depends on oe-core layer Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- toolchain-layer/conf/layer.conf |5 + 1 file changed, 5 insertions(+) diff --git a/toolchain-layer/conf/layer.conf

[oe] [PATCH 04/13] meta-ruby: Add LAYERVERSION and LAYERDEPENDS

2014-11-25 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com According to README, it depends on oe-core and openembedded-layer Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-ruby/conf/layer.conf |6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-ruby/conf/layer.conf

[oe] [PATCH 06/13] meta-efl: Add LAYERVERSION and LAYERDEPENDS

2014-11-25 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com According to README, it depends on oe-core and openembedded-layer Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-efl/conf/layer.conf |6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-efl/conf/layer.conf

[oe] [PATCH 00/13] Add LAYERVERSION and LAYERDEPENDS for layers

2014-11-25 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com I asked about this and seems no objection, so adding these for each layer. -- The following changes since commit 1b6141cc55fe8877c48b5e63c7db25dd75e35094: fwts: update to 14.09.00 release (2014-11-24 12:03:03 +0100) are available in the git

[oe] [PATCH 01/13] meta-oe: Add LAYERVERSION and LAYERDEPENDS

2014-11-25 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com According to README, it depends on oe-core layer Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-oe/conf/layer.conf |6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index

[oe] [PATCH 03/13] meta-python: Add LAYERVERSION and LAYERDEPENDS

2014-11-25 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com According to README, it depends on oe-core and openembedded-layer Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-python/conf/layer.conf |6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-python/conf/layer.conf

[oe] [PATCH 07/13] meta-filesystems: Add LAYERVERSION and LAYERDEPENDS

2014-11-25 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com According to README, it depends on oe-core and openembedded-layer Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-filesystems/conf/layer.conf |6 ++ 1 file changed, 6 insertions(+) diff --git

[oe] [PATCH 09/13] meta-gpe: Add LAYERVERSION and LAYERDEPENDS

2014-11-25 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com According to README, it depends on oe-core and openembedded-layer Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-gpe/conf/layer.conf |6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-gpe/conf/layer.conf

[oe] [PATCH 08/13] meta-gnome: Add LAYERVERSION and LAYERDEPENDS

2014-11-25 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com According to README, it depends on oe-core and openembedded-layer Signed-off-by: Jackie Huang jackie.hu...@windriver.com --- meta-gnome/conf/layer.conf |6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-gnome/conf/layer.conf

[oe] [PATCH] xkbutils: Add new recipe

2014-11-25 Thread Qian Lei
xkbutils is a collection of small utilities utilizing the XKeyboard (XKB) extension to the X11 protocol. Signed-off-by: Qian Lei qianl.f...@cn.fujitsu.com --- meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.4.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644

[oe] [meta-oe][PATCH v2] sgpio : add new recipe

2014-11-25 Thread Li xin
Intel SGPIO enclosure management utility Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../Makefile-modify-some-parameters.patch | 125 + meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb | 26 + 2 files changed, 151 insertions(+) create mode 100644