summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-04-28Bump version to 12.0.012.0.0Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-04-28poky-ivi-systemd.conf: set distro version to snapshotYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-04-28dlt-daemon: re-enable document generationN-1.1Yong-iL Joh
- remove -DWITH_MAN=OFF Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-04-23Change CONNECTIVITY_CHECK_URIS in distro confGunnar Andersson
The CONNECTIVITY_CHECK_URIS was set to check bugs.genivi.org but that site is now decomissioned. A new alternative URL is needed or bitbake will stop working right away. Signed-off-by: Gunnar Andersson <gandersson@genivi.org>
2017-04-19persistence-client-library: fix compile errorYong-iL Joh
| persistence_client_library_benchmark.c:86:23: error: conversion to 'long int' from 'long long int' may alter its value [-Werror=conversion] | durationInit += getNsDuration(&initStart, &initEnd); | ^~~~~~~~~~~~~ Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-04-18vexpressa9: remove "console=tty"Yong-iL Joh
- if running qemu with nographic option, console=tty cause to block to boot Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-04-14persistence-client-library: fix test scriptYong-iL Joh
- to test it, 1. mount persistent partition to /Data/mnt-c, /Data/mnt-wt 2. run node-state-manager 3. run pas daemon 4. install PAS_data.tar.gz if it ended with "... returned <<-1310719>>]", installation is failed. back to 2. if it ended with "... returned <<108>>]", go on. 5. run PCL test Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-04-14persistence-client-library: bug fixYong-iL Joh
- re-add 0002-load-correct-version-of-libpers_common.patch Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-04-13persistence-client-library: fix test script.N-1.0Yong-iL Joh
- do as told by Ingo Heurner Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-04-13persistence-administrator: minor fixYong-iL Joh
- place dummy file to right place Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-04-13persistence-client-library: modify test scriptYong-iL Joh
- install target is PAS_data.tar.gz, not Data_benchmark.tar.gz Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-04-13persistence-client-library: update to latest commitYong-iL Joh
- it's bug fix, not change of compliance or API. (by Ingo Huerner) Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-04-13persistence-common-object: update to latest commitYong-iL Joh
- it's bug fix, not change of compliance or API. (by Ingo Huerner) Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-04-11vexpressa9.conf: put all kernel modules by defaultYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-04-11README.md: updateYong-iL Joh
- change the instruction of qemu running - change the links Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-04-11scripts/ : use runqemu in pokyYong-iL Joh
- remove unused files Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-04-11vexpressa9: update to work with poky 2.2Yong-iL Joh
- update machine configuration - change kernel config file - set dtb file for kernel Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-04-10Merge pull request #32 from phongt/qemu-aarch64-nativetolkien-joh
poky-ivi-systemd.conf: enable aarch64 for qemu-native
2017-04-09poky-ivi-systemd.conf: enable aarch64 for qemu-nativePhong Tran
The QEMU_TARGET is lacking of aarch64 that gobject-introspection need for g-ir-scanner-qemuwrapper. [GDP-585] Pipeline fail for Renesas Gen3 starter kit build (needs qemu-aarch64?) Signed-off-by: Phong Tran <tranmanphong@gmail.com>
2017-04-04scripts/checkout: update.Yong-iL Joh
- it can be used for update existing git - add a guide to README.md Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-04-04Merge pull request #30 from phongt/qemu-native-sdltolkien-joh
Fix do_configure qemu-native
2017-04-04Merge pull request #29 from phongt/capicxx-nativetolkien-joh
capicxx native symbolic link issue
2017-04-04Merge pull request #31 from phongt/wayland-ivi-extension-md5sumtolkien-joh
wayland-ivi-extension: Update LIC_FILES_CHKSUM
2017-04-04README.md: (poky, meta-oe) update to latest commitsYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-04-03wayland-ivi-extension: Update LIC_FILES_CHKSUMPhong Tran
Update md5sum hash for avoiding license-checksum warning of Yocto QA checking Signed-off-by: Phong Tran <tranmanphong@gmail.com>
2017-04-01local.conf.sample: fix QEMU native SDLPhong Tran
There is a fixing for building error of QEMU from poky This ports commit from poky here: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=685daeb6e265ddbd28be0ef44dcc356727b99375 Signed-off-by: Phong Tran <tranmanphong@gmail.com>
2017-04-01capicxx-native: use relative path for capicxx genPhong Tran
In case of adding INHERIT += "rm_work", the symbolic link of capicxx gen binaries in native sysroot /usr/bin is broken. Signed-off-by: Phong Tran <tranmanphong@gmail.com>
2017-03-31dlt-daemon: fix build errorYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-03-22node-state-manager: fix test script.Yong-iL Joh
- no seg.fault during test - thanks Bogdan Popescu Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-03-22dlt-daemon: get rid of obsolete gzipnative inheritanceOleksandr Kravchuk
gzipnative class is obsolete and has been removed from Poky "Morty" 2.2. Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
2017-03-09dbus: remove "not essential patches for common-api"Yong-iL Joh
see https://at.projects.genivi.org/jira/browse/BASE-41, and https://github.com/GENIVI/capicxx-dbus-tools/wiki/2017-03-08%20Overview%20libdbus%20Patches Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-03-09README.md: version of poky to morty-16.0.1Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-02-22Merge pull request #28 from gmacario/fix-base-38tolkien-joh
persistence-common-object: Fix metadata and spelling
2017-02-22persistence-common-object: Misc fixesGianpaolo Macario
* Fix typo in SUMMARY fieldname * Update value for field HOMEPAGE * Update value for field BUGTRACKER * Append '+git' to PV Reference: [BASE-38] Signed-off-by: Gianpaolo Macario <gianpaolo_macario@mentor.com>
2017-02-22persistence-common-object_t: Fix typoGianpaolo Macario
Signed-off-by: Gianpaolo Macario <gianpaolo_macario@mentor.com>
2017-02-22Merge pull request #25 from gmacario/fix-base-37-v3tolkien-joh
persistence-client-library: Update to latest commit
2017-02-20persistence-client-library: Update to latest SRCREVGianpaolo Macario
Signed-off-by: Gianpaolo Macario <gianpaolo_macario@mentor.com>
2017-02-20persistence-client-library_t: Fix typoGianpaolo Macario
Signed-off-by: Gianpaolo Macario <gianpaolo_macario@mentor.com>
2017-02-09vsomeip: fix test scriptsYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-02-08persistence-common-object: bug fix (place dbus.conf to right place)N-0.1Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-02-08audiomanager: fix about "wrong" plugin directoryYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-02-08persistence-client-library: add more testsYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-02-08Move checkout_layer_hash.sh from baseline_ci_helper to meta-ivi/scriptsGunnar Andersson
This version of checkout_layer_hash.sh is a combination of the old checkout_layer_hash.sh + get_layer_info_from_README.sh, from the previous repository: baseline_ci_helper.git Signed-off-by: Gunnar Andersson <gand@acm.org>
2017-02-08persistence-client-library: Update to latest commits on GitHubGianpaolo Macario
* Update references after migration of upstream source from git.projects.genivi.org to GitHub * Build the PCL tools (by specifying the --enable-tools option to configure) Signed-off-by: Gianpaolo Macario <gianpaolo_macario@mentor.com>
2017-02-08meta-ivi-test: enable test of PAS.Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-02-08meta-ivi/recipes-...: change SRC_URI to github.com/GENIVIYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-02-08node-state-manager: update latest commitYong-iL Joh
- change SRC_URI to github.com/GENIVI - it adds a specification documentation, README.md Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-02-08node-health-monitor: update latest commitYong-iL Joh
- change SRC_URI to github.com/GENIVI - it adds a specification documentation only Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-02-08Merge commit '82ad0c7481c5c0343049b1bf5872b163fd868fc1' into 12Yong-iL Joh
2017-02-02persistence-common-object: fix issue of seg. fault of PASYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>