summaryrefslogtreecommitdiffstats
path: root/meta/classes/uboot-sign.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/uboot-sign.bbclass')
-rw-r--r--meta/classes/uboot-sign.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/uboot-sign.bbclass b/meta/classes/uboot-sign.bbclass
index 8beafff7c0..de81ad1b38 100644
--- a/meta/classes/uboot-sign.bbclass
+++ b/meta/classes/uboot-sign.bbclass
@@ -116,7 +116,7 @@ do_install_append() {
116} 116}
117 117
118python () { 118python () {
119 if d.getVar('UBOOT_SIGN_ENABLE') == '1' and d.getVar('PN') == d.getVar('UBOOT_PN'): 119 if d.getVar('UBOOT_SIGN_ENABLE') == '1' and d.getVar('PN') == d.getVar('UBOOT_PN') and d.getVar('UBOOT_DTB_BINARY'):
120 kernel_pn = d.getVar('PREFERRED_PROVIDER_virtual/kernel') 120 kernel_pn = d.getVar('PREFERRED_PROVIDER_virtual/kernel')
121 121
122 # Make "bitbake u-boot -cdeploy" deploys the signed u-boot.dtb 122 # Make "bitbake u-boot -cdeploy" deploys the signed u-boot.dtb