Lines Matching full:bitbake
41 echo "Running bitbake -e $1"
42 BITBAKE_E="`bitbake -e $1`"
46 # This indicates that there was an error running bitbake -e that
48 echo "There was an error running bitbake to determine STAGING_DIR_NATIVE"
49 echo "Here is the output from bitbake -e $1"
56 BITBAKE=`which bitbake 2> /dev/null`
57 if [ "x$BITBAKE" != "x" ]; then
59 # Root cannot run bitbake unless sanity checking is disabled
61 …echo "Error: root cannot run bitbake by default, and I cannot find a ./conf directory to be able t…
71 echo "Error: Unable to locate bitbake command."
85 echo "Have you run 'bitbake $1 -caddto_recipe_sysroot'?"
87 echo "Have you run 'bitbake $1 '?"