From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 03 Aug 2021 11:17:38 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mAqYM-0004hB-4v for lore@lore.pengutronix.de; Tue, 03 Aug 2021 11:17:38 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mAqYL-0004ZB-T2; Tue, 03 Aug 2021 11:17:37 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mAqYD-0004Z2-6r for ptxdist@pengutronix.de; Tue, 03 Aug 2021 11:17:29 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mAqYC-0006B6-Mn for ptxdist@pengutronix.de; Tue, 03 Aug 2021 11:17:28 +0200 Received: from mtr by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1mAqYC-000Btw-Ly for ptxdist@pengutronix.de; Tue, 03 Aug 2021 11:17:28 +0200 From: Michael Tretter To: ptxdist@pengutronix.de Date: Tue, 3 Aug 2021 11:17:28 +0200 Message-Id: <20210803091728.45703-1-m.tretter@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Subject: [ptxdist] [PATCH] blspec-entry: fix device tree based generation X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false 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 --- 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