add layer meta-netboot to enable network boot over NBD (Network Block Device) 33/5633/7
authorStephane Desneux <stephane.desneux@iot.bzh>
Mon, 23 May 2016 15:53:36 +0000 (17:53 +0200)
committerGerrit Code Review <gerrit@172.30.200.200>
Sun, 29 May 2016 10:21:30 +0000 (10:21 +0000)
To enable the build of network bootable images, the following line must be
added to conf/local.conf:

   INHERIT += "netboot"

This layer contains recipes for the following components:
* busybox: activate the built-in NBD client
* initramfs-netboot: contains the init script started by the kernel,
  responsible for mounting the remote root filesystem then pivoting and
  exec'ing systemd
* initramfs-netboot-image: image to specify for building the initrd

More details are available in meta-netboot/README.

Bug-AGL: SPEC-175

Change-Id: Id2328dd9233d238cde77311e64e58344be244988
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>

No differences found