Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | global: convert github SRC_URIs to use https protocol | Bruce Ashfield | 2021-11-03 | 1 | -1/+1 |
| | | | | | | | | | | | github is removing git:// access, and fetches will start experiencing interruptions in service, and eventually will fail completely. bitbake will also begin to warn on github src_uri's that don't use https. So we convert the meta-virt instances to use protocol=https (done using the oe-core contrib conversion script) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | ||||
* | fuse-overlayfs: add FUSE implementation of overlayfs | Stefan Agner | 2019-10-13 | 1 | -0/+15 |
Add recipe for the FUSE implementation of overlayfs. This is useful to improve startup time for podman rootless containers. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> |