aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-10-31ci-build.sh: Fix bug in append local confHEADmasterGunnar Andersson
Not sure how this ever worked before. Some comments / cosmetic changes were included in the process. Signed-off-by: Gunnar Andersson <gandersson@genivi.org>
2018-10-31node-health-monitor: version 1.3.7Gunnar Andersson
Specifically this includes: 5adefcdd fix gdbus-codegen invocation Note that 1.3.6 was skipped due to a bug Signed-off-by: Gunnar Andersson <gandersson@genivi.org>
2018-10-31persistence-administrator: version 1.0.10Gunnar Andersson
(A.k.a. Persistence Administration Service (PAS), but the bb component name is persistence-administrator for some historical reason) It was updated from version 1.0.9, but for some reason the repository is not tagged with that version, although the commmit message itself specifies the version. There is now a tag created for 1.0.10 Short log of changes - the gdbus-codegen update is the important one ebfb5dd README: fix headline and minor cleanups 49b7936 Makefile: fix gdbus-codegen invocation Signed-off-by: Gunnar Andersson <gandersson@genivi.org>
2018-10-31persistence_common_object: version 1.1.0Gunnar Andersson
Comparing persistence_common_object tag 1.0.3 to this one (1.1.0), there have been a few more changes introduced. The recipe has however updated its SRCREV to track master during this time, so the shortlog of the PCO changes corresponding to the SRCREV change *in this commit* is: 6e827a9 Fix gdbus-codegen invocation 2ee245d Merge pull request #5 from mdanilov/master 4b6b1ce Reverted: added dbus config file (there was commit to remove it due to conflict with pcl repo) 857df7a Change README to symlink f5b3b67 Fixed build, added missed dbus config file 29ec697 Merge pull request #2 from GordanM/topic/deprecated d9235fa Merge pull request #1 from GordanM/topic/fix-README 98a32c6 README.md: Update README daa21fe Merge pull request #3 from GordanM/topic/remove-dbus-conf 103be9f dbus_config: Remove dbus configuration file fe82962 pers_ipc_dbus: remove deprecated glib init eeac12c Added sqlite backend; use --with-database=sqlite in configure step In any case the component has a new tag, and the recipe name therefore now also changed to PV=1.1.0 Signed-off-by: Gunnar Andersson <gandersson@genivi.org>
2018-10-31persistence_client_library: version 1.2.0Gunnar Andersson
Comparing persistence_client_library tag 1.1.0 to this one (1.2.0), there have been *lots* of changes introduced. The recipe has however updated its SRCREV to track master during this time, so the shortlog of the PCL changes corresponding to the SRCREV change *in this commit* is only: 797e314 Merge pull request #15 from sashko/master bc4b12f20 Fix compilation with GCC 8 In any case the component has a new tag, and the recipe name therefore now also changed to PV=1.2.0 Signed-off-by: Gunnar Andersson <gandersson@genivi.org>
2018-10-31ci-build: remove ftp from PREMIRROROleksandr Kravchuk
FTP mirrors are not supported by Yocto anymore. Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
2018-10-31meta-ivi: set LAYERSERIES_COMPAT to thudOleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
2018-10-31wayland-ivi-extension: bump to latest git revisionOleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
2018-10-31poky-ivi-systemd: adjust hardening flags for dbusOleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
2018-10-31ecryptfs-utils: remove recipe and drop the packageOleksandr Kravchuk
Removed recipe from the layer as it is already maintained by the meta-security. Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
2018-10-31dbus: rebase patch for 1.12.10Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
2018-10-31dlt-daemon: fix compilation with GLIBC 2.28Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
2018-10-31poky-ivi-systemd: remove duplicate inclusionOleksandr Kravchuk
security_flags.inc is already included in poky.conf. Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
2018-10-31bluez5: rebase patches for 5.50Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
2018-10-31qemu: rebase to 3.xOleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
2018-10-31README.md: bump dependencies for thudOleksandr Kravchuk
Build layer against Yocto "Thud" 2.6. Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
2018-10-25README: Adjust mailing list link.Gunnar Andersson
After migration, the URL of each specific list has a minor change
2018-09-19MAINTAINERS: fix maintainer's emailOleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <dev@sashko.rv.ua>
2018-09-19README.md: correct meta-ivi release cadenceStephen Lawrence
The Branch policy incorrectly states that meta-ivi is released biannually. Correct it to state there is a release twice a year. Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com>
2018-09-12Drop packagegroup for x11/xserverGunnar Andersson
This looks like an unnecessary (perhaps a bit augmented) copy of: poky/meta/recipes-graphics/.../packagegroup-core-x11-xserver.bb The package group is not included in the standard meta-ivi image, and I'm not aware of any projects based on meta-ivi that are not also Wayland-based. (If such projects exist they can reference the poky file with a possible bbappend, or make contact with the meta-ivi maintainers) Signed-off-by: Gunnar Andersson <gandersson@genivi.org>
2018-09-12packagegroups: cleanup and unify syntaxOleksandr Kravchuk
Minor cleanups: removed whitespaces, sorted packaged by alphabet and unified syntax between recipes. Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
2018-09-10linux-yocto: remove deprecated CONFIG_EXPERIMENTALOleksandr Kravchuk
CONFIG_EXPERIMENTAL has been removed in Linux 3.9. Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
2018-09-10ivi-image: remove hard-coded IMAGE_ROOTFS_SIZEMirza Krak
The image rootfs size is determined by the following algorithm (from Yocto ref manual): if (image-du * overhead) < rootfs-size: internal-rootfs-size = rootfs-size + xspace else: internal-rootfs-size = (image-du * overhead) + xspace Currently rootfs-size is set to 8 MB which essentially means that it will never be used as it is considered as a minimum. By removing it from the image, the weak default value (65536) will be used which is defined in bitbake.conf. The primary reason of removing it is to be able to set a custom value in e.g local.conf which is currently not possible. Signed-off-by: Mirza Krak <mirza.krak@northern.tech>
2018-09-06local.conf.sample: remove whitespacesOleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
2018-09-06dbus: adjust "blacklist" for hardening flagsGunnar Andersson
Various component don't compile well with the added so called "hardening flags". The FORTIFY_SOURCE feature requires optimization to be enabled (-O1 or -O2 depending...) It seems it would be better to force optimization on, than to disable the "hardening flags" for these, but disabling them seems standard practice. (You are no worse off than before "hardening flags" were added. And all other components benefit). See c5db7bafd3c837e, but also note that poky distro includes disabling these for many components already. There is a remaining unused-variable warning=error, which can be squelched for the moment. Later on, it ought to be restored. I would think setting the right compiler flags should eventually be done in the standard poky recipe (or possibly even, component upstream). Signed-off-by: Gunnar Andersson <gandersson@genivi.org>
2018-09-06dbus.bbappend: Remove patch for readdir/readdir_rGunnar Andersson
A patch was applied previously to make dbus 1.10 compile correctly in the presence of the readdir_r call (and only for qemux86, 32-bit). The update to poky/sumo now builds dbus 1.12 Between 1.10 and 1.12 the code has moved and more importantly the readdir_r seems to have been changed back to readdir, so the patch cannot apply. Let's try removing the patch. The single patch however mixed different things. Testing shows that the signed/unsigned mismatch is still a problem (warning which is treated as an error) but only on 32-bit compilation. This part of the patch is therefore kept for now. I have not deeply analyzed the effect of this cast, just keeping what was already there. [BASE-63] master fails application of dbus patch for qemux86 target Signed-off-by: Gunnar Andersson <gandersson@genivi.org>
2018-08-20audiomanagerplugins: Fix build to always build using 64 bit tools14.50.0Oscar Andreasson
Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-08-20bluez5: Fix patch fuzz with new version of bluez5Oscar Andreasson
Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-08-20NSM: Fix patch fuzz with new version of NSMOscar Andreasson
Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-08-08vsomeip: Resolve RPATH issues and use ninjaOscar Andreasson
vsomeip contains some RPATH's to the build directores on the build host that are bad. Previously we handled it by removing them from the CMake link.txt files but they are no longer used since CMake is now using ninja as the underlying build system in yocto. First off, remove all the make related code, swap over to ninja, then run chrpath -d on all binaries in the -test package. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-08-08common-api-c++-dbus: Add dependency on bashOscar Andreasson
Some of the test scripts we install depends on bash, and recent changes in yocto are failing the build since it's now able to detect script dependencies as well. Add bash dependency. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-08-08bluez5: Add dependency on python3Oscar Andreasson
Some of the test scripts we install depends on python3, and recent changes in yocto are failing the build since it's now able to detect script dependencies as well. Add python3-core dependency. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-08-08vsomeip: bump version and patch for sumoOscar Andreasson
Add patch for compilation with boost 1.66. The current version of vsomeip does not support boost 1.66 which is part of the yocto sumo release. This patch fixes vsomeip with regards to this until vsomeip 3.0 is released. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-08-08nsc: Adds dependency on glib-2.0-nativeOscar Andreasson
Node startup controller depends on glib-2.0-native for gdbus-codegen binary. Add dependency so it's available. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-08-08DBus: bumped patchset from upstreamOscar Andreasson
The patch capi-dbus-add-support-for-custom-marshalling from the capicxx-dbus-runtime has been bumped to work with newer versions of dbus used in sumo release of yocto. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-08-08dlt-daemon: Remove usage of pigzOscar Andreasson
This is causing build problems and negligibly faster builds. Removing it to reduce maintenance of the package. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-08-08weston: add_screen_remove_layer is upstreamedOscar Andreasson
The patch has been upstreamed from what I was able to conclude. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-08-08meta-ivi: Add LAYERSERIES_COMPAT to ivi, ivitest and ivibspOscar Andreasson
This removes new warnings in sumo and are used to tell which yocto project releases the current version of the layer is compatible with. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-08-08checkout_layer_hash.sh: Fetch selected branchGunnar Andersson
The CI system will typically make shallow clones, and it might be set to fetch a specific layer branch. In a transition period, when the README specifies a new branch we might lack the requested commit hash, but since the README lists the branch name, we can use it and make sure it is fetched first. Signed-off-by: Gunnar Andersson <gandersson@genivi.org>
2018-08-08README.md: bump dependencies for sumoOleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
2018-08-08dbus: rebase patch for 1.12.2Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
2018-07-19remove default-providers-iviMirza Krak
Simply because there is nothing to put in it beside systemd defaults and this might as well reside in the main distribution file as it is quite thin now. Signed-off-by: Mirza Krak <mirza.krak@endian.se>
2018-07-19distro: remove default provider for node-state-managerMirza Krak
There is only one provider for this package. Signed-off-by: Mirza Krak <mirza.krak@endian.se>
2018-07-19poky-ivi-systemd: add space between = and "" for DISTRO_CODENAMEMirza Krak
Signed-off-by: Mirza Krak <mirza.krak@endian.se>
2018-07-19distro: default-providers-ivi: remove jpeg providersMirza Krak
libjpeg was removed between jethro and krogoth Yocto releases. Since then there has not been multiple providers for jpeg and libjpeg-turbo is the default since then. Signed-off-by: Mirza Krak <mirza.krak@endian.se>
2018-07-19distro: default-providers-iv: remove kmod-crossMirza Krak
There is not a virtual target called arm-oe-linux-gnueabi-depmod and nothing provides kmod-cross. Signed-off-by: Mirza Krak <mirza.krak@endian.se>
2018-07-19poky-iv-systemd: remove XSERVER assignmentMirza Krak
The supported machines (qemux86, qemux86-64, qemuarm64 and vexpressa9) already set XSERVER in respective machine configuration file. Signed-off-by: Mirza Krak <mirza.krak@endian.se>
2018-07-19poky-ivi-systemd: remove gstreamer PREFERRED_VERSIONsMirza Krak
These overrides where part of an legacy BSP which is no longer used and we do do not have a need to carry a PREFERRED_VERSION that simply points the current version that is in oe-core. Signed-off-by: Mirza Krak <mirza.krak@endian.se>
2018-07-19distro: poky-ivi-systemd: inherit from pokyMirza Krak
The poky-ivi-systemd.conf file is a copy of an outdated poky.conf. Converted to actually include the poky.conf and instead override desired values to create a custom distribution. This way we can follow poky updates without much effort. Signed-off-by: Mirza Krak <mirza.krak@endian.se>
2018-07-11README.md: update meta-gplv2 commitStephen Lawrence
Update to the current meta-gplv2 rocko branch head commit. This fixes a coreutils build warning with meta-ivi. See commit message for c47d8ec for details. Short log: f875c60 diffutils Make it build with compile time hardening enabled 125e5ff rsync: Make it build with compile time hardening enabled de94e04 patch: Make it build with compile time hardening enabled 1bf9ef7 rxvt-unicode: Inherit pkgconfig acfb500 rxvt-unicode: Make it build with C++11 3e40e7d README: Add Peter Kjellerstedt as co-maintainer 392b499 texinfo: Update a patch to avoid fuzz fc99e81 gnupg: Update a patch to avoid fuzz 5fe7a92 dosfstools: Update a patch to avoid fuzz 3ed1fb3 sed: Update a patch to avoid fuzz c47d8ec coreutils: Update a patch to avoid fuzz c0a5943 coreutils: Avoid warnings due to update-alternatives for man pages 9809f69 bash: Provide /bin/{sh, bash} when usrmerge is used Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com>