diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2025-07-01 21:46:14 -0400 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-07-12 10:15:31 -0500 |
| commit | ccf4a5e89d734d47d5239f57453d13d5d34f393c (patch) | |
| tree | 3578791f1da2fd755afa3c0ddd527f4f1821c0fb /meta-ti-bsp/conf/machine/include | |
| parent | a598566a332b20cf60561d3df93e92db432f7dc3 (diff) | |
| download | meta-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.inc | 5 | ||||
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/ti-falcon.inc | 3 |
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 | |||
| 9 | require conf/machine/include/ti-bsp.inc | 9 | require conf/machine/include/ti-bsp.inc |
| 10 | 10 | ||
| 11 | KERNEL_IMAGETYPE = "Image" | 11 | KERNEL_IMAGETYPE = "Image" |
| 12 | KERNEL_IMAGETYPES = "Image fitImage" | 12 | KERNEL_CLASSES += "kernel-fit-extra-artifacts" |
| 13 | KERNEL_CLASSES += "kernel-fitimage-deprecated" | ||
| 14 | 13 | ||
| 15 | UBOOT_ARCH = "arm" | 14 | UBOOT_ARCH = "arm" |
| 16 | UBOOT_DTB_LOADADDRESS = "0x88000000" | 15 | UBOOT_DTB_LOADADDRESS = "0x88000000" |
| @@ -26,7 +25,7 @@ FIT_SIGN_ALG ?= "rsa4096" | |||
| 26 | 25 | ||
| 27 | EXTRA_IMAGEDEPENDS += "virtual/bootloader" | 26 | EXTRA_IMAGEDEPENDS += "virtual/bootloader" |
| 28 | 27 | ||
| 29 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-image-image" | 28 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-image-image ti-kernel-fitimage" |
| 30 | 29 | ||
| 31 | TFA_PLATFORM = "k3" | 30 | TFA_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 @@ | |||
| 1 | IMAGE_INSTALL:append = " u-boot-ti-staging-falcon" | 1 | IMAGE_INSTALL:append = " u-boot-ti-staging-falcon" |
| 2 | KERNEL_CLASSES:remove = "kernel-fitimage-deprecated" | 2 | KERNEL_CLASSES:remove = "kernel-fit-extra-artifacts" |
| 3 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS:remove = "ti-kernel-fitimage" | ||
| 3 | KERNEL_CLASSES += "kernel-fitimage-legacyhs" | 4 | KERNEL_CLASSES += "kernel-fitimage-legacyhs" |
| 4 | FIT_KERNEL_COMP_ALG = "none" | 5 | FIT_KERNEL_COMP_ALG = "none" |
