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

I accidentially created it in the root while it meant to go to the subfolder. Link: https://lore.kernel.org/yocto-meta-virtualization/CUUO41I813NY.CPU5GWIZUCC4@fedora/ 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