All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Make systemd as default init manager and configure wired network
@ 2019-05-23  8:25 kai.kang
  2019-05-23  8:25 ` [PATCH v3 1/2] local.conf.sample: make systemd as default init manager kai.kang
  2019-05-23  8:25 ` [PATCH v3 2/2] systemd-conf: configure wired network with dhcp kai.kang
  0 siblings, 2 replies; 10+ messages in thread
From: kai.kang @ 2019-05-23  8:25 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

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

v3:
* add the patch to make systemd as default init manager
* rename the .network with wired.network
* call to bb.utils.contains('OVERRIDES', ...) is not right. Install
  wired.network unconditionally and remove in in do_install_append_qemuall()
  BTW, bb.utils.contains('IMAGE_CLASSES', 'qemuboot', ...) from layer
  meta-yoe doesn't work for genericx86 that why I didn't use it.

Testededed on genericx86-64.

Run testimage with qemux86-64:
  MACHINE ?= "qemux86-64"
  IMAGE_CLASSES += "testimage"
  QEMU_USE_SLIRP = "1"
  TEST_SERVER_IP = "xxx"

$ bitbake  core-image-sato -c testimage
SUMMARY:
core-image-sato () - Ran 60 tests in 1042.949s
core-image-sato - OK - All required tests passed (successes=42, skipped=18, failures=0, errors=0)
NOTE: Tasks Summary: Attempted 723 tasks of which 722 didn't need to be rerun and all succeeded.


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

 meta-poky/conf/local.conf.sample                     | 9 +++++++++
 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 ++++++
 4 files changed, 24 insertions(+), 9 deletions(-)
 create mode 100644 meta/recipes-core/systemd/systemd-conf/wired.network

--
2.18.0



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

end of thread, other threads:[~2019-05-29  1:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-23  8:25 [PATCH v3 0/2] Make systemd as default init manager and configure wired network kai.kang
2019-05-23  8:25 ` [PATCH v3 1/2] local.conf.sample: make systemd as default init manager kai.kang
2019-05-23 20:40   ` Peter Kjellerstedt
2019-05-23 20:59     ` Khem Raj
2019-05-24 19:23       ` Peter Kjellerstedt
2019-05-24 19:44         ` Khem Raj
2019-05-27  1:49         ` Kang Kai
2019-05-28  9:28           ` Paul Barker
2019-05-29  1:20             ` Kang Kai
2019-05-23  8:25 ` [PATCH v3 2/2] systemd-conf: configure wired network with dhcp kai.kang

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.