From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Julien Olivain <ju.o@free.fr>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] system/Config.in: add missing MMU dependency for catatonit
Date: Sun, 8 Jun 2025 19:21:31 +0200 [thread overview]
Message-ID: <aEXGm8MHcqJ9MTPV@landeda> (raw)
In-Reply-To: <20250608105628.13576-1-ju.o@free.fr>
Julien, All,
On 2025-06-08 12:56 +0200, Julien Olivain spake thusly:
> BR2_INIT_CATATONIT config, introduced in Buildroot commit [1] selects
> BR2_PACKAGE_CATATONIT but forgot to propagate the MMU dependency.
>
> This commit fixes that.
>
> Fixes:
>
> WARNING: unmet direct dependencies detected for BR2_PACKAGE_CATATONIT
> Depends on [n]: BR2_USE_MMU [=n]
> Selected by [y]:
> - BR2_INIT_CATATONIT [=y] && <choice>
>
> [1] https://gitlab.com/buildroot.org/buildroot/-/commit/6dc177bee8b7fe1ae1607bd7c0819b0dc63397d7
>
> Cc: Yann E. MORIN <yann.morin.1998@free.fr>
> Signed-off-by: Julien Olivain <ju.o@free.fr>
Acked-by: Yann E. MORIN <yann.morin.1998@free.fr>
Thanks!
Regards,
Yann E. MORIN.
> ---
> system/Config.in | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/system/Config.in b/system/Config.in
> index 8ff6c7213e..da9e20a35c 100644
> --- a/system/Config.in
> +++ b/system/Config.in
> @@ -151,6 +151,7 @@ comment "Special purpose (read help)"
>
> config BR2_INIT_CATATONIT
> bool "catatonit"
> + depends on BR2_USE_MMU # catatonit
> select BR2_PACKAGE_CATATONIT
> select BR2_PACKAGE_SKELETON_INIT_NONE if BR2_ROOTFS_SKELETON_DEFAULT
> help
> --
> 2.49.0
>
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2025-06-08 17:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-08 10:56 [Buildroot] [PATCH 1/1] system/Config.in: add missing MMU dependency for catatonit Julien Olivain
2025-06-08 17:21 ` Yann E. MORIN [this message]
2025-06-09 14:08 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aEXGm8MHcqJ9MTPV@landeda \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=ju.o@free.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.