mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
Convert devicetree prefix matching functionality into a generic class that can be used by the kernel and wic images. That way dynamically generated KERNEL_DEVICETREE list will be the same when populating /boot dir of rootfs and/or FAT boot partition of a wic image. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
13 lines
380 B
BlitzBasic
13 lines
380 B
BlitzBasic
SUMMARY = "Generate and sign the fitImage file for TI Machines"
|
|
|
|
FIT_DESC ?= "Kernel fitImage for ${DISTRO_NAME}/${PKGV}/${MACHINE}"
|
|
FIT_CONF_PREFIX ?= "conf-ti_"
|
|
|
|
require recipes-kernel/linux/linux-yocto-fitimage.bb
|
|
|
|
inherit ti-secdev
|
|
|
|
inherit ${@ 'ti-devicetree-prefix' if d.getVar('KERNEL_DEVICETREE_PREFIX') else ''}
|
|
|
|
do_compile[depends] += "virtual/kernel:do_shared_workdir"
|