[Buildroot] [PATCH] ramsmp: not available on !MMU, needs fork

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Feb 27 07:30:10 UTC 2014


Fixes:

  http://autobuild.buildroot.org/results/aaa/aaa7f8e5ec72ce69805d6c1a5cde5ff47e1c118e/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/ramsmp/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/ramsmp/Config.in b/package/ramsmp/Config.in
index c379bb1..ecab6a4 100644
--- a/package/ramsmp/Config.in
+++ b/package/ramsmp/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_RAMSMP
 	bool "ramspeed/smp"
+	depends on BR2_USE_MMU # fork()
 	help
 	  RAMspeed/SMP is a free open source command line utility
 	  to measure cache and memory performance of multiprocessor machines.
-- 
1.8.3.2



More information about the buildroot mailing list