[oe] [meta-oe][PATCH] hostapd: uprev to 2.2

2014-06-30 Thread rongqing.li
From: Roy Li Rename hostap-daemon as hostapd and uprev it to 2.2 Signed-off-by: Roy Li --- .../hostapd/{hostap-daemon-1.0 => hostapd-2.2}/defconfig |0 .../hostapd/{hostap-daemon-1.0 => hostapd-2.2}/init |0 .../hostapd/{hostap-daemon_1.0.bb => hostapd_2.2.bb}

[oe] [meta-oe][PATCH] v4l-utils: Add virtual/libx11 dependency only if X11 is available

2014-06-30 Thread Otavio Salvador
In case we are building in a X11-less distro we shouldn't depends on virtual/libx11. Signed-off-by: Otavio Salvador --- meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.0.1.bb |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.

[oe] [PATCH 5/8] qt5nmapper: Create recipe to demonstrate qt5 example.

2014-06-30 Thread Neena Busireddy
NMapper is a small application to experiment with normal mapping on Qt5. This recipe originated from the wandboard wiki page http://wiki.wandboard.org/index.php/Integrate_Qt5_into_yocto_sato_image_on_Wandboard Signed-off-by: Neena Busireddy --- recipes-qt/examples/qt5nmapper_1.0.bb | 28 +

[oe] [PATCH 1/8] qt5everywheredemo: Create recipe to demonstrate qt5 example.

2014-06-30 Thread Neena Busireddy
Qt5 Everywhere Demo provides a quick tour of Qt 5.0, primarily focusing on its graphical capabilities. This recipe originated from the wandboard wiki page http://wiki.wandboard.org/index.php/Integrate_Qt5_into_yocto_sato_image_on_Wandboard Signed-off-by: Neena Busireddy --- recipes-qt/examples/

[oe] [PATCH 2/8] qtsmarthome: Create recipe to demonstrate qt5 example.

2014-06-30 Thread Neena Busireddy
This is the Smarthome QML demo application showing interface to control an automated house. This recipe originated from the wandboard wiki page http://wiki.wandboard.org/index.php/Integrate_Qt5_into_yocto_sato_image_on_Wandboard Signed-off-by: Neena Busireddy --- recipes-qt/examples/qtsmarthome

[oe] [PATCH 3/8] qt5ledscreen: Create recipe to demonstrate qt5 example.

2014-06-30 Thread Neena Busireddy
This is demonstration of simple LedScreen Component utilizing Qt5 QML. This recipe originated from the wandboard wiki page http://wiki.wandboard.org/index.php/Integrate_Qt5_into_yocto_sato_image_on_Wandboard Signed-off-by: Neena Busireddy --- recipes-qt/examples/qt5ledscreen_1.0.bb | 24 +

[oe] [PATCH 7/8] quitindicators: Create recipe to demonstrate qt5 example.

2014-06-30 Thread Neena Busireddy
This example shows the implementation of QUITIndicators components. This recipe originated from the wandboard wiki page http://wiki.wandboard.org/index.php/Integrate_Qt5_into_yocto_sato_image_on_Wandboard Signed-off-by: Neena Busireddy --- recipes-qt/examples/quitindicators_1.0.1.bb | 25

[oe] [PATCH 4/8] qt5nmapcarousedemo: Create recipe to demonstrate qt5 example.

2014-06-30 Thread Neena Busireddy
Qt5 Nmapcarousel demonstrates the normal mapping technique using Qt5 This recipe originated from the wandboard wiki page http://wiki.wandboard.org/index.php/Integrate_Qt5_into_yocto_sato_image_on_Wandboard Signed-off-by: Neena Busireddy --- recipes-qt/examples/qt5nmapcarousedemo_1.0.bb | 29 +

[oe] [PATCH 6/8] quitbattery: Create recipe to demonstrate qt5 example.

2014-06-30 Thread Neena Busireddy
This example demonstrates how QUItBattery could behave in different situations. This recipe originated from the wandboard wiki page http://wiki.wandboard.org/index.php/Integrate_Qt5_into_yocto_sato_image_on_Wandboard Signed-off-by: Neena Busireddy --- recipes-qt/examples/quitbattery_1.0.0.bb |

[oe] [PATCH 0/8][meta-qt5]: Example recipes for Qt5 Demo.

2014-06-30 Thread Neena Busireddy
The following set of patches for recipes are intented for the meta-qt5 layer.These recipes originated from the wandboard wiki page http://wiki.wandboard.org/index.php/Integrate_Qt5_into_yocto_sato_image_on_Wandboard and we are currently using in our release testing. After these are approved we h

Re: [oe] [daisy][PATCH] rng-tools: Update rng-tools version to 4

2014-06-30 Thread Denys Dmytriyenko
Ping? On Wed, Jun 25, 2014 at 12:27:18PM -0400, Denys Dmytriyenko wrote: > From: "Balasubramanian, Aparna" > > Signed-off-by: Aparna Balasubramanian > Signed-off-by: Denys Dmytriyenko > Signed-off-by: Martin Jansa > > [Backport from meta-oe/master c992b1ba176af7071416c405df03633ef7bf8e20] >

Re: [oe] [PATCH] libeigen: remove obsolete setting for default out-of-tree build

2014-06-30 Thread Ash Charles
This commit works well for me---thanks Lukas. Tested-by: Ash Charles On Thu, Jun 26, 2014 at 7:56 AM, Lukas Bulwahn wrote: > Since commit 783fb88f@openembedded-core, out-of-tree builds of > cmake-based recipes are the default, and the variables > OECMAKE_BUILDPATH and OECMAKE_SOURCEPATH were de

[oe] package_name_hook in debian.bbclass

2014-06-30 Thread Burton, Ross
Hi, package_name_hook in debian.bbclass is tagged using EXPORT_FUNCTIONS, so that other classes can "inherit" it and define their own foo_package_name_hook, calling up to debian_package_name_hook. This seems unlikely to actually happen, and I was thinking about removing the EXPORT_FUNCTIONS tag.

[oe] [meta-oe][PATCH] xmlstarlet: fix S!=B failure

2014-06-30 Thread Matthieu Crapet
Extra change: use ${BP} Signed-off-by: Matthieu Crapet --- ...001-usage2c.awk-fix-wrong-basename-regexp.patch | 37 ++ .../recipes-support/xmlstarlet/xmlstarlet_1.5.0.bb | 5 +-- 2 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 meta-oe/recipes-support/x

Re: [oe] [meta-oe][PATCH] libhugetlbfs: arm 32bit support

2014-06-30 Thread Martin Jansa
On Mon, Jun 30, 2014 at 02:25:30AM +, b40...@freescale.com wrote: > Pings. libhugetlbfs was failing in last world builds, so I haven't merged it yet (waiting for another build to confirm that it was or wasn't caused by this change). > -Original Message- > From: b40...@freescale.com [m