summaryrefslogtreecommitdiffstats
path: root/recipes/systemd
Commit message (Collapse)AuthorAgeFilesLines
* Fix failing filesystem check for devices without working RTCSami Nurmenniemi2017-05-221-0/+9
| | | | | | | | | | | | | Devices without working RTC (or backup battery) forced system time during the boot to the build time of systemd. This interfered with the fsck ability to detect insane system times. As a result the boot time filesystem check failed because last mount time was in the future. Task-number: QTBUG-60587 Change-Id: I4c41a5183d56a6dd29707e5557781f722bd363c1 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Kari Hormi <kari.hormi@qt.io>
* systemd: patch no longer neededSamuli Piippo2016-10-032-36/+0
| | | | | Change-Id: I49ee9f857992ae0e42394e356138e6cc06591914 Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
* Use link-local addresses for USB gadget NICsKari Oikarinen2016-09-192-1/+14
| | | | | | | | | | Add systemd-networkd, since it provided the easiest solution to get link-local addresses directly (instead of only after DHCP discovery times out). Task-number: QTBUG-55434 Change-Id: I4198514a0bfef9d65da33f27af64a5055567dd9b Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* systemd: handle bind mounts set from initramfsGatis Paeglis2016-06-222-0/+38
| | | | | | | | | | | 06e97888883e2cc12eb6514e80c7f0014295f59b broke bind mount handling (set from initramfs) in systemd. This is fixed in more recent version of systemd by 97839ed6b7b19e2cb885a152b54fbd32334294e2. Ref: https://github.com/systemd/systemd/issues/1556 Change-Id: I7fbddb90086524a7a77b71b5fc69309e073bc66f Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Update license headersSamuli Piippo2016-05-181-7/+15
| | | | | | | License changed to GPLv3 + Commercial Change-Id: I267c97216e717ed29071df064337e1bcf83de973 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Update license headersSamuli Piippo2016-02-091-14/+13
| | | | | Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Use Systemd as the init systemSamuli Piippo2015-11-191-0/+26
Remove sysvinit from distro features and add Systemd as the default init system. Add necessary service files to all recipes that need them. Change-Id: I9cd4c0239fe16f35145bd3bed08e27196f30ee82 Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>