summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2025-07-01 21:46:14 -0400
committerRyan Eatmon <reatmon@ti.com>2025-07-12 10:15:31 -0500
commitccf4a5e89d734d47d5239f57453d13d5d34f393c (patch)
tree3578791f1da2fd755afa3c0ddd527f4f1821c0fb /meta-ti-bsp/conf/machine/include
parenta598566a332b20cf60561d3df93e92db432f7dc3 (diff)
downloadmeta-ti-ccf4a5e89d734d47d5239f57453d13d5d34f393c.tar.gz
meta-ti-bsp, meta-beagle: switch to the new FIT image wrapper
Switch all kernel recipes and K3 based platforms to use the new FIT image wrapper functionality. Update FIT default DTB entry to not contain vendor dubdir, as it is now handled through a conf prefix. 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.inc5
-rw-r--r--meta-ti-bsp/conf/machine/include/ti-falcon.inc3
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-ti-bsp/conf/machine/include/k3.inc b/meta-ti-bsp/conf/machine/include/k3.inc
index 692979d7..b743c8cc 100644
--- a/meta-ti-bsp/conf/machine/include/k3.inc
+++ b/meta-ti-bsp/conf/machine/include/k3.inc
@@ -9,8 +9,7 @@ require conf/machine/include/arm/armv8a/tune-cortexa72-cortexa53.inc
9require conf/machine/include/ti-bsp.inc 9require conf/machine/include/ti-bsp.inc
10 10
11KERNEL_IMAGETYPE = "Image" 11KERNEL_IMAGETYPE = "Image"
12KERNEL_IMAGETYPES = "Image fitImage" 12KERNEL_CLASSES += "kernel-fit-extra-artifacts"
13KERNEL_CLASSES += "kernel-fitimage-deprecated"
14 13
15UBOOT_ARCH = "arm" 14UBOOT_ARCH = "arm"
16UBOOT_DTB_LOADADDRESS = "0x88000000" 15UBOOT_DTB_LOADADDRESS = "0x88000000"
@@ -26,7 +25,7 @@ FIT_SIGN_ALG ?= "rsa4096"
26 25
27EXTRA_IMAGEDEPENDS += "virtual/bootloader" 26EXTRA_IMAGEDEPENDS += "virtual/bootloader"
28 27
29MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-image-image" 28MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-image-image ti-kernel-fitimage"
30 29
31TFA_PLATFORM = "k3" 30TFA_PLATFORM = "k3"
32 31
diff --git a/meta-ti-bsp/conf/machine/include/ti-falcon.inc b/meta-ti-bsp/conf/machine/include/ti-falcon.inc
index e436932e..5f5e2148 100644
--- a/meta-ti-bsp/conf/machine/include/ti-falcon.inc
+++ b/meta-ti-bsp/conf/machine/include/ti-falcon.inc
@@ -1,4 +1,5 @@
1IMAGE_INSTALL:append = " u-boot-ti-staging-falcon" 1IMAGE_INSTALL:append = " u-boot-ti-staging-falcon"
2KERNEL_CLASSES:remove = "kernel-fitimage-deprecated" 2KERNEL_CLASSES:remove = "kernel-fit-extra-artifacts"
3MACHINE_ESSENTIAL_EXTRA_RDEPENDS:remove = "ti-kernel-fitimage"
3KERNEL_CLASSES += "kernel-fitimage-legacyhs" 4KERNEL_CLASSES += "kernel-fitimage-legacyhs"
4FIT_KERNEL_COMP_ALG = "none" 5FIT_KERNEL_COMP_ALG = "none"