diff options
Diffstat (limited to 'recipes-extended/virtiofsd/README.md')
| -rw-r--r-- | recipes-extended/virtiofsd/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-extended/virtiofsd/README.md b/recipes-extended/virtiofsd/README.md new file mode 100644 index 00000000..4bd96a0a --- /dev/null +++ b/recipes-extended/virtiofsd/README.md | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | # virtiofsd: A virtio-fs vhost-user daemon | ||
| 2 | |||
| 3 | [virtiofsd](https://gitlab.com/virtio-fs/virtiofsd) implements the | ||
| 4 | [vhost-user protocol](https://qemu-project.gitlab.io/qemu/interop/vhost-user.html) | ||
| 5 | and provides a virtio-fs virtio device that can share host directories with | ||
| 6 | guests. | ||
| 7 | |||
| 8 | ## Updating the recipe | ||
| 9 | |||
| 10 | 1. Bump the version number to the newly published version listed on crates.io | ||
| 11 | 2. Regenerate the .inc file that lists the dependencies: | ||
| 12 | `bitbake -c update_crates virtiofsd` | ||
| 13 | 3. Review, build and test the changes | ||
| 14 | |||
