summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-12-13 21:06:53 +0000
committerRyan Eatmon <reatmon@ti.com>2023-01-05 13:37:40 -0600
commit34c2065a5bc1a9c6dbbdf5b444567031c188754e (patch)
treee77ff9d62a6dc321d47c14c43455d8770a66b6ad /conf/machine
parent203dd1511865ad7314770b5a53011a94b814336d (diff)
downloadmeta-ti-34c2065a5bc1a9c6dbbdf5b444567031c188754e.tar.gz
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 <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> (cherry picked from kirkstone/master commit 48b22e8266ba0358b5b7319faa75ad731a350db7) Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Tested-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/k3.inc1
1 files changed, 1 insertions, 0 deletions
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"
16 16
17KERNEL_IMAGETYPE = "Image" 17KERNEL_IMAGETYPE = "Image"
18KERNEL_IMAGETYPES = "Image fitImage" 18KERNEL_IMAGETYPES = "Image fitImage"
19KERNEL_CLASSES += "kernel-fitimage"
19 20
20UBOOT_ARCH = "arm" 21UBOOT_ARCH = "arm"
21UBOOT_ENTRYPOINT = "0x80008000" 22UBOOT_ENTRYPOINT = "0x80008000"