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 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bsp/build.sh b/bsp/build.sh index c1e2e66..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 -- Gitblit v1.9.1