summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/systemd/systemd-compat-units.bb
Commit message (Collapse)AuthorAgeFilesLines
* move systemd recipes to meta-systemdAndreas Müller2012-07-161-44/+0
|
* systemd-compat-units: replace ${base_libdir}/systemd by ${systemd_unitdir} ↵Andreas Müller2012-03-231-10/+10
| | | | | | | set in oe-core Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-compat-units: rename service to run postinst scriptsOtavio Salvador2012-03-131-4/+4
| | | | | | | | OE-Core uses run-postinsts script to trigger package configuration on first boot so the service ought to be named the same, for consistency. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-compat-units: run systemd-machine-id-setupKoen Kooi2011-11-011-2/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-compat-units: start opkg after remount-rootfs.target, not beforeKoen Kooi2011-10-181-1/+1
| | | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-compat-units: fix service name in opkg unitKoen Kooi2011-06-111-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-compat-units: make opkg unit block startupKoen Kooi2011-06-101-2/+9
| | | | | | | | Without Type=oneshot it would configure things in the background and bootup would go as normal. Now it will block sysinit.target till it's done. Sadly no full feedback on the console yet. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-compat-units: disable old style 'networking' script for the time beingKoen Kooi2011-06-061-1/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-compat-units: package to fixup the rootfs, shouldn't be needed in ↵Koen Kooi2011-05-311-0/+31
the future Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>