[oe] [meta-oe][PATCH] iperf: fix out of tree configuration

2014-12-11 Thread Awais Belal
The configure step uses a package header to check for support of types/declares, this package header encapsulates all the required system headers for providing the needed resources. When configured from an out of tree directory the package header is not found due to the hard path. We now make the p

[oe] [meta-oe][PATCH] openwbem: add new recipe

2014-12-11 Thread Li xin
OpenWBEM is a set of software components that help facilitate deployment of the Common Information Model (CIM) and Web-Based Enterprise Management (WBEM) technologies of the Distributed Management Task Force (DMTF). Signed-off-by: Li Xin --- .../openwbem/openwbem/checkserverkey |

[oe] [meta-qt5] How to include the geoservice plugins in the image

2014-12-11 Thread Alexander Andrell
Hello, I would very much appreciate if anyone could help me. I've spent some days now trying to get the qt5 geoservice plugins to be baked into an image for a Nitrogen6X (imx6) board following various guides, e.g. https://community.freescale.com/docs/DOC-99366 and https://community.freescale.c

[oe] [meta-qt5][PATCH] qtbwebengine: fix build for qemux86-64

2014-12-11 Thread Martin Jansa
* it was applied only for qtwebengine_5.3.2+git.bb, then removed completely with 5.4.0 upgrade, but it's still needed for both versions Signed-off-by: Martin Jansa --- ...nclude-atomicops_internals_x86_gcc.cc-whe.patch | 27 ++ recipes-qt/qt5/qtwebengine_5.4.0.bb

[oe] [meta-oe][PATCH 2/3] polkit-gnome, network-manager-applet: blacklist because polkit-gnome.do_configure fails

2014-12-11 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../network-manager-applet/network-manager-applet_0.9.8.10.bb | 2 ++ meta-oe/recipes-extended/polkit/polkit-gnome_0.102.bb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/meta-gnome/recipes-connectivity/network-manager-applet/ne

[oe] [meta-oe][PATCH 3/3] gnome-bluetooth: blacklist, because dbus-binding-tool call is failing

2014-12-11 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb index 4

[oe] [meta-oe][PATCH 1/3] mongodb: blacklist because do_configure fails

2014-12-11 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-oe/recipes-support/mongodb/mongodb_git.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta-oe/recipes-support/mongodb/mongodb_git.bb b/meta-oe/recipes-support/mongodb/mongodb_git.bb index 2701c4c..879fc7c 100644 --- a/meta-oe/recipes-support/mo

[oe] [meta-qt5][PATCHv2] qtbase: add PACKAGECONFIG for cups

2014-12-11 Thread Martin Jansa
Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtbase.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index 4c7e86c..c37134f 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc @@ -80,6 +80,7 @@ PACKAGECONFIG[pcre] =

Re: [oe] [meta-qt5][PATCH] qtbase: add PACKAGECONFIG for cups

2014-12-11 Thread Gary Thomas
On 2014-12-11 07:39, Martin Jansa wrote: Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtbase.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index 4c7e86c..d6053be 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbas

Re: [oe] [meta-qt5][PATCH] qtbase: add PACKAGECONFIG for cups

2014-12-11 Thread Henning Heinold
On Thu, Dec 11, 2014 at 03:39:53PM +0100, Martin Jansa wrote: > Signed-off-by: Martin Jansa > --- > recipes-qt/qt5/qtbase.inc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc > index 4c7e86c..d6053be 100644 > --- a/recipes-qt/qt5/qtba

[oe] [meta-qt5][PATCH] qtbase: add PACKAGECONFIG for cups

2014-12-11 Thread Martin Jansa
Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtbase.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index 4c7e86c..d6053be 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc @@ -80,6 +80,7 @@ PACKAGECONFIG[pcre] =

Re: [oe] [OE-core] State of bitbake world, test-dependencies 2014-12-11

2014-12-11 Thread Burton, Ross
On 11 December 2014 at 12:44, Martin Jansa wrote: > gst-plugins-bad-meta depends on gst-plugins-bad-rtmp when built after > world (rtmp is detected) and doesn't depend on gst-plugins-bad-rtmp when > built in minimal TMPDIR. > > test-dependencies.sh is showing this warning when the dependencies >

Re: [oe] [OE-core] State of bitbake world, test-dependencies 2014-12-11

2014-12-11 Thread Martin Jansa
On Thu, Dec 11, 2014 at 12:31:45PM +, Burton, Ross wrote: > On 11 December 2014 at 12:14, Martin Jansa wrote: > > > > > WARN: gst-plugins-bad: gst-plugins-bad-meta rdepends on > > > > gst-plugins-bad-rtmp, but it isn't a build dependency? > > > > ERROR: gst-plugins-bad: gst-plugins-bad-rtmp p

Re: [oe] [OE-core] State of bitbake world, test-dependencies 2014-12-11

2014-12-11 Thread Burton, Ross
On 11 December 2014 at 12:14, Martin Jansa wrote: > > > WARN: gst-plugins-bad: gst-plugins-bad-meta rdepends on > > > gst-plugins-bad-rtmp, but it isn't a build dependency? > > > ERROR: gst-plugins-bad: gst-plugins-bad-rtmp package isn't created when > > > building with minimal dependencies? > >

[oe] [meta-qt5][PATCH 3/3] qtwebengine: Include resources in main package and add rdep on qmlplugins

2014-12-11 Thread Martin Jansa
Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtwebengine.inc | 4 1 file changed, 4 insertions(+) diff --git a/recipes-qt/qt5/qtwebengine.inc b/recipes-qt/qt5/qtwebengine.inc index 525e657..51beac3 100644 --- a/recipes-qt/qt5/qtwebengine.inc +++ b/recipes-qt/qt5/qtwebengine.inc @@ -55,3 +

[oe] [meta-qt5][PATCH 2/3] qt5-git: Update to 5.4.0+, latest revision in 5.4 branch

2014-12-11 Thread Martin Jansa
Signed-off-by: Martin Jansa --- conf/distro/include/qt5-versions.inc | 2 +- recipes-qt/qt5/nativesdk-qtbase_git.bb | 2 +- recipes-qt/qt5/nativesdk-qttools_git.bb | 4 ++-- recipes-qt/qt5/qt5-git.inc | 2 +- recipes-qt/qt5/qtbase-native_git.bb | 2 +- recipes-qt/qt5/qtb

Re: [oe] [OE-core] State of bitbake world, test-dependencies 2014-12-11

2014-12-11 Thread Martin Jansa
On Thu, Dec 11, 2014 at 11:13:51AM +, Burton, Ross wrote: > On 11 December 2014 at 09:23, Martin Jansa wrote: > > > WARN: gst-plugins-bad: gst-plugins-bad-meta rdepends on > > gst-plugins-bad-rtmp, but it isn't a build dependency? > > ERROR: gst-plugins-bad: gst-plugins-bad-rtmp package isn't

Re: [oe] State of bitbake world, test-dependencies 2014-12-11

2014-12-11 Thread Burton, Ross
On 11 December 2014 at 09:23, Martin Jansa wrote: > WARN: gst-plugins-bad: gst-plugins-bad-meta rdepends on > gst-plugins-bad-rtmp, but it isn't a build dependency? > ERROR: gst-plugins-bad: gst-plugins-bad-rtmp package isn't created when > building with minimal dependencies? > ERROR: gst-plugins

[oe] [meta-networking][PATCH] lldpad: Add new recipe

2014-12-11 Thread Qian Lei
LLDPAD contains the Linux user space daemon and configuration tool for Intel LLDP Agent with Enhanced Ethernet support for the Data Center. Signed-off-by: Qian Lei --- .../recipes-daemons/lldpad/lldpad_0.9.46.bb| 23 ++ 1 file changed, 23 insertions(+) create mode 10

[oe] State of bitbake world, test-dependencies 2014-12-11

2014-12-11 Thread Martin Jansa
On Sat, Aug 09, 2014 at 11:01:10AM +0200, Martin Jansa wrote: > Complete logs: > http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.20140808_063907.log/ > > ERROR: 483 issues were found in these recipes: directfb engrave epiphany > expedite gd gmtk gnome-disk-utility gst-ffmpeg guile

[oe] [meta-networking][PATCH v2] drbd: Add recipes

2014-12-11 Thread Bian Naimeng
DRBD is a block device which is designed to build high availability clusters. Signed-off-by: Bian Naimeng --- .../recipes-support/drbd/drbd/drbd.service | 12 + meta-networking/recipes-support/drbd/drbd_8.4.4.bb | 55 ++ 2 files changed, 67 insertions(+) create m

Re: [oe] [meta-oe][PATCH] openct: add new recipe

2014-12-11 Thread Li, Xin
Hi, Jansa: Thank you very much for your reply. Those days you send some build errors about the recipe Which I had committed. But indeed the errors did not occur in my compile environment. So I will do some extra test until I find the bug and sent new versions. :) Best Regards, Li > -Origin