Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/dtbocfg: add missing comment about kernel dependency
@ 2021-10-13 16:24 Yann E. MORIN
  2021-10-13 16:33 ` Herve Codina
  2021-10-16  7:36 ` Yann E. MORIN
  0 siblings, 2 replies; 3+ messages in thread
From: Yann E. MORIN @ 2021-10-13 16:24 UTC (permalink / raw)
  To: buildroot; +Cc: Herve Codina, Yann E. MORIN, Fabrice Fontaine

Commit b00b9c865d21 (package/dtbocfg: depends on kernel) forgot to add a
comment when the kernel is not enabled.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: Herve Codina <herve.codina@bootlin.com>
---
 package/dtbocfg/Config.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/dtbocfg/Config.in b/package/dtbocfg/Config.in
index 862dc0ccc5..2b2a8538a3 100644
--- a/package/dtbocfg/Config.in
+++ b/package/dtbocfg/Config.in
@@ -7,3 +7,6 @@ config BR2_PACKAGE_DTBOCFG
 	  as a userspace API of Device Tree Overlay.
 
 	  https://github.com/ikwzm/dtbocfg
+
+comment "dtbocfg needs a kernel to be built"
+	depends on !BR2_LINUX_KERNEL
-- 
2.25.1

_______________________________________________
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:[~2021-10-16  7:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-13 16:24 [Buildroot] [PATCH] package/dtbocfg: add missing comment about kernel dependency Yann E. MORIN
2021-10-13 16:33 ` Herve Codina
2021-10-16  7:36 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox