From 140cae5087f914fee58976fcc8daa4936f65318e Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Tue, 20 Apr 2021 17:25:15 +0800 Subject: [PATCH] qoriq: remove ext2.gz from default IMAGE_FSTYPES 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 --- conf/machine/include/qoriq-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc index 92baae74..0abec00c 100644 --- a/conf/machine/include/qoriq-base.inc +++ b/conf/machine/include/qoriq-base.inc @@ -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) -- 2.40.1