summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
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