All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] systemd: disable resolved and networkd
@ 2014-09-08 16:13 Ross Burton
  2014-09-08 19:39 ` Dan McGregor
  0 siblings, 1 reply; 3+ messages in thread
From: Ross Burton @ 2014-09-08 16:13 UTC (permalink / raw)
  To: openembedded-core

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>
---
 meta/recipes-core/systemd/systemd_216.bb |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/systemd/systemd_216.bb b/meta/recipes-core/systemd/systemd_216.bb
index a7fd71e..7f7982d 100644
--- a/meta/recipes-core/systemd/systemd_216.bb
+++ b/meta/recipes-core/systemd/systemd_216.bb
@@ -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"
 
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] systemd: disable resolved and networkd
  2014-09-08 16:13 [PATCH] systemd: disable resolved and networkd Ross Burton
@ 2014-09-08 19:39 ` Dan McGregor
  2014-09-08 19:54   ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Dan McGregor @ 2014-09-08 19:39 UTC (permalink / raw)
  To: Ross Burton; +Cc: Patches and discussions about the oe-core layer

On 8 September 2014 10:13, Ross Burton <ross.burton@intel.com> wrote:
> 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>
> ---
>  meta/recipes-core/systemd/systemd_216.bb |    2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta/recipes-core/systemd/systemd_216.bb b/meta/recipes-core/systemd/systemd_216.bb
> index a7fd71e..7f7982d 100644
> --- a/meta/recipes-core/systemd/systemd_216.bb
> +++ b/meta/recipes-core/systemd/systemd_216.bb
> @@ -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"
>
> --
> 1.7.10.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

Oh good. When I saw that you were going to remove them I got worried.
Part of me likes networkd and would like to keep it.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] systemd: disable resolved and networkd
  2014-09-08 19:39 ` Dan McGregor
@ 2014-09-08 19:54   ` Burton, Ross
  0 siblings, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2014-09-08 19:54 UTC (permalink / raw)
  To: Dan McGregor; +Cc: Patches and discussions about the oe-core layer

On 8 September 2014 20:39, Dan McGregor <danismostlikely@gmail.com> wrote:
> Oh good. When I saw that you were going to remove them I got worried.
> Part of me likes networkd and would like to keep it.

For low-requirement devices that are already running systemd, networkd
makes a lot of sense and is sufficient.  For more complex situations
it/resolved shouldn't be getting in the way and this does need to be
fixed.

Ross


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-09-08 19:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-08 16:13 [PATCH] systemd: disable resolved and networkd Ross Burton
2014-09-08 19:39 ` Dan McGregor
2014-09-08 19:54   ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.