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>
This commit is contained in:
Stefan Agner 2019-10-06 22:47:48 +02:00 committed by Bruce Ashfield
parent c65276ef5e
commit f58133be1f

View File

@ -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