meta-virtualization/README.md
Erik Schilling 2820535869 vhost-device: add recipes for vhost-device daemons
This adds recipes for the first tagged release of the vhost-device
daemons of the rust-vmm project.

While the initial release was done for all daemons at the same time,
the daemons all have indepentend version numbers and will be released
on their own schedules in the future. Therefore, I splitted them into
independent recipes.

Signed-off-by: Erik Schilling <erik.schilling@linaro.org>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-08-15 18:48:32 +00:00

522 B

vhost-device: A collection of vhost-user devices

vhost-device provides a series of daemons that implement the vhost-user protocol for various virtio device types.

Updating the recipes

  1. Bump the version number to the newly published version listed on crates.io
  2. Regenerate the .inc file that list the dependencies: bitbake -c update_crates vhost-device-<type>
  3. Review, build and test the changes