mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-09-27 01:30:13 +00:00
ti-core-initramfs: Add the initramfs to the fitImage
If the ti-core-initramfs is configured to be built, then make sure to add it to the fitImage. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
@@ -21,3 +21,5 @@ do_image_wic[depends] += "${@ '${TI_CORE_INITRAMFS_IMAGE}:do_image_complete' if
|
||||
TI_WKS_INITRAMFS ?= "${@ ',initrd=${TI_CORE_INITRAMFS_IMAGE_FILE}' if d.getVar('TI_CORE_INITRAMFS_ENABLED') == "1" else ''}"
|
||||
|
||||
IMAGE_BOOT_FILES += "${@ '${TI_CORE_INITRAMFS_IMAGE_FILE}' if d.getVar('TI_CORE_INITRAMFS_ENABLED') == "1" else ''}"
|
||||
|
||||
INITRAMFS_IMAGE ?= "${@ '${TI_CORE_INITRAMFS_IMAGE}' if d.getVar('TI_CORE_INITRAMFS_ENABLED') == "1" else ''}"
|
||||
|
||||
Reference in New Issue
Block a user