Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/
H A Doe-find-native-sysroot45 BITBAKE=`which bitbake 2> /dev/null`
46 if [ "x$BITBAKE" != "x" ]; then
H A Dcrosstap119 BITBAKE="bitbake" variable in BitbakeEnv
123 self.cmd = BitbakeEnv.BITBAKE + " -e " + self.package
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Doe-find-native-sysroot45 BITBAKE=`which bitbake 2> /dev/null`
46 if [ "x$BITBAKE" != "x" ]; then
/openbmc/openbmc/poky/scripts/contrib/
H A Ddocumentation-audit.sh23 BITBAKE=`which bitbake`
24 if [ -z "$BITBAKE" ]; then