diff mbox series

[1/2] classes-recipe: uboot: update comments on kernel-fitimage

Message ID 20260901-kernel-fitimage-cleanup-v1-1-0bbcacf4099c@valla.it
State Under Review
Headers show
Series Update comments on FIT image generation | expand

Commit Message

Francesco Valla Sept. 1, 2026, 4:42 p.m. UTC
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(-)
diff mbox series

Patch

diff --git a/meta/classes-recipe/uboot-config.bbclass b/meta/classes-recipe/uboot-config.bbclass
index 412b2c7c57e7..5459430dee57 100644
--- a/meta/classes-recipe/uboot-config.bbclass
+++ b/meta/classes-recipe/uboot-config.bbclass
@@ -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:
diff --git a/meta/classes-recipe/uboot-sign.bbclass b/meta/classes-recipe/uboot-sign.bbclass
index 4da5d4c9f188..236d19925ef1 100644
--- a/meta/classes-recipe/uboot-sign.bbclass
+++ b/meta/classes-recipe/uboot-sign.bbclass
@@ -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.
 #