aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-10-17packagegroup-gdp-am-poc.bb: Remove alsa-plugins rpm from rootfsFlorin Sarbu
The alsa-plugins rpm does not provide anything. It was added by mistake; the needed libs are already in the rootfs by means of other alsa-plugins rpm's. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17audiomanager: Fix volume bugFlorin Sarbu
Updates into the sql db are done using mainVolume instead of volume Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17audiomanager: Add cmake flag to enable database storage for AudioManagerFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17packagegroup-gdp-am-poc.bb: Add additional packages required by Am PoCFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17pulseaudio: Add patch to modify client.confFlorin Sarbu
AudioManager PoC needs pulseaudio to use the tcp native protocol module. Because of that, we need to add "default-server = 127.0.0.1" to pulseaudio client.conf Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17Add alsa-plugins recipe needed for the AM PoCFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17README.md: Remove the BBMASK for weston .bbappendFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17weston: Remove XWayland support and add weston.serviceFlorin Sarbu
We also modify the weston.ini to add the .png's for weston. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17base-files: Add LD_PRELOAD to /etc/profileFlorin Sarbu
We need this hack in order to have libEGL preloaded. At this point qt does not link against libEGL. To overcome this we preload the EGL library. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17README.md: Add BBMASK for weston recipe proving XWaylandFlorin Sarbu
The recipe we block enables XWayland support in weston. We currently block it as we do not need it for the moment. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17qtwayland: Add ivi-shell support patchesFlorin Sarbu
Patches taken from https://review.tizen.org/gerrit/profile/ivi/qtwayland Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17weston: Add DEPENDS when building with xwayland supportFlorin Sarbu
When we add support for X in weston, we need additional depends to: libxcursor, xcb-util Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17weston: Rework weston.ini patch for adding xwayland.so in .ini fileFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17Globally replace 'base_contains' calls by 'bb.utils.contains'Andrei Gherzan
Based on oe-core commit: commit 1528e596d4906c33e4be83fcf691cfe76d340ff3 Author: Otavio Salvador <ota...@ossystems.com.br> Date: Thu Apr 24 15:59:20 2014 -0300 Globally replace 'base_contains' calls with 'bb.utils.contains' The base_contains is kept as a compatibility method and we ought to not use it in OE-Core so we can remove it from base metadata in future. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17local.conf.sample: Comment out INCOMPATIBLE_LICENSE for GPLv3.Florin Sarbu
The demo images contains GPLv3 packages (python-pyqt and friends) so we need to allow those into the rootfs. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17README.md: Add info on building with wayland for koelschFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17audiomanager-poc: Add missing DEPENDS to qtwebkitFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
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-17ivi-image: Add the AudioManager PoC packagegroupFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17audiomanager-poc: Initial commit of the PoC for auidomanagerFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17audiomanager: Add control and routing pluginsFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17browser-poc: Add missing qml and image files to target packagesFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17python-sip: depend on qtbaseHolger Behrens
Have the python-sip recipe depend on qtbase to fix issue during configure > Could not find qmake configuration file linux-oe-g++. Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17packagegroup-gdp-qt5.bb: Add QML plugins to rootfsFlorin Sarbu
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: Fix typo of "install -m" commandFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17xserver-xorg: Add version 1.16 with xwayland supportFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
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-10-17bblayers.conf.sample: add the meta-openembedded/meta-oe layerHolger Behrens
Adding the meta-openembedded/meta-oe layer to the bblayers.conf sample. Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-07Fix different appendsAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-10-07mesa: add leading space to PACKAGECONFIG_appendHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-06qemu: Fix appendAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-10-06wayland-ivi-extension: Update from 1.2.0-rc7 to 1.2.0Andrei Gherzan
Rebase use_sysroot_dir.patch. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-10-01Globally replace 'base_contains' calls by 'bb.utils.contains'Andrei Gherzan
Based on oe-core commit: commit 1528e596d4906c33e4be83fcf691cfe76d340ff3 Author: Otavio Salvador <ota...@ossystems.com.br> Date: Thu Apr 24 15:59:20 2014 -0300 Globally replace 'base_contains' calls with 'bb.utils.contains' The base_contains is kept as a compatibility method and we ought to not use it in OE-Core so we can remove it from base metadata in future. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-10-01README.md: update poky shaHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-01weston: select fbdev backend and runtime dependenciesHolger Behrens
Configure weston to by default use the fbdev backend for all emulated MACHINEs. Select the runtime dependencies need to have support for EGL. Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-01poky-ivi-systemd.conf: unremove the X11 distro feature removeHolger Behrens
This reverts commit 576863afa98222eb696d231dc3021dc3eb995313. With 'gallium-egl' enabled in 'mesa' the bug#6694 could be worked around for QEMU, and it even works without X11 (bug#5660). Therefore this commit can be reverted. [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=6694 [2] https://bugzilla.yoctoproject.org/show_bug.cgi?id=5660 Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-01README.md: add information about meta-oe layer, updated poky SHAHolger Behrens
Added information about the meta-oe layer now needed to be able to build LLVM. Also updated the SHA's of the layers meta-ivi depends on. Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-01mesa: enable gallium, gallium-egl and gallium-llvm configurationHolger Behrens
This enables the package configuration to support gallium software driver to be used with Wayland/Weston. It adds the meta-openembedded/meta-oe layer as a dependency to enable LLVM. Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-01qemu: enable virtfs and libusb supportHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-09-26weston : Switch on genivi-1.2.0Andrei Gherzan
This branch fixes this bug: https://github.com/ntanibata/weston-ivi-shell/issues/3 Some of the patches were rebased on weston 1.5. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-09-24poky-ivi-systemd.conf: remove the X11 distro feature removeHolger Behrens
Given https://bugzilla.yoctoproject.org/show_bug.cgi?id=5660 OE-Core recommended [1] to use Wayland/Weston on QEMU with X11. Reference: [1] http://www.yoctoproject.org/docs/1.6.1/ref-manual/ref-manual.html#wayland-support Signed-off-by: Holger Behrens <holger.behrens@windriver.com>