bdef0f00f9
Signed-off-by: Christian Stewart <christian@paral.in> [Atul: - Updated the default to empty. - Updated the license to GPLv2. - Used patches instead of SED commands. - CC and LD are replaced by TARGET_CC and TARGET_LD.] Signed-off-by: Atul Singh <atul.singh.mandla@rockwellcollins.com> [yann.morin.1998@free.fr: - drop the headers_install command - instead, instruct the kernel to install them - add patches 0002..0004 - properly build the host tools - don't depend on the aufs extension, for kernel already patched - fix comment] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> [Thomas: - Remove the patch 0004-no-override-readdir64.patch, since it no longer applies to the latest version of aufs-util. Instead, add a post-patch hook that tweaks the Makefile to remove the problematic rdu64.o from the build process. - Use directly the kernel headers from the kernel source tree, rather than having to install them. This only requires a minor trick to define "__user" to empty.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
36 lines
976 B
Plaintext
36 lines
976 B
Plaintext
comment "aufs-util needs a linux kernel and a toolchain w/ threads"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_LINUX_KERNEL || !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
config BR2_PACKAGE_AUFS_UTIL
|
|
bool "aufs-util"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_LINUX_KERNEL
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
help
|
|
Aufs command line utilities.
|
|
|
|
Needs a kernel with aufs support. A kernel
|
|
extension package is available.
|
|
|
|
http://sourceforge.net/p/aufs/aufs-util/
|
|
|
|
if BR2_PACKAGE_AUFS_UTIL
|
|
|
|
config BR2_PACKAGE_AUFS_UTIL_VERSION
|
|
string "aufs-util version"
|
|
default ""
|
|
help
|
|
The version you choose must match that of the aufs support
|
|
in your kernel. Usually, this is aufs3.x for 3.x kernels and
|
|
aufs4.x for 4.x kernels.
|
|
|
|
Usually, the sha1 of the cset you want to use; avoid using a
|
|
branch name as this yields non-reproducible builds.
|
|
|
|
See the following resources to see what versions are available:
|
|
|
|
https://sourceforge.net/p/aufs/aufs-util/ci/master/tree/
|
|
|
|
endif
|