From a580f673d8120c96b9a854cd70ae2ebc8a048c57 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Thu, 18 Jul 2024 18:01:55 +0800 Subject: [PATCH] Yocto:IGKBoard-All: Update example local.conf to add build task number configure support --- 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