summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorErik Schilling <erik.schilling@linaro.org>2023-08-17 10:21:03 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-08-17 20:01:19 +0000
commit0e64f6382fea409c970eaa804f6043f1c5f109f6 (patch)
tree69c418260de13d57802c9822f2d5aa2d6ee7e42f /recipes-extended
parent7fee614060705a64ea512e4035f650352f115bad (diff)
downloadmeta-virtualization-0e64f6382fea409c970eaa804f6043f1c5f109f6.tar.gz
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>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/vhost-device/README.md14
1 files changed, 14 insertions, 0 deletions
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 @@
1# vhost-device: A collection of vhost-user devices
2
3[vhost-device](https://github.com/rust-vmm/vhost-device) provides a series of
4daemons that implement the
5[vhost-user protocol](https://qemu-project.gitlab.io/qemu/interop/vhost-user.html)
6for various virtio device types.
7
8## Updating the recipes
9
101. Bump the version number to the newly published version listed on crates.io
112. Regenerate the .inc file that list the dependencies:
12 `bitbake -c update_crates vhost-device-<type>`
133. Review, build and test the changes
14