| | |
| | | |
| | | # update by top build.sh |
| | | BOARD=igkboard |
| | | CROSS_TOOL=/opt/buildroot/cortexA7/bin/arm-linux- |
| | | 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 |
| | | BSP_VER=lf-5.10.52-2.1.0 |
| | | #SRV_URL=http://127.0.0.1:2211 |
| | | 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=kirkstone |
| | | |
| | | TARBALL_DIR=${PRJ_PATH}/../tarballs/ |
| | | |