All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] system/Config.in: add missing MMU dependency for catatonit
@ 2025-06-08 10:56 Julien Olivain
  2025-06-08 17:21 ` Yann E. MORIN
  2025-06-09 14:08 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Julien Olivain @ 2025-06-08 10:56 UTC (permalink / raw)
  To: buildroot; +Cc: Julien Olivain, Yann E. MORIN

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>
---
 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

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2025-06-09 14:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2025-06-09 14:08 ` Peter Korsgaard

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.