From 91a690169ae9de24917144ee78ffcdc711f0c0a9 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Thu, 25 Nov 2021 23:51:50 +0800 Subject: [PATCH] update top build shell script to call tarball build.sh --- bsp/tarball/build.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bsp/tarball/build.sh b/bsp/tarball/build.sh index c4dc130..ff1d933 100755 --- a/bsp/tarball/build.sh +++ b/bsp/tarball/build.sh @@ -8,7 +8,7 @@ IMX_BRANCH="lf-5.10.52-2.1.0" # rootfs should be buildroot or stretch/buster/bullseye for debian system -ROOTFS=buildroot +ROOTFS=buster function do_fetch_git() { -- Gitblit v1.9.1