]> code.ossystems Code Review - meta-freescale.git/commitdiff
qoriq: remove ext2.gz from default IMAGE_FSTYPES
authorTing Liu <ting.liu@nxp.com>
Tue, 20 Apr 2021 09:25:15 +0000 (17:25 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 20 Apr 2021 13:07:33 +0000 (10:07 -0300)
The classic initial ramdisk has been replaced by the much more
flexible and efficient initramfs a long time. Kernel warns about it
being removed soon.

Remove ext2.gz from default IMAGE_FSTYPES.

Signed-off-by: Ting Liu <ting.liu@nxp.com>
conf/machine/include/qoriq-base.inc

index 92baae748a1719d9187032dde6fd9fddd6286068..0abec00ce5cf76f03ac8b8e485ebaa446de822da 100644 (file)
@@ -8,7 +8,7 @@ PREFERRED_PROVIDER_u-boot-mkimage ??= "u-boot-tools"
 PREFERRED_PROVIDER_nativesdk-u-boot-mkimage ??= "nativesdk-u-boot-tools"
 PREFERRED_VERSION_testfloat = "2a"
 
-SOC_DEFAULT_IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot ext2.gz"
+SOC_DEFAULT_IMAGE_FSTYPES = "tar.gz"
 IMAGE_FSTYPES ?= "${SOC_DEFAULT_IMAGE_FSTYPES}"
 
 # Composite Image Layout (in KBytes)