diff options
author | 2015-10-21 12:47:26 +0100 | |
---|---|---|
committer | 2015-10-21 12:47:26 +0100 | |
commit | 38b23628e0945a566be6446e6eae13f046e31582 (patch) | |
tree | 8f2a574bd013914d2b910bb40aeafe2b7b73ea53 | |
parent | 1e3d75d0ed57d57f4822f8ab3207f92431df2814 (diff) | |
download | meta-qcom-38b23628e0945a566be6446e6eae13f046e31582.tar.gz meta-qcom-38b23628e0945a566be6446e6eae13f046e31582.tar.bz2 meta-qcom-38b23628e0945a566be6446e6eae13f046e31582.zip |
ifc6410: dragonboard410c: only generate ext4.gz
Image format ext4.gz is enough, not need to deploy .ext4 as well..
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r-- | conf/machine/dragonboard-410c.conf | 2 | ||||
-rw-r--r-- | conf/machine/ifc6410.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/dragonboard-410c.conf b/conf/machine/dragonboard-410c.conf index 921df4f..e615210 100644 --- a/conf/machine/dragonboard-410c.conf +++ b/conf/machine/dragonboard-410c.conf @@ -39,6 +39,6 @@ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "linux-firmware \ CMDLINE = "console=ttyMSM0,115200n8 root=/dev/mmcblk0p10 rootwait" # Fastboot expects an ext4 image, which needs to be 4096 aligned -IMAGE_FSTYPES_append = " ext4 ext4.gz" +IMAGE_FSTYPES_append = " ext4.gz" IMAGE_ROOTFS_ALIGNMENT = "4096" diff --git a/conf/machine/ifc6410.conf b/conf/machine/ifc6410.conf index 10f3b43..51a32f3 100644 --- a/conf/machine/ifc6410.conf +++ b/conf/machine/ifc6410.conf @@ -37,7 +37,7 @@ KERNEL_DEVICETREE = "qcom-apq8064-ifc6410.dtb" SERIAL_CONSOLE = "115200 ttyMSM0" # Fastboot expects an ext4 image, which needs to be 4096 aligned -IMAGE_FSTYPES_append = " ext4 ext4.gz" +IMAGE_FSTYPES_append = " ext4.gz" IMAGE_ROOTFS_ALIGNMENT = "4096" INHERIT += "qcom-firmware-mount" |