diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/conf/image-fitimage.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/conf/image-fitimage.conf b/meta/conf/image-fitimage.conf index 9be7e45238..090ee148f4 100644 --- a/meta/conf/image-fitimage.conf +++ b/meta/conf/image-fitimage.conf | |||
| @@ -37,6 +37,13 @@ FIT_CONF_PREFIX[doc] = "Prefix to use for FIT configuration node name" | |||
| 37 | 37 | ||
| 38 | FIT_SUPPORTED_INITRAMFS_FSTYPES ?= "cpio.lz4 cpio.lzo cpio.lzma cpio.xz cpio.zst cpio.gz ext2.gz cpio" | 38 | FIT_SUPPORTED_INITRAMFS_FSTYPES ?= "cpio.lz4 cpio.lzo cpio.lzma cpio.xz cpio.zst cpio.gz ext2.gz cpio" |
| 39 | 39 | ||
| 40 | # Allow user to support special use cases where the kernel binary is | ||
| 41 | # not included in the FIT image itself. | ||
| 42 | # This is particularly useful for UKI-based setups, where the kernel | ||
| 43 | # and initramfs are bundled into a Unified Kernel Image (UKI), and | ||
| 44 | # DTBs are provided separately in a FIT image. | ||
| 45 | FIT_LINUX_BIN ?= "linux.bin" | ||
| 46 | |||
| 40 | # Allow user to select the default DTB for FIT image when multiple dtb's exists. | 47 | # Allow user to select the default DTB for FIT image when multiple dtb's exists. |
| 41 | FIT_CONF_DEFAULT_DTB ?= "" | 48 | FIT_CONF_DEFAULT_DTB ?= "" |
| 42 | 49 | ||
