summaryrefslogtreecommitdiffstats
path: root/recipes/systemd
Commit message (Collapse)AuthorAgeFilesLines
* 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>