projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f34f33b
)
package/tini: needs MMU
author
Yann E. MORIN
<yann.morin.1998@free.fr>
Thu, 23 Aug 2018 08:17:53 +0000
(10:17 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Thu, 23 Aug 2018 09:55:05 +0000
(11:55 +0200)
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/tini/Config.in
patch
|
blob
|
history
diff --git
a/package/tini/Config.in
b/package/tini/Config.in
index 235fc1a8fb9c806ff447c97d96cc9de4bab89481..719e1e1f229a4d151e072acf140221b96e1e44a2 100644
(file)
--- 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.