mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
c65276ef5e
commit
f58133be1f
15
recipes-extended/fuse-overlayfs/fuse-overlayfs_0.6.4.bb
Normal file
15
recipes-extended/fuse-overlayfs/fuse-overlayfs_0.6.4.bb
Normal 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
|
Loading…
Reference in New Issue
Block a user