From 0e64f6382fea409c970eaa804f6043f1c5f109f6 Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Thu, 17 Aug 2023 10:21:03 +0200 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-extended/vhost-device/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-extended/vhost-device/README.md (limited to 'recipes-extended') diff --git a/recipes-extended/vhost-device/README.md b/recipes-extended/vhost-device/README.md new file mode 100644 index 00000000..dd79b484 --- /dev/null +++ b/recipes-extended/vhost-device/README.md @@ -0,0 +1,14 @@ +# vhost-device: A collection of vhost-user devices + +[vhost-device](https://github.com/rust-vmm/vhost-device) provides a series of +daemons that implement the +[vhost-user protocol](https://qemu-project.gitlab.io/qemu/interop/vhost-user.html) +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-` +3. Review, build and test the changes + -- cgit v1.2.3-54-g00ecf