From f2733b7bf062d8f560bfdc8b4583d21680351f01 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sun, 12 Jun 2022 17:08:24 +0800 Subject: [PATCH] update rootfs & images build shell script, use rsync instead tar to install rootfs --- bsp/build.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bsp/build.sh b/bsp/build.sh index 90d961a..3b0b538 100755 --- a/bsp/build.sh +++ b/bsp/build.sh @@ -6,7 +6,7 @@ CROSS_TOOL=/opt/buildroot/cortexA7/bin/arm-linux- # SYSTEM should be: buildroot, yocto or debian -# DISTRO should be: 2021.02, hardknott, bullseye +# DISTRO should be: 2021.02, hardknott/honister, bullseye # SYSNAME should be: buildroot, yocto, bullseye SYSTEM=buildroot DISTRO=2021.02 @@ -118,7 +118,7 @@ fi do_action bootloader $action do_action kernel $action - #do_action drivers $action + do_action drivers $action elif [ $1 == "image" ] ; then do_root "yes" do_action rootfs $action -- Gitblit v1.9.1