summaryrefslogtreecommitdiffstats
path: root/meta-ivi
AgeCommit message (Collapse)Author
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>
2017-06-16persistence-client-library: update to latest gitYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-06-16persistence-common-object: update to latest gitYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-06-16capicxx-someip-native: version up to 3.1.11.1Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-06-16capicxx-dbus-native: version up to 3.1.11.2Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-06-16capicxx-core-native: version up to 3.1.11Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-06-16common-api-c++-someip: version up to 3.1.11.4Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-06-16vsomeip: version up to 2.6.2Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-06-16common-api-c++-dbus: version up to 3.1.11.1Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-06-16common-api-c++: version up to 3.1.11Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-06-16dlt-daemon: update to latest gitYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-06-16audiomanager: version up to 7.5Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-06-16wayland-ivi-extension: version up to 1.13.0Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-06-16local.conf.sample: align the text to 80 column terminalYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-06-16bblayers.conf.sample: add meta-gplv2 layersYong-iL Joh
meta-gplv2 provides "old" s/w packages whose recent verion are released under GPLv3 Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-06-16alsa-lib: ALLOW_EMPTY_${PN} = "1"Yong-iL Joh
- The new release doesn't any more install the smixer modules when Python support is disabled. - http://cgit.openembedded.org/openembedded-core/commit/?id=dc549b5510bfcf83f6e5e8e3aa7ed663dee83444 - following the advise from changhyeok Bae <changhyeok.bae@gmail.com> Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-06-16audiomanagerplugins: add python3 to DEPENDSYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-06-08node-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-06-07persistence-client-library: do not install org.genivi.persistence.admin.confYong-iL Joh
- it should be done by PCO Signes-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-06-07audiomanagerplugins: build fixYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-05-30node-health-monitor: build fixYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>