aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-10-17weston_1.5.0: Enable XWayland supportFlorin 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-10-17epoxy: Add this library which is needed by xserver-xorgFlorin Sarbu
Our image will also contain support for X11 through the use of XWayland. For this we need an xserver xorg >= version 1.16 In order to have support for wayland, epoxy is needed by this xserver. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17python-pyqt_5.3.1.bb: Add qtwebkit to DEPENDSFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17ivi-image-demo: Add to rootfs the dropbear package.Kim, Min-su
Signed-off-by: Kim, Min-su <Min-su.Kim@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17Add genivi browser test hmi pregenerated python code.Florin Sarbu
Right now we add the pregenerated .py files. Further work in the future may be able to generate these files during build time rather than use pregenerated files. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17Add recipe for python-pyqt version 5.3.1Florin Sarbu
We need the python qt bindings version 5.3.1 for our QT version 5.3.1 The QT bindings are used by a future recipe for the GENIVI browser test hmi Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17Add version 4.16.2 of python-sip recipeFlorin Sarbu
We use a newer version of python-sip, from the older one in meta-oe We need python-sip for the python qt bindings for QT version 5.3.1 Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17Add recipe for newer version of sip-nativeFlorin Sarbu
We add version 4.16.2 of sip-native recipe, newer than the one in meta-oe. We need sip-native for the python qt bindings for QT version 5.3.1 Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17automotive-message-broker: Fix SYSTEMD_SERVICE to be pkg specificAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-09-05README.md: Add sha's of dependent layers.Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-09-05ivi-image-demo: Conditionally add to rootfs the wayland-wsegl package for ↵Florin Sarbu
the koelsch board. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-09-05browser-poc: Add recipe and add it to rootfsFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-09-05linux: Enable CGROUPS support for MACHINE koelschFlorin Sarbu
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-05local.conf.sample: fix nothing provides 'libxext-native' errorHolger Behrens
This change fix the following build error: > ERROR: Nothing PROVIDES 'libxext-native' > (but virtual:native:.../poky/meta/recipes-devtools/qemu/qemu_2.1.0.bb > DEPENDS on or otherwise requires it) > ERROR: libxext-native was skipped: missing required distro feature 'x11' > (not in DISTRO_FEATURES) > ERROR: Required build target 'ivi-image' has no buildable providers. > Missing or unbuildable dependency chain was: > ['ivi-image', 'qemu-native', 'libxext-native'] 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-09-05meta-ivi-demo: add a local.conf templateHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-09-05automotive-message-broker: upgrade to 0.11.811Holger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-09-04glibc: follow eglibc 2.19 -> glibc 2.20 migrationHolger Behrens
- delete eglibc bbappend and af_bus support patch - update persistence-administrator dependencies - rename eglibc to glibc in abstract-component-p1 packagegroup Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-09-04linux-yocto/3.4: remove 3.4 bbappendHolger Behrens
Following the upstream - linux-yocto/3.4: remove 3.4 name recipes Ref.: Poky rev: 61c15c03b410f645a07a1095e1a5726324d69dd1 Removing the 3.4 recipes, since support has now shifted to 3.10 and 3.14 for LTSI kernel versions, with 3.16+ as the development version. Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-09-01local.conf.sample: remove Qemu configurationHolger Behrens
Remove Qemu configuration from the sample local.conf file as the Qemu SDL configuration depends on the distro supporting X11, which this meta-ivi based distro doesn't. Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-09-01libpcap: Update bbappend to version 1.6.1Florin Sarbu
Poky upreved the libpcap version to 1.6.1 This commit updates our bbappend to follow poky's version. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2014-08-29ofono: Use wildcard for bbappendAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-08-27README.md: update to IntrepidHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-08-27fuse: fix QA Issue unknown-configure-optionHolger Behrens
Fixing > QA Issue: fuse: configure was passed unrecognised options: > --disable-kernel-module [unknown-configure-option] Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-08-27libitzam: correct LICENSE fieldYasir-Khan
The previous value of "Simplified" was referring to the "Simplified BSD License" as used by FreeBSD, which is the 2-clause form of the BSD license. This quiets a warning about a missing common license file. Signed-off-by: Christopher Larson <kergoth@gmail.com> Signed-off-by: Yasir-Khan <yasir_khan@mentor.com>
2014-08-26packagegroup: Move PACKAGE_ARCH before inherit packagegroupHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-08-22meta-ivi: prepare 7.0.0 releaseHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-08-22persistence-client-library: upgrade to 0.9.0+490eb4c0aeHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-08-22bluez5: stay on 5.15 to support Service APIHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-08-22persistence-common-object: fix QA Issue installed but not shippedHolger Behrens
Fix for the following QA Issue: > ERROR: QA Issue: persistence-common-object: Files/directories were installed but not shipped > /dbus-1 > /dbus-1/system.d > /dbus-1/system.d/org.genivi.persistence.admin.conf [installed-vs-shipped] Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-08-22persistence-client-library: upgrade to 0.9.0+58015bd30cHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-08-21wayland-ivi-extension: upgrade to 1.2.0_rc7Holger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-08-20gstreamer: upgrade to 1.4.0Holger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-08-20wayland-ivi-extension: upgrade to 1.2.0_rc6+8049908e73Holger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-08-19local.conf.sample: align with meta-yocto versionHolger Behrens
Now there are other PACKAGECONFIG options to qemu, we need to append to the list. (From Poky rev: 9e4be7f5a70bc2e0a45c7ce36f755b9c44d173ac) (From meta-yocto rev: 64eda23b154196a499a011f9a276cadf1dd04b88) Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-08-19wayland-ivi-extension: upgrade to 1.2.0_rc6+19788f8881Holger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-08-19persistence-common-object: depend on glib-2.0Holger Behrens
Fix configuration issue: > checking for GIO... no > configure: error: Package requirements (gio-2.0 >= 2.30.0) were not met: > > No package 'gio-2.0' found Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-08-18persistence-administrator: add to packagegroup-abstract-component-p2Holger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-08-18persistence-client-library: update to 0.9.0+04e2e006ddHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-08-18wireless-tools: remove from packagegroup-specific-component-p2Holger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-08-18persistence-common-object, persistence-administrator: move to meta-iviHolger Behrens
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-08-18layer.conf: Add PREFERRED_VERSION_weston to version 1.5 in demo layer.Florin Sarbu
PREFERRED_VERSION variable can only be hosted in .conf files. As a consequence, this commit defines the PREFERRED_VERSION_weston in the meta-ivi-demo/conf/layer.conf and removed the reference from ivi-image-demo.bb which is not taken into account by bitbake. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com>
2014-08-18ivi-image-demo.bb: Add the Genivi P1's and P2's to demo image.Florin Sarbu
The ivi-image-demo recipe only requires the ivi-image.inc file, hence the Genivi packagegroups containing the Genivi specification packages will not be added into the rootfs. This commit explicitly adds the packagegroups to the demo image recipe. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com>
2014-08-18persistence-common-object: inherit pkgconfigHolger Behrens
Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com>
2014-08-18persistence-administrator: inherit pkgconfigHolger Behrens
Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com>
2014-08-18persistence-administrator: add recipe, dependencies and added to ivi-image-demoGeorge Postolache
Added recipes for persistence-administrator and persistence-common-object and added both to ivi-image-demo image B251_typedef_uint64_t -- https://bugs.genivi.org/show_bug.cgi?id=251 Signed-off-by: George Postolache <george.postolache@windriver.com> Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com>