* [Buildroot] [PATCH next] package/tini: needs MMU
@ 2018-08-23 8:17 Yann E. MORIN
2018-08-23 10:02 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Yann E. MORIN @ 2018-08-23 8:17 UTC (permalink / raw)
To: buildroot
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(+)
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.
--
2.14.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH next] package/tini: needs MMU
2018-08-23 8:17 [Buildroot] [PATCH next] package/tini: needs MMU Yann E. MORIN
@ 2018-08-23 10:02 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-08-23 10:02 UTC (permalink / raw)
To: buildroot
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
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-08-23 10:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-23 8:17 [Buildroot] [PATCH next] package/tini: needs MMU Yann E. MORIN
2018-08-23 10:02 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox