]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd: disable resolved and networkd
authorRoss Burton <ross.burton@intel.com>
Mon, 8 Sep 2014 16:13:00 +0000 (17:13 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Sep 2014 10:30:08 +0000 (11:30 +0100)
These two services are fairly immature and need careful integration into the
rest of the system, so disable them for now.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/systemd/systemd_216.bb

index b941853557a4988736d5585ff168bd5b35b9e7b2..bd5289153189d256f34e5da99e1a39c5b0c689f4 100644 (file)
@@ -59,6 +59,8 @@ PACKAGECONFIG[xz] = "--enable-xz,--disable-xz,xz"
 PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup"
 PACKAGECONFIG[microhttpd] = "--enable-microhttpd,--disable-microhttpd,libmicrohttpd"
 PACKAGECONFIG[elfutils] = "--enable-elfutils,--disable-elfutils,elfutils"
+PACKAGECONFIG[resolved] = "--enable-resolved,--disable-resolved"
+PACKAGECONFIG[networkd] = "--enable-networkd,--disable-networkd"
 
 CACHED_CONFIGUREVARS = "ac_cv_path_KILL=${base_bindir}/kill"