diff options
Diffstat (limited to 'recipes-extended')
| -rw-r--r-- | recipes-extended/vhost-device/README.md | 14 |
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 | ||
| 4 | daemons that implement the | ||
| 5 | [vhost-user protocol](https://qemu-project.gitlab.io/qemu/interop/vhost-user.html) | ||
| 6 | for various virtio device types. | ||
| 7 | |||
| 8 | ## Updating the recipes | ||
| 9 | |||
| 10 | 1. Bump the version number to the newly published version listed on crates.io | ||
| 11 | 2. Regenerate the .inc file that list the dependencies: | ||
| 12 | `bitbake -c update_crates vhost-device-<type>` | ||
| 13 | 3. Review, build and test the changes | ||
| 14 | |||
