diff options
Diffstat (limited to 'meta/classes/kernel-fitimage.bbclass')
| -rw-r--r-- | meta/classes/kernel-fitimage.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel-fitimage.bbclass b/meta/classes/kernel-fitimage.bbclass index 1c3b4b7fb3..f9702f8032 100644 --- a/meta/classes/kernel-fitimage.bbclass +++ b/meta/classes/kernel-fitimage.bbclass | |||
| @@ -24,7 +24,7 @@ python __anonymous () { | |||
| 24 | d.appendVarFlag('do_assemble_fitimage_initramfs', 'depends', ' ${INITRAMFS_IMAGE}:do_image_complete') | 24 | d.appendVarFlag('do_assemble_fitimage_initramfs', 'depends', ' ${INITRAMFS_IMAGE}:do_image_complete') |
| 25 | 25 | ||
| 26 | # Verified boot will sign the fitImage and append the public key to | 26 | # Verified boot will sign the fitImage and append the public key to |
| 27 | # U-boot dtb. We ensure the U-Boot dtb is deployed before assembling | 27 | # U-Boot dtb. We ensure the U-Boot dtb is deployed before assembling |
| 28 | # the fitImage: | 28 | # the fitImage: |
| 29 | if d.getVar('UBOOT_SIGN_ENABLE') == "1": | 29 | if d.getVar('UBOOT_SIGN_ENABLE') == "1": |
| 30 | uboot_pn = d.getVar('PREFERRED_PROVIDER_u-boot') or 'u-boot' | 30 | uboot_pn = d.getVar('PREFERRED_PROVIDER_u-boot') or 'u-boot' |
