aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi-demo/recipes-qt/qt5
AgeCommit message (Collapse)Author
2014-10-17qtwayland: Add depend on egl recipes for Koelsch v1.4.0 bspFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17qtwayland: Do not compile xcomposite-egl client buffer integration.Florin Sarbu
In our platform we use the wayland-egl client buffer integration. Because at this point we do not use the xcomposite-egl client buffer integration, and because it fails to compile with the error: src/hardwareintegration/client/xcomposite-egl/qwaylandxcompositeeglclientbufferintegration.cpp:137:67: error: invalid conversion from 'Display* {aka _XDisplay*}' to 'EGLNativeDisplayType {aka int}' [-fpermissive] | integration->mEglDisplay = eglGetDisplay(integration->mDisplay); we skip past it and do not compile it. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-09-05qtbase: Add libegl as a build dep for Koelsch boardFlorin Sarbu
libegl provides a wrapper library for the real libEGL for Renesas Koelsch board. It therefore needs to be added as a build time dependency for qtbase. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-09-05qtwayland: Use branch 5.4Florin Sarbu
Branch 5.3 has been removed from upstream git of qtwayland. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-08-18qtbase: Enable icu qtbase for qtwebkit.Florin Sarbu
qtwebkit needs qtbase with icu enabled in order to be built. So we enable icu in qtbase and also add qtwebkit and qtwebkit-plugins to the generated rootfs. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com>
2014-08-18qtwayland: Force branch 5.3 to be builtFlorin Sarbu
On ubuntu 14.04, fetch errors appear due to bitbake trying to fetch the qtwayland revision from the "stable" branch. This commit defines "5.3" as the branch to be used when fetching the required SRCREV. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com>
2014-07-29packagegroups: Added package groups for qt5 and gpsAndrei Gherzan
Also: * added virtual/libgles2 dependency for qtbase * replaced egl with gles2 in qtbase recipe * added qtquick qtdeclarative qtwayland * added these packagegroups to ivi-image-demo * configure qtwebkit package * add meta-ruby to bblayers.conf.sample as qtwebkit needs ruby-native Signed-off-by: Postolache George <george.postolache@windriver.com> Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com> Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-07-29automotive-message-broker: Add recipePostolache George
Configure automotive-message-broker's dependencies: gpsd and qtbase. automotive-message-broker needs qt5 and packages from meta-oe so add these layers in bblayers.conf.sample. Add automotive-message-broker to ivi-image-demo.bb. Signed-off-by: Postolache George <george.postolache@windriver.com> Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com> Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>