yocto/build.sh | ●●●●● 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}