mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-04 21:05:25 +02:00
![]() * otherwise causes world build failures for DISTROs without seccomp: ERROR: Nothing PROVIDES 'libseccomp' (but meta-virtualization/recipes-extended/virtiofsd/virtiofsd_1.7.0.bb DEPENDS on or otherwise requires it) libseccomp was skipped: missing required distro feature 'seccomp' (not in DISTRO_FEATURES) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> |
||
---|---|---|
.. | ||
README.md | ||
virtiofsd_1.7.0.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