summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/uboot-config.bbclass
diff options
context:
space:
mode:
authorSean Anderson <sean.anderson@seco.com>2022-10-21 19:37:25 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-26 12:28:40 +0100
commit930dc57fc8dcbf9ca8a3a431a8c4c02901f63182 (patch)
treea6a16d60f1617e5467470f5374e5115b37b6f01f /meta/classes-recipe/uboot-config.bbclass
parentdeb6b92d44bf31265b6187d29c1b068517ec25c2 (diff)
downloadpoky-930dc57fc8dcbf9ca8a3a431a8c4c02901f63182.tar.gz
uboot-sign: Split off kernel-fitimage variables
In preparation for the next commit, split off several (From OE-Core rev: 60c1a170f1f8c11bc8f42026debf121433b39115) Signed-off-by: Sean Anderson <sean.anderson@seco.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/uboot-config.bbclass')
-rw-r--r--meta/classes-recipe/uboot-config.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes-recipe/uboot-config.bbclass b/meta/classes-recipe/uboot-config.bbclass
index 7ab006a20d..73dc464444 100644
--- a/meta/classes-recipe/uboot-config.bbclass
+++ b/meta/classes-recipe/uboot-config.bbclass
@@ -80,6 +80,9 @@ SPL_MKIMAGE_DTCOPTS ??= ""
80UBOOT_MKIMAGE ?= "uboot-mkimage" 80UBOOT_MKIMAGE ?= "uboot-mkimage"
81UBOOT_MKIMAGE_SIGN ?= "${UBOOT_MKIMAGE}" 81UBOOT_MKIMAGE_SIGN ?= "${UBOOT_MKIMAGE}"
82 82
83# Signature activation - this requires KERNEL_IMAGETYPE = "fitImage"
84UBOOT_SIGN_ENABLE ?= "0"
85
83# Arguments passed to mkimage for signing 86# Arguments passed to mkimage for signing
84UBOOT_MKIMAGE_SIGN_ARGS ?= "" 87UBOOT_MKIMAGE_SIGN_ARGS ?= ""
85SPL_MKIMAGE_SIGN_ARGS ?= "" 88SPL_MKIMAGE_SIGN_ARGS ?= ""