From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 08 Sep 2021 16:00:09 +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 1mNy7V-0007Qo-Lr for lore@lore.pengutronix.de; Wed, 08 Sep 2021 16:00:09 +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 1mNy7V-0003Ha-8n; Wed, 08 Sep 2021 16:00:09 +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 1mNy6J-0003HO-63; Wed, 08 Sep 2021 15:58:55 +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 1mNy6I-0004YW-M9; Wed, 08 Sep 2021 15:58:54 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1mNy6I-00FVFf-JC; Wed, 08 Sep 2021 15:58:54 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 8 Sep 2021 15:58:51 +0200 Message-Id: <20210908135851.3694997-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <778eedb0-5d98-64a9-1b8d-91568cb78f1d@t2data.com> References: <778eedb0-5d98-64a9-1b8d-91568cb78f1d@t2data.com> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] kernel: fix and improve DTS help texts 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 Olbrich 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 Signed-off-by: Michael Olbrich --- The default is correct. The paths are separated by colon and _one_ of the paths can be relative. The help text could be better. Maybe something like this? Michael platforms/kernel.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/platforms/kernel.in b/platforms/kernel.in index ff3cc8df4f47..06b6e24a6756 100644 --- a/platforms/kernel.in +++ b/platforms/kernel.in @@ -185,14 +185,16 @@ config KERNEL_DTS_PATH default "${PTXDIST_PLATFORMCONFIG_SUBDIR}/dts:${KERNEL_DIR}/arch/${GENERIC_KERNEL_ARCH}/boot/dts" help Define path to the dts source file. Multiple directories can be - specified separated by ':'. + specified separated by ':'. A relative path will be expanded relative + to the workspace and all other layers. Only on of the specified paths + can be a relative path. config KERNEL_DTS string "source dts file" default ".dts" help Select the dts file to use for the device tree binary - blob generation. For relative file names DTC_OFTREE_DTS_PATH + blob generation. For relative file names KERNEL_DTS_PATH is used as a search path for the device tree files specified here. Multiple dts files can be specified, separated by spaces. -- 2.30.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de