mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-08-21 00:12:00 +02:00
|
||
---|---|---|
.. | ||
README.md | ||
virtiofsd_1.13.2.bb | ||
virtiofsd-crates.inc |
virtiofsd: A virtio-fs vhost-user daemon
virtiofsd implements the vhost-user protocol and provides a virtio-fs virtio device that can share host directories with guests.
Updating the recipe
- Bump the version number to the newly published version listed on crates.io
- Regenerate the .inc file that lists the dependencies:
bitbake -c update_crates virtiofsd
- Review, build and test the changes