凌云实验室推出的ARM Linux物联网网关开发板IGKBoard(IoT Gateway Kit Board)项目源码
guowenxue
2022-10-06 b3cbfc82feac7596abf737bf8a5b8468605de795
update yocto build shell script
1 files modified
3 ■■■■■ changed files
yocto/build.sh 3 ●●●●● patch | view | raw | blame | history
yocto/build.sh
@@ -5,6 +5,7 @@
VERSION=honister
PACKDIR=`pwd`/yocto_packets
#PACKDIR=${HOME}/yocto/yocto_packets
BUILDIR=$BOARD
WORKDIR=`pwd`/workspace-${VERSION}
@@ -118,6 +119,8 @@
    fi
    sed -i "s|^DL_DIR.*|DL_DIR ?= \"${PACKDIR}\"|g" conf/local.conf
    #bitbake -c clean u-boot-imx linux-imx ${TARGET}
    bitbake ${TARGET}
    cd ${PRJ_PATH}