From patchwork Mon Nov 9 14:10:46 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-arm] arm-bsp/n1sdp: Add wic.gz and wic.bmap to IMAGE_FSTYPES From: Diego Sueiro X-Patchwork-Id: 178129 Message-Id: <041a43d1a908d18a5eab982dcfc857c7f5f01b1b.1604931024.git.diego.sueiro@arm.com> To: meta-arm@lists.yoctoproject.org Cc: nd@arm.com, Diego Sueiro Date: Mon, 9 Nov 2020 14:10:46 +0000 Speed up wic image flashing by including wic.gz and wic.bmap to IMAGE_FSTYPES. Change-Id: I503b6ede5aaf188aabd2a925c2c42e5872d7713a Issue-Id: SCM-1520 Signed-off-by: Diego Sueiro --- meta-arm-bsp/conf/machine/n1sdp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.7.4 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#1346): https://lists.yoctoproject.org/g/meta-arm/message/1346 Mute This Topic: https://lists.yoctoproject.org/mt/78135895/1003190 Group Owner: meta-arm+owner@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/meta-arm/unsub [mhalstead@linuxfoundation.org] -=-=-=-=-=-=-=-=-=-=-=- diff --git a/meta-arm-bsp/conf/machine/n1sdp.conf b/meta-arm-bsp/conf/machine/n1sdp.conf index 3d31c4c..7c3a944 100644 --- a/meta-arm-bsp/conf/machine/n1sdp.conf +++ b/meta-arm-bsp/conf/machine/n1sdp.conf @@ -8,7 +8,7 @@ require conf/machine/include/tune-neoversen1.inc KERNEL_IMAGETYPE = "Image" -IMAGE_FSTYPES += "wic tar.bz2 ext4" +IMAGE_FSTYPES += "wic wic.gz wic.bmap tar.bz2 ext4" SERIAL_CONSOLES = "115200;ttyAMA0"