summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-11-04 22:46:13 +0000
committerRyan Eatmon <reatmon@ti.com>2022-11-10 08:21:37 -0600
commitca2f4028b7a0ae27d23f930afac922c6d3118a73 (patch)
tree564ce29635379f30f9c358d27d682a6bdca947ed /meta-ti-bsp/conf/machine/include
parent6431130f2b89060eab807bf756343bd3b863c843 (diff)
downloadmeta-ti-ca2f4028b7a0ae27d23f930afac922c6d3118a73.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>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include')
-rw-r--r--meta-ti-bsp/conf/machine/include/k3.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/k3.inc b/meta-ti-bsp/conf/machine/include/k3.inc
index 905133f7..84afd2e2 100644
--- a/meta-ti-bsp/conf/machine/include/k3.inc
+++ b/meta-ti-bsp/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 vmlinux.gz fitImage" 18KERNEL_IMAGETYPES = "Image vmlinux.gz fitImage"
19KERNEL_CLASSES += "kernel-fitimage"
19 20
20UBOOT_ARCH = "arm" 21UBOOT_ARCH = "arm"
21UBOOT_ENTRYPOINT = "0x80008000" 22UBOOT_ENTRYPOINT = "0x80008000"