All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-poky][PATCH v6 0/2] Make systemd as default init manager and configure wired network
@ 2019-06-02 14:55 kai.kang
  2019-06-02 14:55 ` [meta-poky][PATCH v6 1/2] poky.conf: make systemd as default init manager kai.kang
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: kai.kang @ 2019-06-02 14:55 UTC (permalink / raw)
  To: richard.purdie; +Cc: poky, openembedded-core

From: Kai Kang <kai.kang@windriver.com>

v6:
* create .inc files as Richard suggested, and include them according to POKY_INIT_MANAGER

Kai Kang (2):
  poky.conf: make systemd as default init manager
  systemd-conf: configure wired network with dhcp

 .../conf/distro/include/init-template-mdev-busybox.inc   | 7 +++++++
 .../conf/distro/include/init-template-systemd-compat.inc | 7 +++++++
 meta-poky/conf/distro/include/init-template-systemd.inc  | 5 +++++
 meta-poky/conf/distro/include/init-template-sysvinit.inc | 6 ++++++
 meta-poky/conf/distro/poky-tiny.conf                     | 8 +-------
 meta-poky/conf/distro/poky.conf                          | 6 ++++++
 meta/recipes-core/systemd/systemd-conf/wired.network     | 9 +++++++++
 meta/recipes-core/systemd/systemd-conf_242.bb            | 6 ++++++
 8 files changed, 47 insertions(+), 7 deletions(-)
 create mode 100644 meta-poky/conf/distro/include/init-template-mdev-busybox.inc
 create mode 100644 meta-poky/conf/distro/include/init-template-systemd-compat.inc
 create mode 100644 meta-poky/conf/distro/include/init-template-systemd.inc
 create mode 100644 meta-poky/conf/distro/include/init-template-sysvinit.inc
 create mode 100644 meta/recipes-core/systemd/systemd-conf/wired.network

-- 
2.20.0



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

end of thread, other threads:[~2019-06-04  7:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-02 14:55 [meta-poky][PATCH v6 0/2] Make systemd as default init manager and configure wired network kai.kang
2019-06-02 14:55 ` [meta-poky][PATCH v6 1/2] poky.conf: make systemd as default init manager kai.kang
2019-06-02 14:55 ` [meta-poky][PATCH v6 2/2] systemd-conf: configure wired network with dhcp kai.kang
2019-06-03 12:30 ` [meta-poky][PATCH v6 0/2] Make systemd as default init manager and configure wired network richard.purdie
2019-06-04  7:06   ` Kang Kai

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.