Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] linux: add dependency on host-libyaml for v5.16+
@ 2021-11-17 22:06 Paul Cercueil
  2021-11-19 16:30 ` Yann E. MORIN
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Cercueil @ 2021-11-17 22:06 UTC (permalink / raw)
  To: buildroot; +Cc: Paul Cercueil

Starting with 5.16, host-libyaml seems to be required to build
Device Tree blobs.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
---
 linux/linux.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/linux/linux.mk b/linux/linux.mk
index 61fdc0c76c..bbe19f494c 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -375,6 +375,9 @@ ifeq ($(BR2_LINUX_KERNEL_DTS_SUPPORT),y)
 # reproducibility, we use our owns rather than the host ones.
 LINUX_DEPENDENCIES += host-bison host-flex
 
+# Starting with 5.16, host-libyaml is required to build Device Tree blobs.
+LINUX_DEPENDENCIES += host-libyaml
+
 ifeq ($(BR2_LINUX_KERNEL_DTB_IS_SELF_BUILT),)
 define LINUX_BUILD_DTB
 	$(LINUX_MAKE_ENV) $(MAKE) $(LINUX_MAKE_FLAGS) -C $(@D) $(LINUX_DTBS)
-- 
2.33.0

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

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

end of thread, other threads:[~2021-12-13 17:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.13094.1637403878.2795.buildroot@buildroot.org>
2021-12-13  9:20 ` [Buildroot] [PATCH 1/1] linux: add dependency on host-libyaml for v5.16+ Andreas Ziegler
2021-12-13 17:57   ` Yann E. MORIN
2021-11-17 22:06 Paul Cercueil
2021-11-19 16:30 ` 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