summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/uboot-config.bbclass
diff options
context:
space:
mode:
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 ?= ""