From 913a20efa2bf37aacf354809750e4441cdf120f0 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Thu, 16 Dec 2021 17:26:45 +0800 Subject: [PATCH] update patch file from imx6lll to igkboard --- bsp/images/build.sh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/bsp/images/build.sh b/bsp/images/build.sh index 7000e39..ad0247a 100755 --- a/bsp/images/build.sh +++ b/bsp/images/build.sh @@ -165,6 +165,7 @@ mount -t ext4 /dev/mapper/${LOOP_DEV}p2 ${MNT_POINT} tar -xjf ${ROOTFS_TAR} -C ${MNT_POINT} && sync + chown -R root.root ${MNT_POINT} && sync umount ${MNT_POINT} } @@ -193,6 +194,7 @@ install_rootfs msg_banner " bzip2 compress system image " + rm -f ${IMAGE_NAME}*.bz2 bzip2 ${IMAGE_NAME} rm -rf ${MNT_POINT} -- Gitblit v1.9.1