From 3095fbb7638fa319e33a80baec3c43520f50bf10 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Wed, 8 Sep 2021 15:55:34 +0200 Subject: kernel: fix and improve DTS help texts Signed-off-by: Michael Olbrich --- platforms/kernel.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'platforms') diff --git a/platforms/kernel.in b/platforms/kernel.in index ff3cc8df4..06b6e24a6 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. -- cgit v1.2.3