mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] blspec-entry: fix device tree based generation
@ 2021-08-03  9:17 Michael Tretter
  2021-08-04  6:14 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tretter @ 2021-08-03  9:17 UTC (permalink / raw)
  To: ptxdist

KERNEL_DTB is just the option to enable the device tree generation. The
actual dts files are stored in KERNEL_DTS.

Fixes: f50cd144 ("rework device-tree handling")
Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
 rules/blspec-entry.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/blspec-entry.make b/rules/blspec-entry.make
index 0108f09d95e8..f393b1bda162 100644
--- a/rules/blspec-entry.make
+++ b/rules/blspec-entry.make
@@ -19,7 +19,7 @@ BLSPEC_ENTRY_VERSION	:= $(KERNEL_VERSION)
 
 BLSPEC_ENTRY_TITLE	:= PTXdist - $(call remove_quotes,$(PTXCONF_PROJECT_VENDOR)-$(PTXCONF_PROJECT))
 ifdef PTXCONF_BLSPEC_ENTRY_DEVICETREE
-BLSPEC_ENTRY_NAMES	= $(basename $(notdir $(KERNEL_DTB)))
+BLSPEC_ENTRY_NAMES	= $(basename $(notdir $(KERNEL_DTS)))
 blspec/title		= $(BLSPEC_ENTRY_TITLE) $(strip $(1))
 blspec/devicetree	= devicetree\t/boot/$(strip $(1)).dtb
 else
-- 
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] blspec-entry: fix device tree based generation
  2021-08-03  9:17 [ptxdist] [PATCH] blspec-entry: fix device tree based generation Michael Tretter
@ 2021-08-04  6:14 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2021-08-04  6:14 UTC (permalink / raw)
  To: ptxdist; +Cc: Michael Tretter

Thanks, applied as 0c72a4ecd06d5f0d7990efce045ba5bb5ee68f24.

Michael

[sent from post-receive hook]

On Wed, 04 Aug 2021 08:14:19 +0200, Michael Tretter <m.tretter@pengutronix.de> wrote:
> KERNEL_DTB is just the option to enable the device tree generation. The
> actual dts files are stored in KERNEL_DTS.
> 
> Fixes: f50cd144 ("rework device-tree handling")
> Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
> Message-Id: <20210803091728.45703-1-m.tretter@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/blspec-entry.make b/rules/blspec-entry.make
> index 0108f09d95e8..f393b1bda162 100644
> --- a/rules/blspec-entry.make
> +++ b/rules/blspec-entry.make
> @@ -19,7 +19,7 @@ BLSPEC_ENTRY_VERSION	:= $(KERNEL_VERSION)
>  
>  BLSPEC_ENTRY_TITLE	:= PTXdist - $(call remove_quotes,$(PTXCONF_PROJECT_VENDOR)-$(PTXCONF_PROJECT))
>  ifdef PTXCONF_BLSPEC_ENTRY_DEVICETREE
> -BLSPEC_ENTRY_NAMES	= $(basename $(notdir $(KERNEL_DTB)))
> +BLSPEC_ENTRY_NAMES	= $(basename $(notdir $(KERNEL_DTS)))
>  blspec/title		= $(BLSPEC_ENTRY_TITLE) $(strip $(1))
>  blspec/devicetree	= devicetree\t/boot/$(strip $(1)).dtb
>  else

_______________________________________________
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-08-04  6:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-03  9:17 [ptxdist] [PATCH] blspec-entry: fix device tree based generation Michael Tretter
2021-08-04  6:14 ` [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