Home
last modified time | relevance | path

Searched refs:BBDIR (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/contrib/
H A Dbbdev.sh8 local BBDIR PKGDIR BUILDDIR
10 if test x"$1" = x; then BBDIR=`pwd`; else BBDIR=$1; fi
14 BBDIR=`readlink -f $BBDIR`
17 if ! (test -d $BBDIR && test -d $PKGDIR && test -d $BUILDDIR); then
22 PATH=$BBDIR/bin:$PATH
23 BBPATH=$BBDIR
24 if test x"$BBDIR" != x"$PKGDIR"; then