update bsp to lf-5.15.71-2.2.0, rename system image to distro, update download url
| | |
| | | |
| | | BOARD=igkboard |
| | | |
| | | # BSP_VER should be lf-5.10.52-2.1.0, lf-5.15.32-2.0.0 |
| | | BSP_VER=lf-5.15.32-2.0.0 |
| | | # BSP_VER should be lf-5.15.71-2.2.0 lf-5.15.32-2.0.0 lf-5.10.52-2.1.0 |
| | | BSP_VER=lf-5.15.71-2.2.0 |
| | | |
| | | CROSS_TOOL=/opt/gcc-arm-10.3-2021.07/bin/arm-none-linux-gnueabihf- |
| | | |
| | |
| | | CROSS_TOOL=/opt/gcc-arm-10.3-2021.07/bin/arm-none-linux-gnueabihf- |
| | | |
| | | # Source code download address |
| | | SRV_URL=http://weike-iot.com:2211 |
| | | SRV_URL=http://master.iot-yun.club:2211 |
| | | #SRV_URL=http://127.0.0.1:2211 |
| | | BSP_VER=lf-5.15.32-2.0.0 |
| | | BSP_VER=lf-5.15.71-2.2.0 |
| | | BSP_URL=${SRV_URL}/imx/bsp/${BSP_VER} |
| | | |
| | | # SYSTEM should be: yocto or debian |
| | |
| | | |
| | | TARBALL_DIR=${PRJ_PATH}/../tarballs/ |
| | | |
| | | if [ $SYSTEM == "debian" ] ; then |
| | | SYSNAME=${DISTRO} |
| | | else |
| | | SYSNAME=${SYSTEM} |
| | | fi |
| | | |
| | | ROOTFS_DIR=rootfs_${DISTRO} |
| | | |