mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Robin van der Gracht <robin@protonic.nl>
Subject: Re: [ptxdist] [APPLIED] kernel-fit: Fix dtb file inclusion
Date: Thu,  7 Oct 2021 12:18:39 +0200	[thread overview]
Message-ID: <20211007101839.3925901-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20210906072416.1032221-1-robin@protonic.nl>

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


      reply	other threads:[~2021-10-07 10:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-06  7:24 [ptxdist] [PATCH v2] " Robin van der Gracht
2021-10-07 10:18 ` Michael Olbrich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211007101839.3925901-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    --cc=robin@protonic.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox