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

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