meta-virtualization/recipes-extended/virtiofsd
Martin Jansa 72a943b5f1 virtiofsd: add seccomp to REQUIRED_DISTRO_FEATURES
* 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>
2023-09-04 03:05:40 +00:00
..
README.md virtiofsd: add recipe 2023-08-24 01:38:21 +00:00
virtiofsd_1.7.0.bb virtiofsd: add seccomp to REQUIRED_DISTRO_FEATURES 2023-09-04 03:05:40 +00:00
virtiofsd-crates.inc virtiofsd: add recipe 2023-08-24 01:38:21 +00: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