All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/util-linux: minix needs MMU
@ 2019-06-23 11:40 Fabrice Fontaine
  2019-06-23 13:19 ` Carlos Santos
  2019-06-23 15:19 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2019-06-23 11:40 UTC (permalink / raw)
  To: buildroot

Fixes:
 - http://autobuild.buildroot.org/results/87801e1a3c628e00ccb0c57afc2b46cc735c6018

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/util-linux/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in
index acde9e5474..39eb2c03a0 100644
--- a/package/util-linux/Config.in
+++ b/package/util-linux/Config.in
@@ -217,6 +217,7 @@ config BR2_PACKAGE_UTIL_LINUX_MESG
 
 config BR2_PACKAGE_UTIL_LINUX_MINIX
 	bool "minix"
+	depends on BR2_USE_MMU # fork()
 	help
 	  Minix filesystem support
 
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] package/util-linux: minix needs MMU
  2019-06-23 11:40 [Buildroot] [PATCH 1/1] package/util-linux: minix needs MMU Fabrice Fontaine
@ 2019-06-23 13:19 ` Carlos Santos
  2019-06-23 15:19 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Carlos Santos @ 2019-06-23 13:19 UTC (permalink / raw)
  To: buildroot

On Sun, Jun 23, 2019 at 8:40 AM Fabrice Fontaine
<fontaine.fabrice@gmail.com> wrote:
>
> Fixes:
>  - http://autobuild.buildroot.org/results/87801e1a3c628e00ccb0c57afc2b46cc735c6018
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/util-linux/Config.in | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in
> index acde9e5474..39eb2c03a0 100644
> --- a/package/util-linux/Config.in
> +++ b/package/util-linux/Config.in
> @@ -217,6 +217,7 @@ config BR2_PACKAGE_UTIL_LINUX_MESG
>
>  config BR2_PACKAGE_UTIL_LINUX_MINIX
>         bool "minix"
> +       depends on BR2_USE_MMU # fork()
>         help
>           Minix filesystem support
>
> --
> 2.20.1
>

Tested-by: Carlos Santos <unixmania@gmail.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] package/util-linux: minix needs MMU
  2019-06-23 11:40 [Buildroot] [PATCH 1/1] package/util-linux: minix needs MMU Fabrice Fontaine
  2019-06-23 13:19 ` Carlos Santos
@ 2019-06-23 15:19 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-06-23 15:19 UTC (permalink / raw)
  To: buildroot

On Sun, 23 Jun 2019 13:40:53 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Fixes:
>  - http://autobuild.buildroot.org/results/87801e1a3c628e00ccb0c57afc2b46cc735c6018
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/util-linux/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-23 15:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-23 11:40 [Buildroot] [PATCH 1/1] package/util-linux: minix needs MMU Fabrice Fontaine
2019-06-23 13:19 ` Carlos Santos
2019-06-23 15:19 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.