meta-virtualization/recipes-extended/virtiofsd
Bruce Ashfield c962fc6a78 virtiofsd: update to 1.13.2
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2025-06-25 22:52:32 -04:00
..
README.md virtiofsd: add recipe 2023-08-24 01:38:21 +00:00
virtiofsd_1.13.2.bb virtiofsd: update to 1.13.2 2025-06-25 22:52:32 -04:00
virtiofsd-crates.inc virtiofsd: update to 1.13.2 2025-06-25 22:52:32 -04:00

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

  1. Bump the version number to the newly published version listed on crates.io
  2. Regenerate the .inc file that lists the dependencies: bitbake -c update_crates virtiofsd
  3. Review, build and test the changes