Searched refs:BITBAKE (Results 1 – 3 of 3) sorted by relevance
56 BITBAKE=`which bitbake 2> /dev/null`57 if [ "x$BITBAKE" != "x" ]; then
119 BITBAKE="bitbake" variable in BitbakeEnv123 self.cmd = BitbakeEnv.BITBAKE + " -e " + self.package
21 BITBAKE=`which bitbake`22 if [ -z "$BITBAKE" ]; then