[OE-core] [meta-poky][PATCH v5 0/3] Make systemd as default init manager and configure wired network

kai.kang at windriver.com kai.kang at windriver.com
Fri May 31 06:54:27 UTC 2019


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

v5:
* set 'sysvinit' by default for musl
* replace += with _append

v4:
* move the configures to poky.conf. Introduce a new variable
  'POKY_INIT_MANAGER' whose value should be either 'systemd' or 'sysvinit'
  to configure the init manager setting.

Kai Kang (3):
  poky.conf: make systemd as default init manager
  poky-tiny.conf: not backfill distro feature systemd
  systemd-conf: configure wired network with dhcp

 meta-poky/conf/distro/poky-tiny.conf                 |  2 +-
 meta-poky/conf/distro/poky.conf                      | 12 ++++++++++++
 meta-poky/conf/local.conf.sample.extended            |  9 ---------
 meta/recipes-core/systemd/systemd-conf/wired.network |  9 +++++++++
 meta/recipes-core/systemd/systemd-conf_242.bb        |  6 ++++++
 5 files changed, 28 insertions(+), 10 deletions(-)
 create mode 100644 meta/recipes-core/systemd/systemd-conf/wired.network

-- 
2.20.0



More information about the Openembedded-core mailing list