summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-03-11ivi-image.bb: Bump PV to match the Jupiter versionAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2015-03-11poky-ivi-systemd.conf: Replace intrepid by jupiterAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2015-03-11conf-notes: Replace intrepid by jupiterAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2015-03-11intrepid-image: Replaced by jupiter imageAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2015-03-11README.md: Bump revision for tested dependeciesAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2015-02-16GDP: remove GENIVI Demo Platform meta dataHolger Behrens
The GENIVI Demo Platform meta data found a new home at the GENIVI Alliance. You should now find it at: http://git.projects.genivi.org/?p=meta-genivi-demo.git Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2015-02-16wayland-ivi-extension: add support for version 1.3.0Holger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2015-02-16weston: disable default virtual keyboardHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2015-02-16audiomanager-poc: upgrade to version of Nov.25th, assign ivi-shell surface IDHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2015-02-16qtwayland: add support for IVI surface ID propertyHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2015-02-16weston: apply ivi-shell click event patchHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2015-02-16weston.ini: use complete file instead of patchHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2015-01-09qemu: add configuration to support pulseaudio as audio driverHolger Behrens
Configure QEMU to support pulseaudio as audio driver. With this you should be able to run QEMU with sound like so: % QEMU_AUDIO_DRV=pa runqemu ivi-image-demo qemux86-64 \ qemuparams="-soundhw ac97" Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2015-01-09navigation-application: depend on 'qtdeclarative' and disable parallel buildHolger Behrens
Fix the issue | -- checking for module 'Qt5Quick' | -- package 'Qt5Quick' not found | CMake Error at .../cmake-2.8/Modules/FindPkgConfig.cmake:279 (message): | A required package was not found by having the recipe DEPEND on 'qtdeclarative'. Also defined SUMMARY, DESCRIPTION and HOMEPAGE, removed PV vars. Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2015-01-07navigation-service: Use specific revision for SRCREV instead of AUTOREV and ↵Florin Sarbu
fix license Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2015-01-05packagegroup-gdp-gps: update recipe descriptionHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2015-01-05packagegroup-gdp-fsa: update recipe descriptionHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2015-01-05packagegroup-gdp-browser: update recipe descriptionHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2015-01-05xserver-xorg: remove version 1.16 with xwayland supportHolger Behrens
This reverts commit 1fab1d5e8eafd8754e1a5d67056f32961e8db46d. Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2015-01-05packagegroup-gdp-am-poc: update recipe descriptionHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2015-01-05systemd-user: align with oe-core/poky patchsetHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2015-01-05ivi-image-demo-sdk: introduced SDK imageHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2015-01-05ivi-image-demo: update image appends for koelschHolger Behrens
With the new Renesas Koelsch BSP the components that need adding to the image changed. Also add an image DESCRIPTION and bumped the PV variable. Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-12-09bluez5: uprev to 5.22 including Service APIHolger Behrens
uprev bluez5 from version 5.15 to version 5.22. Apply service API patches to be aligned with GENIVI compliance. Before those patches were already merged in the git repository that was previously used; now the individual patches are used. The patches have been extracted from Tizen. https://review.tizen.org/git/?p=platform/upstream/bluez.git Tizen rev: abb9a439baaaa9cd6f91ba5af8c6e426cdc8ff8e As the service api is now refactored into a plugin, add this new plugin (libbluetooth-plugins-service) to the root file system. Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-12-05Add recipe for the positioning packageFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2014-12-05MAINTAINERS: Remove '>' chars so users can copy paste commandsAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-12-05ivi-image: Replace base-passwd bbappend by extrausers usageAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-12-04populate_sdk_qt5.bbclass: change create_sdk_files from _prepend to _appendHolger Behrens
Given that files (like for example qmake) were missing from the SDK, changed create_sdk_files_prepend to create_sdk_files_append which does work around the issue. (From meta-qt5 rev: 2f1b8fe630ac76c8ff5d184f109449b10fde5a92) Signed-off-by: Holger Behrens <holger.behrens@windriver.com> Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2014-12-04qtsystems: do not depend on bluez4Holger Behrens
To fix a 'meta-toolchain-qt5' build issue have qtsystems not depend on bluz4. It should depend on bluez5 instead, but that version is not supported by Qt5 yet, as "Nothing PROVIDES 'gconfbluez5'". Signed-off-by: Holger Behrens <holger.behrens@windriver.com> Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2014-12-04navigation-application: Pass qt moc from build systemFlorin Sarbu
cmake picked up moc from the host machine. We now pass the path to the proper sysroot moc from the recipe to cmake files. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2014-12-04README.md: Update with info on qemu audio and new poky revisionFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2014-12-04navit: fix compilation errorHolger Behrens
Have component depend on virtual/libgl to fix the following compilation error: | [...] graphics/opengl/graphics_opengl.c:83:59: | fatal error: GL/glut.h: No such file or directory | #include <GL/glut.h> /* glut.h includes gl.h and glu.h */ | ^ | compilation terminated. Signed-off-by: Holger Behrens <holger.behrens@windriver.com> Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2014-12-04navit: Add the map .xml to main package.Florin Sarbu
We do this so the map .xml ends up in the rootfs as it should. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2014-12-04README.md: Update with branches for QEMU build and navit map info.Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2014-12-04alsa-state: Add the alsa-state file on a per machine basisFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2014-12-04navit: Add xml for the switzerland map fileFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2014-12-04positioning: Remove obsolete recipeFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2014-12-04navigation-application: Add pregenerated filesFlorin Sarbu
We add the images and style-sheets pregenerated files because otherwise one would need gimp on the build machine and do some level of setup to generate the exact same files. These files we add here are for the 1024 x 768 resolution. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2014-12-04Added the packagegroup for FSA PoCFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2014-12-04automotive-message-broker: Add newer versionFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2014-12-04navigation-application: Add initial recipeFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2014-12-04navigation-service: Add initial recipeFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2014-12-04gypsy: change dependency to bluez5 instead of bluez4Florin Sarbu
In meta-ivi we use bluez5, so we change the gypsy dependency accordingly. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2014-12-04navit: Add recipe along with wayland ilm support patchFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2014-12-04positioning: Add initial recipe for this packageFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2014-12-04qtbase: Enable accessibilityFlorin Sarbu
navigation-application hmi needs qtquickcontrols which is only compiled if qtbase has accessibility enabled. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2014-12-04dbus-c++: Add this recipe as it is needed by positioningFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2014-11-19linux-yocto: enable kernel feature to support NFCHolger Behrens
Enable kernel features to support NFC (neard). In addition kernel config's to support Bluetooth BNEP protocol and eCryptfs userspace daemon are enabled. Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-11-18persistence-common-object: uprev to git tag 7.0Holger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-11-18dlt-daemon: Update version to 2.11.1Andrei Gherzan
Some other modifications: * use systemd bbclass not install hacks * use patch for user remove not sed * make sure systemd services define "Type" in a proper way: http://lists.genivi.org/pipermail/genivi-diagnostic-log-and-trace/2014-October/000546.html * refactor recipe * fix patches - with Windows line endings Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>