[meta-xilinx] How to develop?

Philip Balister philip at balister.org
Tue Apr 29 07:10:09 PDT 2014



On 04/28/2014 10:21 PM, Rich Wilson wrote:
>>
>>>       > 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.

That would be helpful. We really do want to figure out all the usability
warts.

Philip

> 
> 
> 



More information about the meta-xilinx mailing list