| | |
| | | |
| | | TAR_PATH=`pwd` |
| | | |
| | | TARBALL_URL=http://127.0.0.1:2211/imx6ull/bsp |
| | | |
| | | GIT_URL_NXP="https://source.codeaurora.org/external/imx" |
| | | # update by top build.sh |
| | | BSP_BRANCH=lf-5.10.52-2.1.0 |
| | | |
| | | |
| | | # SYSTEM should be: buildroot, yocto or debian |
| | | # DISTRO should be: 2021.02, hardknott, buster or bullseye |
| | | # SYSNAME should be: buildroot, yocto, buster or bullseye |
| | | SYSTEM=buildroot |
| | | DISTRO=2021.02 |
| | | SYSNAME=buildroot |
| | | |
| | | ROOTFS_DIR=rootfs_${SYSNAME} |
| | | |
| | | TARBALL_URL=http://weike-iot.com:2211/imx6ull/bsp |
| | | GIT_URL_NXP="https://source.codeaurora.org/external/imx" |
| | | |
| | | function do_fetch_git() |
| | | { |
| | | SRC=$1 |