[meta-xilinx] How to develop?

Rich Wilson richaw at gmail.com
Mon Apr 28 22:21:00 PDT 2014


>
> >       > How about nfs?
> >
> >       > # mount 192.168.1.40:/ /mnt
> >       > mount: wrong fs type, ... you might need a /sbin/mount.<type>
> > helper
> >       > program)
> >
> >
>



> You are going to want to add nfs-utils to your image. Core-image-minimal
> leaves it out by default, just add something similar to below to your
> local.conf to get it in your rootfs:
>
> CORE_IMAGE_EXTRA_INSTALL += "nfs-utils"
>
> You will then have mount.nfs and the associated userspace daemon stuff for
> NFS. And nfs should then just work.
>
> Regards,
> Nathan
>
>
>
> That didn't work. There was no mount.nfs in the target filesystem.

I finally gave up trying to do it the "Yocto way": I found a copy of
mount.nfs
in the work directory, and copied it to my SD card. The nfs mount now works.

I have no idea how to fix/configure the nfs-utils package so that it
includes mount.nfs
in the target filesystem during bitbake.
I suppose I should report this on the yocto mailing list.

-- 
Rich Wilson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-xilinx/attachments/20140428/aa0633d0/attachment.html>


More information about the meta-xilinx mailing list