From: Stefan Agner <[email protected]>

Add recipe for the FUSE implementation of overlayfs. This is useful
to improve startup time for podman rootless containers.

Signed-off-by: Stefan Agner <[email protected]>
---
 .../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

-- 
_______________________________________________
meta-virtualization mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-virtualization

Reply via email to