summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2021-04-20 17:25:15 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2021-04-20 10:07:33 -0300
commit140cae5087f914fee58976fcc8daa4936f65318e (patch)
treef84b46702b9bad245aec81a907c936a432c9f4ac /conf/machine
parent481fafd6e7bbb0db616fe095cfa5fa9950229214 (diff)
downloadmeta-freescale-140cae5087f914fee58976fcc8daa4936f65318e.tar.gz
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 <ting.liu@nxp.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/qoriq-base.inc2
1 files changed, 1 insertions, 1 deletions
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"
8PREFERRED_PROVIDER_nativesdk-u-boot-mkimage ??= "nativesdk-u-boot-tools" 8PREFERRED_PROVIDER_nativesdk-u-boot-mkimage ??= "nativesdk-u-boot-tools"
9PREFERRED_VERSION_testfloat = "2a" 9PREFERRED_VERSION_testfloat = "2a"
10 10
11SOC_DEFAULT_IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot ext2.gz" 11SOC_DEFAULT_IMAGE_FSTYPES = "tar.gz"
12IMAGE_FSTYPES ?= "${SOC_DEFAULT_IMAGE_FSTYPES}" 12IMAGE_FSTYPES ?= "${SOC_DEFAULT_IMAGE_FSTYPES}"
13 13
14# Composite Image Layout (in KBytes) 14# Composite Image Layout (in KBytes)