aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi
AgeCommit message (Collapse)Author
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-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-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: 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-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-05-21qemu_2: Remove dependency on libusbOscar Andreasson
This is a really old dependency append it's causing issues in builds relying on the meta-ivi layer. Removing it as it doesn't seem necessary. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-03-29poky-ivi-systemd distro: Remove PREFERRED_VERSIONP-1.0Oscar Andreasson
The PREFERRED_VERSION of wayland-ivi-extension is not necessary as we only provide one version of this anyways. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-03-29Add "hardening" compiler flagsGunnar Andersson
These gcc flags are quite standard practice but not always applied by each and every component default settings - hence each Linux distro does it in their own packaging. It was requested by Phong Tran in PR #98 for GDP. These flags are applied to the whole distro however, which is why they are placed in meta-ivi distro definition instead. [GDP-754] Compiler Hardening Flags Signed-off-by: Gunnar Andersson <gandersson@genivi.org> Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-03-29dlt-daemon: Bump to 2.17.0Oscar Andreasson
dlt-daemon was bumped recently and needs to be upgraded in meta-ivi Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-03-27PCL: BumpOscar Andreasson
Adds various compilation and runtime fixes. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14bblayers.conf.sample: meta-yocto renamed meta-pokyOscar Andreasson
The meta-poky layer was renamed to meta-yocto in rocko release. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14dbus: Fix uninitialized variableOscar Andreasson
Build fails due to a possibly uninitialized variable. The patch fixes the issue. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14Name change orion to pulsar:Oscar Andreasson
The current release is named pulsar. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14audiomanagerplugins: Fixed perl regexpsOscar Andreasson
As of perl 5.22.0 regex unescaped { have been moved from deprecated to generating errors. This caused the configure step to fail as we exceped the $ sign, meaning we wind up with a literal { and not ${foo} being replaced with whatever content is in ${foo} variable. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14Bump vsomeip: Use version 2.10.10Oscar Andreasson
This fixes a compilation bug using newer gcc versions as well as several threadlock issues. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14PCL: Remove patch applied upstreamOscar Andreasson
The 0001-memset-improperly-initialized-length-of-elements.patch was applied upstream in the persistence-client-library git repository. Remove the temporary patch and update the main persistence-client-library bb file to point to that GIT hash. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14weston: Patch to add required API for wayland-ivi-extensionOscar Andreasson
The wayland-ivi-extension 2.1 requires the screen_remove_layer API in weston which this patch adds. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>