summaryrefslogtreecommitdiffstats
path: root/meta/classes/kernel-fitimage.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/kernel-fitimage.bbclass')
-rw-r--r--meta/classes/kernel-fitimage.bbclass5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/classes/kernel-fitimage.bbclass b/meta/classes/kernel-fitimage.bbclass
index bb2f3c4ccc..f121eee274 100644
--- a/meta/classes/kernel-fitimage.bbclass
+++ b/meta/classes/kernel-fitimage.bbclass
@@ -72,6 +72,9 @@ FIT_KEY_REQ_ARGS ?= "-batch -new"
72# Standard format for public key certificate 72# Standard format for public key certificate
73FIT_KEY_SIGN_PKCS ?= "-x509" 73FIT_KEY_SIGN_PKCS ?= "-x509"
74 74
75# Description string
76FIT_DESC ?= "U-Boot fitImage for ${DISTRO_NAME}/${PV}/${MACHINE}"
77
75# 78#
76# Emit the fitImage ITS header 79# Emit the fitImage ITS header
77# 80#
@@ -81,7 +84,7 @@ fitimage_emit_fit_header() {
81/dts-v1/; 84/dts-v1/;
82 85
83/ { 86/ {
84 description = "U-Boot fitImage for ${DISTRO_NAME}/${PV}/${MACHINE}"; 87 description = "${FIT_DESC}";
85 #address-cells = <1>; 88 #address-cells = <1>;
86EOF 89EOF
87} 90}