From 8d50ec0c607624649987ce389e54a6de00a07098 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sun, 05 Jun 2022 20:32:27 +0800 Subject: [PATCH] 1, Update top build.sh 2, Update setup_env.sh 3, update rootfs build shell script and json config file 4, update driver build shell script and json config file --- bsp/scripts/setup_env.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bsp/scripts/setup_env.sh b/bsp/scripts/setup_env.sh index 701935d..7e59ff0 100755 --- a/bsp/scripts/setup_env.sh +++ b/bsp/scripts/setup_env.sh @@ -14,8 +14,8 @@ # SYSTEM should be: yocto, buildroot or debian # DISTRO should be: hardknott/honister, 2021.02 or bullseye -SYSTEM=yocto -DISTRO=hardknott +SYSTEM=buildroot +DISTRO=2021.02 TARBALL_DIR=${PRJ_PATH}/../tarballs/ -- Gitblit v1.9.1