mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 14:52:19 +02:00
mfgtool-initramfs-image: IMAGE_NAME_SUFFIX should by empty for initramfs
INITRAMFS_IMAGE_NAME stay as before but it assumes that all images used as initramfs will set IMAGE_NAME_SUFFIX to empty. https://git.yoctoproject.org/poky/commit/?id=6f6c79029bc2020907295858449c725952d560a1 Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
This commit is contained in:
parent
49ea3586cd
commit
0e66dee54a
|
@ -16,6 +16,7 @@ ZSTD_COMPRESSION_LEVEL ?= "-10"
|
|||
SOC_DEFAULT_IMAGE_FSTYPES = "cpio.zst.u-boot"
|
||||
SOC_DEFAULT_IMAGE_FSTYPES:mxs-generic-bsp = "cpio.gz.u-boot"
|
||||
IMAGE_ROOTFS_SIZE ?= "8192"
|
||||
IMAGE_NAME_SUFFIX = ""
|
||||
|
||||
# Filesystems enabled by default
|
||||
DEFAULT_FS_SUPPORT = " \
|
||||
|
|
Loading…
Reference in New Issue
Block a user