mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2] kernel-fit: Fix dtb file inclusion
@ 2021-09-06  7:24 Robin van der Gracht
  2021-10-07 10:18 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Robin van der Gracht @ 2021-09-06  7:24 UTC (permalink / raw)
  To: ptxdist; +Cc: Robin van der Gracht, m.olbrich, bst

KERNEL_DTB is not set. This results in a FIT image without dtb files.

Signed-off-by: Robin van der Gracht <robin@protonic.nl>
---

changes for v2:
 - use 'addprefix' instead of 'foreach'.

 rules/kernel-fit.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/kernel-fit.make b/rules/kernel-fit.make
index ffead846b..64e82042f 100644
--- a/rules/kernel-fit.make
+++ b/rules/kernel-fit.make
@@ -28,7 +28,7 @@ KERNEL_FIT_KERNEL		 = $(KERNEL_IMAGE_PATH_y)
 ifdef PTXCONF_KERNEL_FIT_INITRAMFS
 KERNEL_FIT_INITRAMFS		:= $(IMAGEDIR)/root.cpio
 endif
-KERNEL_FIT_DTB			 = $(KERNEL_DTB)
+KERNEL_FIT_DTB			 = $(addprefix $(IMAGEDIR)/,$(KERNEL_DTB_FILES))
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [APPLIED] kernel-fit: Fix dtb file inclusion
  2021-09-06  7:24 [ptxdist] [PATCH v2] kernel-fit: Fix dtb file inclusion Robin van der Gracht
@ 2021-10-07 10:18 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2021-10-07 10:18 UTC (permalink / raw)
  To: ptxdist; +Cc: Robin van der Gracht

Thanks, applied as 6649548b969c358c860af4b06227b8511021cd90.

Michael

[sent from post-receive hook]

On Thu, 07 Oct 2021 12:18:39 +0200, Robin van der Gracht <robin@protonic.nl> wrote:
> KERNEL_DTB is not set. This results in a FIT image without dtb files.
> 
> Signed-off-by: Robin van der Gracht <robin@protonic.nl>
> Message-Id: <20210906072416.1032221-1-robin@protonic.nl>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/kernel-fit.make b/rules/kernel-fit.make
> index ffead846b84c..64e82042f979 100644
> --- a/rules/kernel-fit.make
> +++ b/rules/kernel-fit.make
> @@ -28,7 +28,7 @@ KERNEL_FIT_KERNEL		 = $(KERNEL_IMAGE_PATH_y)
>  ifdef PTXCONF_KERNEL_FIT_INITRAMFS
>  KERNEL_FIT_INITRAMFS		:= $(IMAGEDIR)/root.cpio
>  endif
> -KERNEL_FIT_DTB			 = $(KERNEL_DTB)
> +KERNEL_FIT_DTB			 = $(addprefix $(IMAGEDIR)/,$(KERNEL_DTB_FILES))
>  
>  # ----------------------------------------------------------------------------
>  # Target-Install

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

end of thread, other threads:[~2021-10-07 10:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-06  7:24 [ptxdist] [PATCH v2] kernel-fit: Fix dtb file inclusion Robin van der Gracht
2021-10-07 10:18 ` [ptxdist] [APPLIED] " Michael Olbrich

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