[meta-virtualization] [PATCH 5/5] fuse-overlayfs: add FUSE implementation of overlayfs

Stefan Agner stefan at agner.ch
Sun Oct 6 13:47:48 PDT 2019


From: Stefan Agner <stefan.agner at toradex.com>

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 at toradex.com>
---
 .../fuse-overlayfs/fuse-overlayfs_0.6.4.bb        | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 recipes-extended/fuse-overlayfs/fuse-overlayfs_0.6.4.bb

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 0000000..a8bbf0f
--- /dev/null
+++ b/recipes-extended/fuse-overlayfs/fuse-overlayfs_0.6.4.bb
@@ -0,0 +1,15 @@
+SUMMARY = "FUSE implementation of overlayfs."
+DESCRIPTION = "An implementation of overlay+shiftfs in FUSE for rootless \
+containers."
+
+LICENSE = "GPLv3+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+
+SRCREV = "098d9ad79fdbb8538adde08628408aa32a8b4b17"
+SRC_URI = "git://github.com/containers/fuse-overlayfs.git;nobranch=1"
+
+DEPENDS = "fuse3"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
-- 
2.20.1



More information about the meta-virtualization mailing list