summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-07-29Merge pull request #12 from tolkien-joh/10.010.0.2tolkien-joh
10.0
2016-07-27Bump version to 10.0.2Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-07-27dlt-daemon: build fix for git repository corruptionYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-07-27node-startup-controller: build fix for git repository corruptionYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-07-27Make the setting of EXTRA_USERS_PARAMS a default valueRobert Marshall
[GDP-287] Enables the setting of an empty root password for testimage as well as allowing the user to build images with other root passwords
2016-07-27Bump version to 10.0.1Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-07-27persistence-common-object: critical bug fix reported by Igor SocecYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-07-27persistence-administrator: upgrade to 1.0.8Yong-iL Joh
" Subject: [meta-ivi] Persistence components in meta-ivi From: Igor Socec <igor.socec@pelagicore.com> I'm working on a project that uses meta-ivi 10.0 and Persistence components. There are some critical bugfixes in Persistence Administrator which are not available in meta-ivi. There is also a bugfix in Persistence Common Object available upstream that's missing in meta-ivi. ...<skip> Here is a stack of upstream commits that we apply on top of meta-ivi 10.0 to resolve bugs in Persistence: persistence-administrator: - add-missing-compiler-flags-for-CPP-compliance.patch - PAS-Vers.-1.0.6-Fixed-bug-295-further-calls-of-persa.patch - PAS-Vers.-1.0.7-Fixed-bug-299-Link-to-shared-group-d.patch - Takeover-fix-for-Bug-299-from-Continental-git-branch.patch - PAS-Vers.-1.0.8-Fixed-bug-437-pas-daemon-stops-trigg.patch persistence-common-object: - fixed GENIVI Bug 345 " Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-07-21common-api-c++: Arrange recipesChanghyeok Bae
Change dlt-daemon runtime dependency to build dependency because of build error. Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2016-07-19Merge pull request #9 from RobertAJMarshall/user-roottolkien-joh
Make the setting of EXTRA_USERS_PARAMS a default value
2016-07-18Make the setting of EXTRA_USERS_PARAMS a default valueRobert Marshall
[GDP-287] Enables the setting of an empty root password for testimage as well as allowing the user to build images with other root passwords
2016-07-07Merge pull request #6 from tolkien-joh/10.0tolkien-joh
critical bug fix of PAS, PCO
2016-06-29persistence-common-object: critical bug fix reported by Igor SocecYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-06-29persistence-administrator: upgrade to 1.0.8Yong-iL Joh
" Subject: [meta-ivi] Persistence components in meta-ivi From: Igor Socec <igor.socec@pelagicore.com> I'm working on a project that uses meta-ivi 10.0 and Persistence components. There are some critical bugfixes in Persistence Administrator which are not available in meta-ivi. There is also a bugfix in Persistence Common Object available upstream that's missing in meta-ivi. ...<skip> Here is a stack of upstream commits that we apply on top of meta-ivi 10.0 to resolve bugs in Persistence: persistence-administrator: - add-missing-compiler-flags-for-CPP-compliance.patch - PAS-Vers.-1.0.6-Fixed-bug-295-further-calls-of-persa.patch - PAS-Vers.-1.0.7-Fixed-bug-299-Link-to-shared-group-d.patch - Takeover-fix-for-Bug-299-from-Continental-git-branch.patch - PAS-Vers.-1.0.8-Fixed-bug-437-pas-daemon-stops-trigg.patch persistence-common-object: - fixed GENIVI Bug 345 " Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-06-24Merge branch 'cledra-cdr-64bits'Yong-iL Joh
2016-06-24Merge branch 'cdr-64bits' of https://github.com/cledra/meta-ivi into ↵Yong-iL Joh
cledra-cdr-64bits Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com> Conflicts: meta-ivi/recipes-extended/dlt-daemon/dlt-daemon_2.11.1.bb meta-ivi/recipes-extended/node-health-monitor/node-health-monitor_1.3.5.bb meta-ivi/recipes-extended/node-startup-controller/node-startup-controller_1.0.2.bb meta-ivi/recipes-extended/node-state-manager/node-state-manager_2.0.0.bb meta-ivi/recipes-graphics/wayland/wayland-ivi-extension_1.9.1.bb
2016-06-21audiomanager: fix lib installation path for multilibClement Dransart
When using multilib, the traditional 'lib' installation directory may be replaced by variants such as 'lib32' or 'lib64'. Thus, hard-coded 'lib' in CMakeLists.txt lead to errors. Use CMAKE_INSTALL_LIBDIR variable to replace hard-coded occurences of "lib". Signed-off-by: Frederico Cadete <frederico.cadete@awtce.be> Signed-off-by: Clement Dransart <clement.dransart@awtce.be>
2016-06-20Merge pull request #1 from pkonopel/add-capicxx-perftolkien-joh
Extend meta-ivi-test with a test that generates CAPI code during build
2016-06-17keyutils: set library installation directory from libdir env variableClement Dransart
As we are working in Yocto environment, it is better to set install dir from Yocto env variables. The same goes for CFLAGS. Signed-off-by: Frederico Cadete <frederico.cadete@awtce.be> Signed-off-by: Clement Dransart <clement.dransart@awtce.be>
2016-06-17node-startup-controller: fix QA installed-but-not-shipped of lib32- variantsFrederico Cadete
Signed-off-by: Clement Dransart <clement.dransart@awtce.be> Signed-off-by: Frederico Cadete <frederico.cadete@awtce.be>
2016-06-17wayland-ivi-extension: set variable LIB_SUFFIX for LIBRARY DESTINATIONClement Dransart
ref: http://lists.genivi.org/pipermail/genivi-ivi-layer-management/2016-April/003273.html Signed-off-by: Clement Dransart <clement.dransart@awtce.be>
2016-06-17Multiple recipes: Use ${BPN} instead of ${PN} in SRC_URI'sClement Dransart
${PN} may be suffixed with things like -native, -cross, or prefixed with lib32-, leading to broken URLs. Signed-off-by: Frederico Cadete <frederico.cadete@awtce.be> Signed-off-by: Clement Dransart <clement.dransart@awtce.be>
2016-06-17wayland-ivi-extension: upgrade to 1.9.1Clement Dransart
This allows to take advantage of commits which fix matters related to 64-bit architecture, such as f887969606d881d9aea02893b68d4ec35ece8d78. Remove the following patches as they are included by 1.9.1: - 0001-buildsystem-make-example-programs-link-to-the-genera.patch - remove_compile-host-path_issue.patch Signed-off-by: Clement Dransart <clement.dransart@awtce.be>
2016-06-17dlt-daemon: use install locations from OE CMakeClement Dransart
Signed-off-by: Clement Dransart <clement.dransart@awtce.be>
2016-06-17common-api: Fix installation of pkgconfig & cmake filesClement Dransart
Use ${libdir} and ${baselib} to ensure correctness of cmake flags. Reuse the INSTALL_LIB_DIR variable for the destination of the pkgconfig file as well as cmake directory. This fixes the build under Yocto for 64-bit targets. Signed-off-by: Clement Dransart <clement.dransart@awtce.be>
2016-06-17common-api: introduce native recipe for someipPavel Konopelko
Signed-off-by: Pavel Konopelko <pkonopel@visteon.com>
2016-06-17common-api: add capicxx-perf testPavel Konopelko
The test includes capicxx-server and capicxx-client applications that use Common API C++ to connect via D-Bus. The client invokes a method on the server, waits for the server to respond and repeats this sequence multiple times. The code generation is performed automatically as a build step and depends on capicxx-{core|dbus}-native recipes. The following transcript illustrates the usage: root@qemux86-64:~# dbus-run-session -- sh root@qemux86-64:~# capicxx-server & root@qemux86-64:~# Started capicxx-server capicxx-server heartbeat 1200s... root@qemux86-64:~# capicxx-client Started capicxx-client starting test... test completed message payload [bytes]: 0 sync messages sent: 10000 messages per [s]: 344.59 exiting capicxx-client root@qemux86-64:~# Signed-off-by: Pavel Konopelko <pkonopel@visteon.com>
2016-06-17common-api: introduce native recipes for core and dbusPavel Konopelko
These recipes fetch pre-built code generator binaries from Common API C++ update site and make them available in sysroot. The only pre-requisite for the build host is that it has Java Run-time Environment (JRE) installed. Signed-off-by: Pavel Konopelko <pkonopel@visteon.com>
2016-06-16Merge pull request #3 from GENIVI/10.0tolkien-joh
Merge 10.0 into master
2016-06-09persistence-client-library: (plugin conf file) rework to use @libdir@ from ↵Yong-iL Joh
autotools Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-05-13ecryptfs-utils: Fix QA IssueLi Xin
WARNING: ecryptfs-utils-106-r0 do_package_qa: QA Issue: ecryptfs-utils rdepends on nspr, but it isn't a build dependency, WARNING: ecryptfs-utils-106-r0 do_package_qa: QA Issue: ecryptfs-utils rdepends on nss, but it isn't a build dependency Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
2016-04-18Use http protocol to fetch sources (OSSINFR-30)Philippe Coval
All changes are squashed into a single change as suggested in list Bug: https://at.projects.genivi.org/jira/projects/OSSINFR/issues/OSSINFR-30 Origin: https://github.com/TizenTeam/meta-ivi/tree/sandbox/pcoval/for/upstream/master Cc: genivi-meta-ivi@lists.genivi.org Change-Id: I2730efc3ae424662133d349ec2527809bc2f0000 Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
2016-04-15Bump version to 10.0.010.0.0Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-04-15Merge branch 'origin/10.0'Yong-iL Joh
Conflicts: README.md meta-ivi-bsp/recipes-graphics/mesa/mesa/README.gallium meta-ivi-bsp/recipes-graphics/mesa/mesa/revert-363b53f00069af718f64cf047f19ad5681a8bf6d.patch meta-ivi-bsp/recipes-graphics/mesa/mesa/revert-c46c551c56f78c6bf9e63524c89478695fc4f525.patch meta-ivi-bsp/recipes-graphics/mesa/mesa_10.4.%.bbappend meta-ivi-demo/conf/bblayers.conf.sample meta-ivi/conf/distro/poky-ivi-systemd.conf meta-ivi/recipes-graphics/wayland/weston_1.6.0.bbappend meta-ivi/recipes-graphics/wayland/weston_1.6.0.bbappend meta-ivi/recipes-yocto-ivi/images/leviathan-image.bb
2016-04-15audiomanager: fix up for build error due to adding -tests packageL-1.1Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-04-15common-api: remove unnecessary patching of CMakeLists.txtFrederico Cadete
The substitution performed on CMakeLists.txt has been applied upstream on version 3.1.3. Signed-off-by: Frederico Cadete <frederico.cadete@awtce.be>
2016-04-15using SRCREV instead of BRANCH or TAG at SRC_URI="git://..."Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-04-15LICENSE: add "missing s/w packages due to license"Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-04-15MAINTAINERS: change the links to JIRA and Confluence wikiYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-04-15persistence-common-object: remove WARNING message of buildYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-04-15packagegroups-*: fix up for "WARNING: Could not copy license file..."Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-03-29node-startup-controller: add test script to *-nsm-dummy packageL-1.0Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-03-22node-health-monitor: fix up of systemd scriptYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-03-18node-health-monitor: create *-test packageYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-03-18wayland-ivi-extension: fix a build error due to race conditionYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-03-18wayland-ivi-extension: create *-test packageYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-03-17README.md: change the hyperlinksYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-03-11bluez5: create *-test packageYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-03-11bluez5: fix runtime error for 5.35 and Service APIYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-03-04persistence-client-library: fix error because of no plugins(lib*custom.so)Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>