From fd9e8b9cc4eb1362605eb3c5edcc9740125b8d46 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 14 Jul 2014 16:06:52 +0200 Subject: [PATCH] systemd-compat-units: We require networking to run udhcpc for us On the ODU and probably on the BSC as well we require to have ifupdown configure the network interfaces. This is not done using systemd yet. --- recipes-fixes/systemd/systemd-compat-units_sysmocom.inc | 5 +++++ yocto-dora/systemd-compat-units.bbappend | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 recipes-fixes/systemd/systemd-compat-units_sysmocom.inc create mode 100644 yocto-dora/systemd-compat-units.bbappend diff --git a/recipes-fixes/systemd/systemd-compat-units_sysmocom.inc b/recipes-fixes/systemd/systemd-compat-units_sysmocom.inc new file mode 100644 index 0000000..b656e1e --- /dev/null +++ b/recipes-fixes/systemd/systemd-compat-units_sysmocom.inc @@ -0,0 +1,5 @@ +PRINC="1" + +# We need networking to run as we have no native services yet +SYSTEMD_DISABLED_SYSV_SERVICES_remove = "networking" + diff --git a/yocto-dora/systemd-compat-units.bbappend b/yocto-dora/systemd-compat-units.bbappend new file mode 100644 index 0000000..d76e8d1 --- /dev/null +++ b/yocto-dora/systemd-compat-units.bbappend @@ -0,0 +1,2 @@ +require recipes-fixes/systemd/${PN}_sysmocom.inc +