2017-12-28 20:45:55 +01:00
|
|
|
config BR2_PACKAGE_NILFS_UTILS
|
|
|
|
bool "nilfs-utils"
|
2018-09-26 20:20:44 +02:00
|
|
|
depends on BR2_USE_MMU # util-linux libmount, libblkid
|
2018-01-02 12:42:23 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # sem_open()
|
2018-01-04 11:10:51 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # clock_nanosleep()
|
2017-12-28 20:45:55 +01:00
|
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
|
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
|
|
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBMOUNT
|
|
|
|
select BR2_PACKAGE_UTIL_LINUX
|
|
|
|
help
|
|
|
|
Tools for creating and managing NILFS2 filesystems.
|
|
|
|
|
|
|
|
https://github.com/nilfs-dev/nilfs-utils
|
2018-01-02 12:42:23 +01:00
|
|
|
|
2018-01-04 11:10:51 +01:00
|
|
|
comment "nilfs-utils needs a toolchain w/ threads, NPTL"
|
2018-09-26 20:20:44 +02:00
|
|
|
depends on BR2_USE_MMU
|
2018-01-04 11:10:51 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
|
|
!BR2_TOOLCHAIN_HAS_THREADS_NPTL
|