@@ -247,7 +247,7 @@ python () {
bb.debug(1, "Appending '%s' to UBOOT_CONFIG_FRAGMENTS." % fragments)
d.appendVar('UBOOT_CONFIG_FRAGMENTS', fragments + " ? ")
- # This recipe might be inherited e.g. by the kernel recipe via kernel-fitimage.bbclass
+ # This recipe might be inherited e.g. by the kernel recipe via kernel-fit-image.bbclass
# Ensure the uboot specific menuconfig settings do not leak into other recipes
if 'u-boot' in recipename:
if len(ubootconfig) == 1:
@@ -17,8 +17,7 @@
#
# As verified boot depends on fitImage generation, following is also required:
#
-# KERNEL_CLASSES ?= " kernel-fitimage "
-# KERNEL_IMAGETYPE ?= "fitImage"
+# KERNEL_CLASSES += "kernel-fit-extra-artifacts"
#
# The signature support is limited to the use of CONFIG_OF_SEPARATE in U-Boot.
#
The FIT image geneation method has been reworked and is now based on the kernel-fit-extra-artifacts.bbclass, with the fitImage image type not being suppoorted anymore. Moreover, the kernel-fitimage.bbclass has been renamed to kernel-fit-image.bbclass. Update the comments in uboot classes to reflect these changes. No functional changes. Signed-off-by: Francesco Valla <francesco@valla.it> --- meta/classes-recipe/uboot-config.bbclass | 2 +- meta/classes-recipe/uboot-sign.bbclass | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-)