From: Denys Dmytriyenko <[email protected]> In order to support fitImage image type, kernel-fitimage class is needed.
Signed-off-by: Denys Dmytriyenko <[email protected]> Signed-off-by: Ryan Eatmon <[email protected]> (cherry picked from kirkstone/master commit 48b22e8266ba0358b5b7319faa75ad731a350db7) Signed-off-by: Denys Dmytriyenko <[email protected]> --- 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" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15469): https://lists.yoctoproject.org/g/meta-ti/message/15469 Mute This Topic: https://lists.yoctoproject.org/mt/95653946/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
