summaryrefslogtreecommitdiffstats
path: root/recipes-extended/fuse-overlayfs
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2019-10-06 22:47:48 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-10-13 11:16:40 -0400
commitf58133be1f50cfb08ff18a28895ecdeedb7e47f7 (patch)
tree72418eac0eee7ab07644271f95bd610cd7cdf27c /recipes-extended/fuse-overlayfs
parentc65276ef5e328390b54bd1f21ab86c25a79879a9 (diff)
downloadmeta-virtualization-f58133be1f50cfb08ff18a28895ecdeedb7e47f7.tar.gz
fuse-overlayfs: add FUSE implementation of overlayfs
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>
Diffstat (limited to 'recipes-extended/fuse-overlayfs')
-rw-r--r--recipes-extended/fuse-overlayfs/fuse-overlayfs_0.6.4.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-extended/fuse-overlayfs/fuse-overlayfs_0.6.4.bb b/recipes-extended/fuse-overlayfs/fuse-overlayfs_0.6.4.bb
new file mode 100644
index 00000000..a8bbf0f5
--- /dev/null
+++ b/recipes-extended/fuse-overlayfs/fuse-overlayfs_0.6.4.bb
@@ -0,0 +1,15 @@
1SUMMARY = "FUSE implementation of overlayfs."
2DESCRIPTION = "An implementation of overlay+shiftfs in FUSE for rootless \
3containers."
4
5LICENSE = "GPLv3+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
7
8SRCREV = "098d9ad79fdbb8538adde08628408aa32a8b4b17"
9SRC_URI = "git://github.com/containers/fuse-overlayfs.git;nobranch=1"
10
11DEPENDS = "fuse3"
12
13S = "${WORKDIR}/git"
14
15inherit autotools pkgconfig