From 34c2065a5bc1a9c6dbbdf5b444567031c188754e Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 13 Dec 2022 21:06:53 +0000 Subject: [PATCH] k3: also inherit kernel-fitimage class for FIT image generation In order to support fitImage image type, kernel-fitimage class is needed. Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon (cherry picked from kirkstone/master commit 48b22e8266ba0358b5b7319faa75ad731a350db7) Signed-off-by: Denys Dmytriyenko Tested-by: Jose Quaresma Signed-off-by: Ryan Eatmon --- conf/machine/include/k3.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/k3.inc b/conf/machine/include/k3.inc index 349f4fda..81139571 100644 --- a/conf/machine/include/k3.inc +++ b/conf/machine/include/k3.inc @@ -16,6 +16,7 @@ PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" KERNEL_IMAGETYPE = "Image" KERNEL_IMAGETYPES = "Image fitImage" +KERNEL_CLASSES += "kernel-fitimage" UBOOT_ARCH = "arm" UBOOT_ENTRYPOINT = "0x80008000"