From: Rahul Bedarkar Date: Fri, 16 Sep 2016 18:58:47 +0000 (+0530) Subject: blktrace: needs MMU support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c1d86b826bcba132a919bd5a3531d8ae05f4954a;p=buildroot.git blktrace: needs MMU support iowatcher/main.c uses system() which uses fork(). Signed-off-by: Rahul Bedarkar Signed-off-by: Thomas Petazzoni --- diff --git a/package/blktrace/Config.in b/package/blktrace/Config.in index 684157c7eb..dedfa03f03 100644 --- a/package/blktrace/Config.in +++ b/package/blktrace/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_BLKTRACE bool "blktrace" depends on BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # clock_nanosleep() + depends on BR2_USE_MMU # system() select BR2_PACKAGE_LIBAIO help blktrace is a block layer IO tracing mechanism which provides @@ -11,5 +12,6 @@ config BR2_PACKAGE_BLKTRACE http://git.kernel.dk/?p=blktrace.git;a=summary comment "blktrace needs a toolchain w/ NPTL" + depends on BR2_USE_MMU depends on BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL