From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 04 Aug 2021 08:15:32 +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 1mBABg-0004eA-1l for lore@lore.pengutronix.de; Wed, 04 Aug 2021 08:15:32 +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 1mBABf-0008Tq-Kj; Wed, 04 Aug 2021 08:15:31 +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 1mBAAW-0007Lt-Cd; Wed, 04 Aug 2021 08:14:20 +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 1mBAAV-0008H5-TD; Wed, 04 Aug 2021 08:14:19 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1mBAAV-00FRpX-Sa; Wed, 04 Aug 2021 08:14:19 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 4 Aug 2021 08:14:19 +0200 Message-Id: <20210804061419.3681255-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210803091728.45703-1-m.tretter@pengutronix.de> References: <20210803091728.45703-1-m.tretter@pengutronix.de> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] 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 Cc: Michael Tretter 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 Thanks, applied as 0c72a4ecd06d5f0d7990efce045ba5bb5ee68f24. Michael [sent from post-receive hook] On Wed, 04 Aug 2021 08:14:19 +0200, Michael Tretter 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 > Message-Id: <20210803091728.45703-1-m.tretter@pengutronix.de> > Signed-off-by: Michael Olbrich > > 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