summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/kernel.bbclass
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2023-05-12 12:22:20 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-22 10:53:47 +0100
commite6eb278ce85f3ab93bdb44ce24c2eb27b7bf84a0 (patch)
tree906aacdc79c4f9a9e537f6edb8776d1f301ccbf5 /meta/classes-recipe/kernel.bbclass
parentfc899f1e1b407d493228ccb144972828271d0367 (diff)
downloadpoky-e6eb278ce85f3ab93bdb44ce24c2eb27b7bf84a0.tar.gz
kernel-devicetree: make shell scripts posix compliant
Use the notation suggested by Martin Jansa to avoid a bashism. Also switch KERNEL_DTBVENDORED to the more common 0/1 notation instead of true/false. Fixes: 04ab57d200 (kernel-devicetree: allow specification of dtb directory, 2023-05-02) (From OE-Core rev: dd5a5abc9d88c3bc8ff2c52b042600f00f054015) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Randolph Sapp <rs@ti.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-recipe/kernel.bbclass')
-rw-r--r--meta/classes-recipe/kernel.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/kernel.bbclass b/meta/classes-recipe/kernel.bbclass
index 8f022b234d..4bce64cf6a 100644
--- a/meta/classes-recipe/kernel.bbclass
+++ b/meta/classes-recipe/kernel.bbclass
@@ -216,7 +216,7 @@ KERNEL_RELEASE ?= "${KERNEL_VERSION}"
216KERNEL_OUTPUT_DIR ?= "arch/${ARCH}/boot" 216KERNEL_OUTPUT_DIR ?= "arch/${ARCH}/boot"
217KERNEL_IMAGEDEST ?= "boot" 217KERNEL_IMAGEDEST ?= "boot"
218KERNEL_DTBDEST ?= "${KERNEL_IMAGEDEST}" 218KERNEL_DTBDEST ?= "${KERNEL_IMAGEDEST}"
219KERNEL_DTBVENDORED ?= "false" 219KERNEL_DTBVENDORED ?= "0"
220 220
221# 221#
222# configuration 222# configuration