Module: setup-scripts Branch: master Commit: b80b5ddbc4973644ef475b787da6a4f6e86805cf
Author: Khem Raj <raj.k...@gmail.com> Date: Sat Mar 12 02:45:58 2011 -0800 oebb.sh: BBFILES should point into meta/recipes-* Enhance the diagnostic message to direct users to cd into builddir before issuing bitbake commands Signed-off-by: Khem Raj <raj.k...@gmail.com> Signed-off-by: Koen Kooi <k...@dominion.thruhere.net> --- oebb.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/oebb.sh b/oebb.sh index c177939..c7db1bf 100755 --- a/oebb.sh +++ b/oebb.sh @@ -297,7 +297,7 @@ DL_DIR = "${OE_SOURCE_DIR}/downloads" INHERIT += "rm_work" # Which files do we want to parse: -BBFILES ?= "${OE_SOURCE_DIR}/openembedded-core/recipes/*/*.bb" +BBFILES ?= "${OE_SOURCE_DIR}/openembedded-core/meta/recipes-*/*.bb" BBMASK = "" # Qemu 0.12.x is giving too much problems recently (2010.05), so disable it for users @@ -419,7 +419,7 @@ echo " $0 update" echo "" echo " Not recommended, but also possible:" echo " $0 bitbake <bitbake target>" -echo " It is recommended to do '. ~/.oe/environment-oecore' and run 'bitbake something' without using oebb.sh as wrapper" +echo " It is recommended to do '. ~/.oe/environment-oecore' and run 'bitbake something' inside ${BUILDDIR} without using oebb.sh as wrapper" echo "" echo "You must invoke \"$0 config <machine>\" and then \"$0 update\" prior" echo "to your first bitbake command" _______________________________________________ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel