summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-18 09:53:16 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-18 11:18:13 +0200
commit517325b50bcd33d7f3765acca7aeb73b49ae3e5a (patch)
tree3008bfdd71ae412d3ecd8417bf2636728af8f416 /meta-oe/recipes-core
parentb618634b58f9f4191006532a811909a0af039da1 (diff)
downloadmeta-openembedded-517325b50bcd33d7f3765acca7aeb73b49ae3e5a.tar.gz
systemd-compat-units: start opkg after remount-rootfs.target, not before
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r--meta-oe/recipes-core/systemd/systemd-compat-units.bb2
-rw-r--r--meta-oe/recipes-core/systemd/systemd-compat-units/opkg.service3
2 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd-compat-units.bb b/meta-oe/recipes-core/systemd/systemd-compat-units.bb
index 37b10fb9d..ffcfab22d 100644
--- a/meta-oe/recipes-core/systemd/systemd-compat-units.bb
+++ b/meta-oe/recipes-core/systemd/systemd-compat-units.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Units to make systemd work better with existing sysvinit scripts"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" 4LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
5 5
6PR = "r10" 6PR = "r12"
7 7
8inherit allarch 8inherit allarch
9 9
diff --git a/meta-oe/recipes-core/systemd/systemd-compat-units/opkg.service b/meta-oe/recipes-core/systemd/systemd-compat-units/opkg.service
index 76516c3bf..36cedf22b 100644
--- a/meta-oe/recipes-core/systemd/systemd-compat-units/opkg.service
+++ b/meta-oe/recipes-core/systemd/systemd-compat-units/opkg.service
@@ -2,7 +2,8 @@
2Description=Opkg first boot configure 2Description=Opkg first boot configure
3DefaultDependencies=no 3DefaultDependencies=no
4ConditionPathExists=|/etc/rcS.d/S98configure 4ConditionPathExists=|/etc/rcS.d/S98configure
5Before=sysinit.target systemd-tmpfiles-setup.service 5After=remount-rootfs.service
6Before=sysinit.target
6 7
7[Service] 8[Service]
8ExecStart=/etc/rcS.d/S98configure 9ExecStart=/etc/rcS.d/S98configure