mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-01 00:49:08 +00:00
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>
6 lines
241 B
PHP
6 lines
241 B
PHP
IMAGE_INSTALL:append = " u-boot-ti-staging-falcon"
|
|
KERNEL_CLASSES:remove = "kernel-fit-extra-artifacts"
|
|
MACHINE_ESSENTIAL_EXTRA_RDEPENDS:remove = "ti-kernel-fitimage"
|
|
KERNEL_CLASSES += "kernel-fitimage-legacyhs"
|
|
FIT_KERNEL_COMP_ALG = "none"
|