From f6b3c09ebbfe490a18e225b01a9b837da36c9b4f Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sat, 16 Apr 2022 15:51:07 +0800 Subject: [PATCH] update qt5 build shell script to QT5.6.3 --- bsp/images/igkboard.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bsp/images/igkboard.json b/bsp/images/igkboard.json index 064015f..ace0889 100644 --- a/bsp/images/igkboard.json +++ b/bsp/images/igkboard.json @@ -2,7 +2,7 @@ "IMAGE_CONF": { "NAME": "linuxsys_${BOARD}_${SYSNAME}.img", "SIZE": "4096", - "COMPRESS": "no" + "COMPRESS": "yes" }, "BOOT_CONF": { "IMG_UBOOT":"u-boot-${BOARD}.imx", -- Gitblit v1.9.1