From 9cf87703eb60e121b47e6d577ea2bc6b63bd4ac4 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Fri, 26 Jul 2024 16:57:33 +0800
Subject: [PATCH] Yocto:IGKBoard-All: Update yocto-image-full

---
 debian/build.sh |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/debian/build.sh b/debian/build.sh
index f04ab7d..e1ff6fc 100755
--- a/debian/build.sh
+++ b/debian/build.sh
@@ -53,7 +53,7 @@
     export ROOTFS_DIR=rootfs-$DIS_TYPE-$DIS_VER
 
     echo ""
-    pr_info "INFO: Start debootstrap fetch debian $DIS_VER root filesystem now."
+    pr_info "INFO: Start debootstrap fetch debian $DIS_VER($ARCH) root filesystem now."
 }
 
 # Debian 12 depends on the new keyring
@@ -106,6 +106,7 @@
         pr_info "debain rootfs fetched already"
         return ;
     fi
+
     debootstrap --arch=${ARCH} --foreign ${DIS_VER} ${ROOTFS_DIR} http://ftp.debian.org/debian/
 
     cp -f /usr/bin/qemu-arm-static ${ROOTFS_DIR}/usr/bin/

--
Gitblit v1.9.1