Message ID | 20250904093122.593125-2-kavinaya@qti.qualcomm.com |
---|---|
State | New |
Headers | show |
Series | [v2,1/2] image-fitimage: add FIT_LINUX_BIN variable | expand |
diff --git a/meta/conf/image-fitimage.conf b/meta/conf/image-fitimage.conf index 9be7e45238..f39af099ab 100644 --- a/meta/conf/image-fitimage.conf +++ b/meta/conf/image-fitimage.conf @@ -37,6 +37,10 @@ FIT_CONF_PREFIX[doc] = "Prefix to use for FIT configuration node name" FIT_SUPPORTED_INITRAMFS_FSTYPES ?= "cpio.lz4 cpio.lzo cpio.lzma cpio.xz cpio.zst cpio.gz ext2.gz cpio" +# Allow user to support special use cases where the kernel binary is not included +# in the FIT image itself. +FIT_LINUX_BIN ?= "linux.bin" + # Allow user to select the default DTB for FIT image when multiple dtb's exists. FIT_CONF_DEFAULT_DTB ?= ""
Add FIT_LINUX_BIN variable to image-fitimage.conf to allow control over kernel section inclusion. Signed-off-by: Kavinaya S <kavinaya@qti.qualcomm.com> Cc: Adrian Freihofer <adrian.freihofer@siemens.com> --- meta/conf/image-fitimage.conf | 4 ++++ 1 file changed, 4 insertions(+)