meta-virtualization/recipes-extended/vhost-device/README.md
Erik Schilling 0e64f6382f vhost-device: fix README.md location
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>
2023-08-17 20:01:19 +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