]> code.ossystems Code Review - openembedded-core.git/commit
scripts/bitbake: ensure user is in build directory
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 13 Mar 2012 12:38:04 +0000 (12:38 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Mar 2012 13:12:42 +0000 (13:12 +0000)
commitb4df1c7c79b5c801658bcf890ba3a8eab3d83189
tree8958603ace46e12ca419b383fbcf542af63ff5ef
parent0030644f4890ca25894916189470317650ec8246
scripts/bitbake: ensure user is in build directory

If the user is in any directory other than $BUILDDIR when the bitbake
wrapper script is run, then show an error an exit.

Fixes [YOCTO #2071].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
scripts/bitbake