[Buildroot] [PATCH] empty: needs MMU

spdawson at gmail.com spdawson at gmail.com
Fri Jan 11 07:48:48 UTC 2013


From: Simon Dawson <spdawson at gmail.com>

The empty package uses the fork() system call, and so requires MMU.

Fixed autobuilder failures such as the following.

  http://autobuild.buildroot.net/results/4ad23e07b1bfe7bfd622aed8d54fa243b72eed59/build-end.log

Signed-off-by: Simon Dawson <spdawson at gmail.com>
---
 package/empty/Config.in |    1 +
 1 file changed, 1 insertion(+)

diff --git a/package/empty/Config.in b/package/empty/Config.in
index 67b09fc..7fd0877 100644
--- a/package/empty/Config.in
+++ b/package/empty/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_EMPTY
 	bool "empty"
+	depends on BR2_USE_MMU # uses fork()
 	help
 	  Run processes and applications under pseudo-terminal (PTY) sessions.
 
-- 
1.7.10.4



More information about the buildroot mailing list