Hi, The help of HOST_DTC reads like this is not the intention here. > Select this if the HOST_DTC tool is required without > building a device tree. (It is also used for building > U-boot FIT images) I thinks there is something other wrong. Regards, Denis -----Original Message----- From: ptxdist On Behalf Of Christian Melki Sent: Sunday, March 6, 2022 9:10 PM To: ptxdist@pengutronix.de Subject: [ptxdist] [PATCH] platforms/kernel: Add HOST_DTC dependency. Looks like the base kernel is missing host dtc dependency? A build ended up in a situation where it wouldn't find the host dtc. This fixes my build atleast. Signed-off-by: Christian Melki --- platforms/kernel.in | 1 + 1 file changed, 1 insertion(+) diff --git a/platforms/kernel.in b/platforms/kernel.in index 9f355f5dc..8229014c1 100644 --- a/platforms/kernel.in +++ b/platforms/kernel.in @@ -13,6 +13,7 @@ menuconfig KERNEL select HOST_SYSTEM_BC select HOST_OPENSSL if KERNEL_OPENSSL select HOST_LIBELF if KERNEL_LIBELF + select HOST_DTC if KERNEL_DTB prompt "Linux kernel " if KERNEL -- 2.30.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de