ejoerns / poky-nfsroot

nfs-export-updater patches for poky
Other
1 stars 1 forks source link

poky-nfsroot

Example steps to use:

Prepare your local.conf:

echo 'INHERIT += "nfsroot"' >> $BUILDDIR/conf/local.conf
echo 'IMAGE_FSTYPES:append = " tar.gz"' >> $BUILDDIR/conf/local.conf

Build your rootfs recipe:

bitbake my-rootfs-image

Start the update server:

nfs-export-updater --debug my-rootfs-image <exportdir>

This will

To update the nfsroot, it's sufficient to just build the recipe in question. To copy files into the nfsroot, use nfs-cp, e.g. nfs-cp ~/nfsroot/myboard fstab /etc/fstab.