mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00

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>
522 B
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
- Bump the version number to the newly published version listed on crates.io
- Regenerate the .inc file that list the dependencies:
bitbake -c update_crates vhost-device-<type>
- Review, build and test the changes