initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
config BR2_PACKAGE_UNIONFS
|
||||
bool "unionfs (FUSE)"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse
|
||||
depends on BR2_USE_MMU # libfuse
|
||||
depends on !BR2_STATIC_LIBS # libfuse
|
||||
select BR2_PACKAGE_LIBFUSE
|
||||
help
|
||||
A userspace unionfs implementation.
|
||||
|
||||
https://github.com/rpodgorny/unionfs-fuse
|
||||
|
||||
comment "unionfs needs a toolchain w/ threads, dynamic library"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 f56a5579d670e18e0667700bc599acbc0b8217ca1f76b2adb3dad7d2953c4049 LICENSE
|
||||
sha256 c705072a33a18cbc73ffe799331d43410b6deef5d6f2042038f8fd3ab17b6e2e unionfs-2.1.tar.gz
|
||||
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# unionfs
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UNIONFS_VERSION = 2.1
|
||||
UNIONFS_SITE = $(call github,rpodgorny,unionfs-fuse,v$(UNIONFS_VERSION))
|
||||
UNIONFS_DEPENDENCIES = libfuse host-pkgconf
|
||||
UNIONFS_LICENSE = BSD-3-Clause
|
||||
UNIONFS_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user