bsp/tarball/build.sh
@@ -7,6 +7,9 @@ GIT_URL_NXP="https://source.codeaurora.org/external/imx" IMX_BRANCH="lf-5.10.52-2.1.0" # rootfs should be buildroot or stretch/buster/bullseye for debian system ROOTFS=buildroot function do_fetch_git() { SRC=$1 @@ -48,13 +51,10 @@ { if [ ! -z $TARBALL_URL ] ; then do_fetch_url uboot-imx do_fetch_url linux-imx wget ${TARBALL_URL}/rootfs_${ROOTFS}.tar.bz2 else do_fetch_git uboot-imx fi if [ ! -z $TARBALL_URL ] ; then do_fetch_url linux-imx else do_fetch_git linux-imx fi }