update BSP to 5.15.32-2.0.0 and rootfs to honister
| | |
| | | PRJ_PATH=`pwd` |
| | | |
| | | BOARD=igkboard |
| | | BSP_VER=lf-5.10.52-2.1.0 |
| | | BSP_VER=lf-5.15.32-2.0.0 |
| | | CROSS_TOOL=/opt/buildroot/cortexA7/bin/arm-linux- |
| | | |
| | | # SYSTEM should be: buildroot, yocto or debian |
| | | # DISTRO should be: v2021.02, hardknott/honister, bullseye |
| | | # SYSNAME should be: buildroot, yocto, bullseye |
| | | SYSTEM=buildroot |
| | | DISTRO=v2021.02 |
| | | SYSTEM=yocto |
| | | DISTRO=honister |
| | | |
| | | SYSTEM=`echo $SYSTEM | tr 'A-Z' 'a-z'` |
| | | DISTRO=`echo $DISTRO | tr 'A-Z' 'a-z'` |
| | |
| | | |
| | | # Source code download address |
| | | SRV_URL=http://weike-iot.com:2211 |
| | | BSP_VER=lf-5.10.52-2.1.0 |
| | | BSP_VER=lf-5.15.32-2.0.0 |
| | | BSP_URL=${SRV_URL}/imx/bsp/${BSP_VER} |
| | | |
| | | # SYSTEM should be: yocto or debian |
| | | # DISTRO should be: hardknott, buster |
| | | # SYSNAME should be: yocto, buster |
| | | SYSTEM=buildroot |
| | | DISTRO=v2021.02 |
| | | SYSTEM=yocto |
| | | DISTRO=honister |
| | | |
| | | TARBALL_DIR=${PRJ_PATH}/../tarballs/ |
| | | |