diff mbox series

[next] package/tini: needs MMU

Message ID 20180823081753.17745-1-yann.morin.1998@free.fr
State Accepted
Headers show
Series [next] package/tini: needs MMU | expand

Commit Message

Yann E. MORIN Aug. 23, 2018, 8:17 a.m. UTC
tini uses fork(), so needs an MMU.

Fixes:
    http://autobuild.buildroot.org/results/410/410ad9ea6a6652a7db691f537acb38db279b996a/

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Matt Weber <matthew.weber@rockwellcollins.com>
Cc: Christian Stewart <christian@paral.in>
---
 package/tini/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni Aug. 23, 2018, 10:02 a.m. UTC | #1
Hello,

On Thu, 23 Aug 2018 10:17:53 +0200, Yann E. MORIN wrote:
> tini uses fork(), so needs an MMU.
> 
> Fixes:
>     http://autobuild.buildroot.org/results/410/410ad9ea6a6652a7db691f537acb38db279b996a/
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Cc: Matt Weber <matthew.weber@rockwellcollins.com>
> Cc: Christian Stewart <christian@paral.in>
> ---
>  package/tini/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Applied to next, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/tini/Config.in b/package/tini/Config.in
index 235fc1a8fb..719e1e1f22 100644
--- a/package/tini/Config.in
+++ b/package/tini/Config.in
@@ -1,5 +1,6 @@ 
 config BR2_PACKAGE_TINI
 	bool "tini"
+	depends on BR2_USE_MMU # fork()
 	help
 	  tini is a simple but valid init binary to
 	  act as PID 1 for containers.