[oe] [meta-qt5][PATCH 2/2] qt5: remove redundant QT_MODULE assignments

2015-09-04 Thread Pascal Bach
QT_MODULE is already set to the correct value by qt5-git.inc Signed-off-by: Pascal Bach --- recipes-qt/qt5/qtbase-native_git.bb| 2 -- recipes-qt/qt5/qtwayland-native_git.bb | 2 -- 2 files changed, 4 deletions(-) diff --git a/recipes-qt/qt5/qtbase-native_git.bb

[oe] [meta-qt5][PATCH 1/2] qt5: move QT_MODULE to qt5-git.inc

2015-09-04 Thread Pascal Bach
QT_MODULE is only used in conjunction with qt5-git.inc. It feels more consistent to have the variable in the context of the file where it is used instead of having it in a separate file. Signed-off-by: Pascal Bach --- recipes-qt/qt5/qt5-git.inc | 1 +

[oe] [meta-qt5] install problem for qtbase

2015-09-04 Thread Steffen Sledz
We've a big problem building qtbase (from fido branch) for two machines with the same SoC in one workspace. It seems that the do_install of the run for the second machine (which fails) destroys the image subdirectory totally. :( Here's what we see after a clean build:

[oe] [meta-qt5][PATCH] qtwebengine: fix build with newer glibc-2.22

2015-09-04 Thread Martin Jansa
* netdb.h staged by glibc-2.22 recipe defines struct addrinfo inside __USE_XOPEN2K unlike other versions which are using __USE_POSIX * fixes: | ../../../src/3rdparty/chromium/third_party/boringssl/src/crypto/bio/socket_helper.c: In function 'bio_ip_and_port_to_socket_and_addr': |

[oe] [meta-oe][PATCH]] toybox: upgrade to 0.6.0

2015-09-04 Thread Alejandro Joya
Change SRC_URI since patch is not longer need it. Update the checksum for package. Signed-off-by: Alejandro Joya --- meta-oe/recipes-core/toybox/{toybox_0.5.2.bb => toybox_0.6.0.bb} | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) rename

Re: [oe] [meta-qt5] install problem for qtbase

2015-09-04 Thread Martin Jansa
On Fri, Sep 04, 2015 at 06:05:16PM +0200, Steffen Sledz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > We've a big problem building qtbase (from fido branch) for two machines with > the same SoC in one workspace. > > It seems that the do_install of the run for the second machine

[oe] [meta-qt5 1/2] Remove double slash when QT_DIR_NAME is empty

2015-09-04 Thread Adam YH Lee
When `QT_DIR_NAME` is defined as an empty string (default is "qt5"), package.bbclass will throw lots of QA warnings because now the paths contain double slashes ("//"). We can address these warnings by explicitly defining a slash in the variable itself. Signed-off-by: Adam YH Lee

[oe] [meta-qt5 2/2] Use `mkdir -p` when creating `/usr/bin`

2015-09-04 Thread Adam YH Lee
When QT_DIR_NAME is altered, /usr/bin` is checked. This directory is more often than not already created. Hence `mkdir` with `-p` should be used. Currently it results in a build failure since the directory already exists. Signed-off-by: Adam YH Lee ---

[oe] [meta-qt5 0/2] WIP Improve Qt5 flattened directory structure

2015-09-04 Thread Adam YH Lee
This is a WIP patch set for addressing improper directory parsing involving QT_DIR_NAME[1]. When QT_DIR_NAME is set empty, Bitbake QA complains loudly for double slash ("//"). Unfortunately I am still seeing errors during runtime: ~/qt5-test# qmake -project Could not find qmake

[oe] "sub" machine types?

2015-09-04 Thread Steffen Sledz
We have some products which differ in bootloaders (u-boot) and kernel device trees only. They use the same kernel and root filesystem. Does OE have concepts for this? Or any suggestions to realize this without building for many machines? Steffen -- DResearch Fahrzeugelektronik GmbH

Re: [oe] "sub" machine types?

2015-09-04 Thread Nicolas Dechesne
On Fri, Sep 4, 2015 at 9:35 AM, Steffen Sledz wrote: > We have some products which differ in bootloaders (u-boot) and kernel device > trees only. They use the same kernel and root filesystem. > > Does OE have concepts for this? Or any suggestions to realize this without >

[oe] [meta-qt5][PATCH] qtbase: use system sqlite3

2015-09-04 Thread Samuli Piippo
Use system sqlite3 instead of the Qt's internal copy. Signed-off-by: Samuli Piippo --- recipes-qt/qt5/qtbase_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index