summaryrefslogtreecommitdiffstats
path: root/meta-ivi
AgeCommit message (Collapse)Author
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-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-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-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-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-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-22node-health-monitor: fix up of systemd scriptYong-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-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>
2016-03-04node-state-manager: create *-test packageYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-03-04dlt-daemon: create *-test packageYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-03-04common-api-test: move *-test package to meta-ivi-test layerYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-03-04persistence-common-object: move *-test package to meta-ivi-test layerYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-03-04persistence-administrator: move *-test package to meta-ivi-test layerYong-iL Joh
Signes-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-03-04persistence-client-library: move *-test package to meta-ivi-test layerYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-03-04audiomanager: move *-test package to meta-ivi-test layerYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-02-29dbus: to fix build error on vexpressa9, apply debugging option to qemux86 onlyYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-02-27PCL: load correct libpers_common.so version.Igor Socec
Signed-off-by: Igor Socec <igor.socec@pelagicore.com>
2016-02-26persistence-administrator: add *-testenv packageL-0.2Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-02-26common-api-test: added for testing Common APIYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-02-26dbus: adding option to debuggingYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-02-26persistence-client-library: add *-testenv packageYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-02-26persistence-common-object: change the configure option to use ↵Yong-iL Joh
key-value-store database, not ITZAM Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-02-26persistence-administrator: fix up to run pas-daemon serviceYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-02-18dbus: change patches for common API c++/c++-dbus 3.1.5Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-02-18common-api-c++,common-api-c++-dbus: upgrade to 3.1.5Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-02-15audiomanager: fix up for buildYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-02-12keyutils: rebase powerpc arch. cflags patchShrikant Bobade
this patch provide rebase to powerpc arch. cflag patch, it is rebased to fix the patch application error, used arm arch. keyutils patch as reference. ref: http://git.yoctoproject.org/cgit/cgit.cgi/meta-ivi/tree/ meta-ivi/recipes-support-ivi/keyutils/keyutils/ keyutils-arm-remove-m32-m64.patch it is required to resolve the patch application failure with keyutils 1.5.9 for powerpc arch. build. Signed-off-by: Shrikant Bobade <Shrikant_Bobade@mentor.com>