aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi/conf/distro/poky-ivi-systemd.conf
AgeCommit message (Collapse)Author
2018-10-31poky-ivi-systemd: adjust hardening flags for dbusOleksandr 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-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-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-19poky-ivi-systemd: add space between = and "" for DISTRO_CODENAMEMirza Krak
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-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-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-14wayland-ivi-extension: Add support for version 2.1Oscar Andreasson
* Add recipe for wayland-ivi-extensions 2.1 release. wayland-ivi-extension 2.1 is preferred in pulsar release. * Add wayland-protocols to FILES Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14distro: gstreamer preferred version updatedOscar Andreasson
Rocko release is shipped with gstreamer 1.12.2, 1.8.3 is no longer available. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2017-09-08Bump version to 13.0.013.0.0Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-05-30poky-ivi-systemd.conf: set PREFERRED_VERSION_gstreamer1.0 to 1.10.4Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-05-30poky-ivi-systemd.conf: use orion codename and versionYong-iL Joh
- README.md, conf-notes.txt is changed for orion - orion-image.bb is renamed from nostromo-image.bb Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
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-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-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-01-09poky-ivi-systemd.conf: use gstreamer stuff with version 1.8.3Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-01-09poky-ivi-systemd.conf: use nostromo codename and versionYong-iL Joh
- README.md, conf-notes.txt is changed for nostromo - nostromo-image.bb is renamed from miranda-image.bb Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-10-07Bump version to 11.0.011.0.0Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-07-19poky-ivi-systemd: Exclude DATE from DISTRO/SDK_VERSION checksumsYong-iL Joh
https://lists.yoctoproject.org/pipermail/poky/2016-April/010470.html DATE is in HASHCONFIG_WHITELIST which means the server does not reparse when DATE changes. If DISTRO_VERSION was used somewhere and contained DATE, the value *would* change however, meaning the server and worker checksums could end up differing. We therefore exclude DATE from the checksums, making everything consistent. Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org> Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-07-01move to miranda releaseYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-04-15Bump version to 10.0.010.0.0Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2015-11-10poky-ivi-systemd.conf: use leviathan codename and versionYong-iL Joh
- README.md, conf-notes.txt is changed for leviathan - rename kronos-image.bb to leviathan-image.bb Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2015-09-14poky-ivi-systemd.conf: Use bluez5 distro featureAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2015-09-14poky-ivi-systemd.conf: User kronos codename and versionAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2015-03-11poky-ivi-systemd.conf: Replace intrepid by jupiterAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-11-18poky-ivi-systemd: revert work around for bug #6930Holger Behrens
As YP 1.7.0 BUG 6930 has been fixed upstream, revert the local work around. (Poky rev: f3a177cf045b19612b7d2c96889ac24307191c3d) Also prefer gstreamer1.0-libav "1.4.%" and gstreamer1.0-omx "1.2.%". Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-11-18poky-ivi-systemd: prefer gstreamer 1.4.x over 1.2.3Holger Behrens
Prefer GST version 1.4.x (from oe-core) over version 1.2.3. The version 1.2.3 gstreamer1.0 recipes were added to meta-ivi to enable vendor still stuck on that version. Also to work around YP 1.7.0 bug 6930 do prefer readline version 5.2. Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-18poky-ivi-systemd: prefer 'linux-yocto' 3.14Holger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-01Globally replace 'base_contains' calls by 'bb.utils.contains'Andrei Gherzan
Based on oe-core commit: commit 1528e596d4906c33e4be83fcf691cfe76d340ff3 Author: Otavio Salvador <ota...@ossystems.com.br> Date: Thu Apr 24 15:59:20 2014 -0300 Globally replace 'base_contains' calls with 'bb.utils.contains' The base_contains is kept as a compatibility method and we ought to not use it in OE-Core so we can remove it from base metadata in future. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-10-01poky-ivi-systemd.conf: unremove the X11 distro feature removeHolger Behrens
This reverts commit 576863afa98222eb696d231dc3021dc3eb995313. With 'gallium-egl' enabled in 'mesa' the bug#6694 could be worked around for QEMU, and it even works without X11 (bug#5660). Therefore this commit can be reverted. [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=6694 [2] https://bugzilla.yoctoproject.org/show_bug.cgi?id=5660 Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-09-24poky-ivi-systemd.conf: remove the X11 distro feature removeHolger Behrens
Given https://bugzilla.yoctoproject.org/show_bug.cgi?id=5660 OE-Core recommended [1] to use Wayland/Weston on QEMU with X11. Reference: [1] http://www.yoctoproject.org/docs/1.6.1/ref-manual/ref-manual.html#wayland-support Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-08-22meta-ivi: prepare 7.0.0 releaseHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-08-13poky-ivi-systemd.conf: Add PATCHTOOL variableAndrei Gherzan
This is not used yet due to a yocto bug: https://bugzilla.yoctoproject.org/show_bug.cgi?id=5968 Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-05-09meta-ivi: refactor layer structureholger
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>