aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi
AgeCommit message (Collapse)Author
2018-03-29dlt-daemon: Bump to 2.17.0Oscar Andreasson
dlt-daemon was bumped recently and needs to be upgraded in meta-ivi Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-03-27PCL: BumpOscar Andreasson
Adds various compilation and runtime fixes. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14bblayers.conf.sample: meta-yocto renamed meta-pokyOscar Andreasson
The meta-poky layer was renamed to meta-yocto in rocko release. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14dbus: Fix uninitialized variableOscar Andreasson
Build fails due to a possibly uninitialized variable. The patch fixes the issue. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14Name change orion to pulsar:Oscar Andreasson
The current release is named pulsar. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14audiomanagerplugins: Fixed perl regexpsOscar Andreasson
As of perl 5.22.0 regex unescaped { have been moved from deprecated to generating errors. This caused the configure step to fail as we exceped the $ sign, meaning we wind up with a literal { and not ${foo} being replaced with whatever content is in ${foo} variable. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14Bump vsomeip: Use version 2.10.10Oscar Andreasson
This fixes a compilation bug using newer gcc versions as well as several threadlock issues. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14PCL: Remove patch applied upstreamOscar Andreasson
The 0001-memset-improperly-initialized-length-of-elements.patch was applied upstream in the persistence-client-library git repository. Remove the temporary patch and update the main persistence-client-library bb file to point to that GIT hash. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14weston: Patch to add required API for wayland-ivi-extensionOscar Andreasson
The wayland-ivi-extension 2.1 requires the screen_remove_layer API in weston which this patch adds. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14wayland-ivi-extension: Add support for version 2.1Oscar Andreasson
* Add recipe for wayland-ivi-extensions 2.1 release. wayland-ivi-extension 2.1 is preferred in pulsar release. * Add wayland-protocols to FILES Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14distro: gstreamer preferred version updatedOscar Andreasson
Rocko release is shipped with gstreamer 1.12.2, 1.8.3 is no longer available. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14pco: Remove uninstalled filesOscar Andreasson
The files in sysconfdir are installed from another package. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14audiomanagerplugins: Depends on libxml2Oscar Andreasson
Add dependencies for libxml2 for the audiomanagerplugins instead of the runtime dependencies. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14Remove gstreamer 1.0 1.2.3:Oscar Andreasson
According to discussions, these recipes are no longer needed. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-12audio manager: update to v7.6Stephen Lawrence
Update meta-ivi to version 7.6 of the Genivi Audio Manager and Audio Manager Plugins components. Change log for AudioManager: bcaeed2 Merge pull request #23 from JensLorenz/cmake_and_dlt_endless_loop_fix a551ce9 AmUtil: Check for valid timer handles to fix callback exception c60d46d AMUtil: Fixes infinite loop in dlt wrapper for out of range values of enumerations. d501459 CMake: protect replacement of COMMIT_LIST aa59667 Merge pull request #21 from JensLorenz/fixup_signalfd d244e59 Merge pull request #19 from JensLorenz/socket_hndl_utility_fix dc16c37 AMDaemon: set pthread_sigmask for signalfd 4090fe1 AMCore: remodel ctor Sender in Command and Routing c7f1fd1 AMUtil: fix missed copy in list Poll 4e72bcb CMake: add C in Project for Threads 43c445e AMUtil: use DLT API only when DLT is selected 50bbb68 CMake: Add pthread support 31922cc AMUtil: Fix for destroy controller on rundown 4bfe463 CMake: Use GNUInstalDirs destinations 3e9f797 AM: Destroy plugin implementation. f620be8 Merge pull request #16 from GENIVI/utility_updates be63615 The primary signals SIGINT and SIGQUIT are handled on top level in contrast to secondary signals SIGHUP, SIGTERM, SIGCHLD, which are handled in the SocketHandler. 375dc7b Fix for bug in CAmSocketHandler causing invalid pointers and crash. a737433 Two versions of CAmSerializer due to interface changes. 5abcd39 Signal handling via main loop with signalfd. 8f2d32d The database observer reverse pointer to the handler is initialized in registerObserver. da78ca5 CAmSerializer interface extended to support std::function. 99c3edf CAmSocketHandler - usage of std::function instead of function pointers, code cleanup and minior optimizations. 551d34d Linux specific TIMERFD implementation as alternative timer mechanism Change log for AudioManager Plugins: 03fa369 Merge pull request #9 from JensLorenz/dynamic-sound-card-support-and-fixes d67e8f0 ALSARA: proxy details held in interface eb8e1d6 ALSARA: Fix multiple pthread_join calls e9ad5ee ALSARA: fix string parsing 129cc56 ALSARA: enhance connection and source state management 152ecbe ALSARA: fix maps of ConnectionIDs a6bcd83 ALSARA: always update resources' DomainID e48ce53 ALSARA: add volumes for gateways b37fa58 ALSARA: Refactor internal database lookup 6b23dfe ALSARA: Preinitialize USB detection 85fe4c0 CMake: Fix install destinations 24469d7 ALSARA: manage USB soundcards as AM dynamic elements c12765e Merge pull request #8 from ytsunashima/devel_getVolume 3ebf3de CommandInterfaceDbus:Add getVolume Function Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com>
2018-01-24node-startup-controller: Bump to 1.0.3Erik Botö
- Bump version 1.0.3 - Add node-state-manager to RDEPENDS - Enable in systemd by default Signed-off-by: Erik Botö <erik.boto@pelagicore.com>
2017-11-01dlt-daemon: remove obsolete compress_doc inheritanceOleksandr Kravchuk
2017-11-01dlt-daemon: fix build errorYong-iL Joh
- add 0005-add-pigz-instead-of-gzip.patch to fix an issue below ... | -- Unit files will be installed to /lib/systemd/system after make install | CMake Error at doc/CMakeLists.txt:78 (MESSAGE): | Could not find gzip for man page compression. | | | -- Configuring incomplete, errors occurred! ... - this is workaround for meta-ivi 12 branch only Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com> ... and now on other branches also Signed-off-by: Gunnar Andersson <gandersson@genivi.org>
2017-09-19ecryptfs-utils: Add HOMEPAGE info into recipe file.Huang Qiyu
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
2017-09-19qemu: fix the issue BASE-51 reported by Alberto MardeganYong-iL Joh
While trying to generate the SDK for our yocto-based project, I've stumbled upon this error: | ERROR: pa check failed | Make sure to have the pa libs and headers installed. | | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_configure (log file is located at /home/vagrant/pelux_yocto/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-qemu/2.8.0-r0/temp/log.do_configure.140) ERROR: Task (virtual:nativesdk:/home/vagrant/pelux_yocto/sources/poky/meta/recipes-devtools/qemu/qemu_2.8.0.bb:do_configure) failed with exit code '1' Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-09-08Bump version to 13.0.013.0.0Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-09-08Merge branch '13.0'Yong-iL Joh
2017-09-08packagegroup-specific-component-p1: replace alsa-lib with libasoundO-1.0Yong-iL Joh
- because alsa-lib is empty package, replace alsa-lib with libasound see https://collab.genivi.org/issues/browse/GT-3526 Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-08-03Merge pull request #54 from sashko/patch-6Yong-iL (Tolkien) Joh
cairo: fix package installation
2017-08-03Merge pull request #53 from sashko/patch-5Yong-iL (Tolkien) Joh
dlt-daemon: remove obsolete compress_doc inheritance
2017-08-03Merge pull request #52 from sashko/patch-4Yong-iL (Tolkien) Joh
gstreamer1.0-plugins-bad: add glib-2.0-native to depends
2017-08-03Merge pull request #51 from sashko/patch-3Yong-iL (Tolkien) Joh
gstreamer1.0-plugins-base: add glib-2.0-native to depends
2017-07-31cairo: fix package installationOleksandr Kravchuk
The bbappend causes the following issue on do_install: cairo do_package: QA Issue: cairo: Files/directories were installed but not shipped in any package: /usr/lib/cairo
2017-07-31dlt-daemon: remove obsolete compress_doc inheritanceOleksandr Kravchuk
2017-07-30gstreamer1.0-plugins-bad: add glib-2.0-native to dependsOleksandr Kravchuk
Package requires glib-genmarshal, the lack of which causes the following build error: /bin/bash: line 1: glib-mkenums: command not found Makefile:1128: recipe for target 'photography-enumtypes.h' failed
2017-07-30gstreamer1.0-plugins-base: add glib-2.0-native to dependsOleksandr Kravchuk
Package requires glib-genmarshal, the lack of which causes the following build error: /bin/bash: line 1: glib-mkenums: command not found Makefile:1270: recipe for target 'video-enumtypes.c' failed
2017-07-29gstreamer: add glib-2.0-native to dependsOleksandr Kravchuk
Package requires glib-genmarshal, which lack produces the following build error: /bin/bash: line 1: glib-mkenums: command not found Makefile:1884: recipe for target 'gstenumtypes.c' failed
2017-07-26vsomeip: version up to 2.7.0Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-07-26capicxx-someip-native: version up to 3.1.12Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-07-26capicxx-dbus-native: version up to 3.1.12Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-07-26capicxx-core-native: version up to 3.1.12Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-07-26common-api-c++-someip: version up to 3.1.12Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-07-26common-api-c++-dbus: version up to 3.1.12Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-07-26common-api-c++: version up to 3.1.12Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-07-26persistence-client-library: update to latest commitYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-07-19Merge pull request #49 from GENIVI/12.0Yong-iL (Tolkien) Joh
Update master to 12.0 branch
2017-07-07dlt-daemon: remove inherit gzipnativeGordan Markuš
The class was renamed to gzip-native or pigz-native, which is already a dependency. Using later verisons of gzip, found in poky 2.3, do not have a class called gzipnative. By removing it we ensure an error free build. Signed-off-by: Gordan Markuš <gordan.markus@pelagicore.com>
2017-07-07node-health-monitor: fix glib warnings while running NHM test applicationsYong-iL Joh
- http://docs.projects.genivi.org/bugs/show_bug.cgi?id=436 - thanks to Thangam_Ramasamy@mentor.com Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-07-06Merge pull request #46 from GordanM/topic/dltYong-iL (Tolkien) Joh
dlt-daemon: remove inherit gzipnative
2017-07-06Merge pull request #44 from GordanM/topic/node-state-managerYong-iL (Tolkien) Joh
node-state-manager: Depends on gdbus-codegen
2017-07-03dlt-daemon: remove inherit gzipnativeGordan Markuš
The class was renamed to gzip-native or pigz-native, which is already a dependency. Using later verisons of gzip, found in poky 2.3, do not have a class called gzipnative. By removing it we ensure an error free build. Signed-off-by: Gordan Markuš <gordan.markus@pelagicore.com>
2017-07-03node-state-manager: Depends on gdbus-codegenGordan Markuš
The node-state-manager build will fail if glib-2.0-native is not stated as an explicit dependency because the gdbus-codegen tool is not available. | gdbus-codegen --interface-prefix=org.genivi.NodeStateManager. --c-namespace=NodeState --generate-c-code=generated/NodeStateConsumer --generate-docbook=doc/NodeStateConsumer model/org.genivi.NodeStateManager.Consumer.xml | gdbus-codegen --interface-prefix=org.genivi.NodeStateManager. --c-namespace=NodeState --generate-c-code=generated/NodeStateLifecycleControl --generate-docbook=doc/LifecycleControl model/org.genivi.NodeStateManager.LifecycleControl.xml | gdbus-codegen --interface-prefix=org.genivi.NodeStateManager. --c-namespace=NodeState --generate-c-code=generated/NodeStateLifecycleConsumer --generate-docbook=doc/LifecycleConsumer model/org.genivi.NodeStateManager.LifecycleConsumer.xml | /bin/bash: gdbus-codegen: command not found Signed-off-by: Gordan Markuš <gordan.markus@pelagicore.com>
2017-06-21wayland-ivi-extension: fix the recipes' filenameYong-iL Joh
- not 1.30.0, but 1.13.0 Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-06-16wayland-ivi-extension: update to release v1.11.1Stephen Lawrence
Update to maintenance release v1.11.1 to fix some crashes and memory corruption. Change log: 8fdae4c Bump version to 1.11.1 bugfix release 0f36214 Fix crash when surface already focused 93403d5 MockNavi: fixed selection between xdg- and ivi-shell (*1) 254383a ilmControl: fix memory corruption at input listener 492f5f2 ilmControl: fix memory leak at deinitialization a881a58 Fix ivi-application lib install 947458b ivi-share: fix compilation issue (*1) Before the application tried to register as xdg- and ivi-shell application. Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com>
2017-06-16persistence-administrator: version up to 1.0.9Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>