]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
Error early if BBPATH is unset, rather than falling back to share/bitbake
authorChris Larson <chris_larson@mentor.com>
Fri, 19 Feb 2010 23:26:33 +0000 (16:26 -0700)
committerChris Larson <chris_larson@mentor.com>
Fri, 19 Feb 2010 23:26:34 +0000 (16:26 -0700)
commit641e6cf3ec3ab4d26929cf4d2a3704ff07eed4d6
tree0b6755ec3b8b0a590a1a9dfe2e1b4de4af98e020
parent989af2c20c5bb151a8d968696b7f6e48145b1b6b
Error early if BBPATH is unset, rather than falling back to share/bitbake

Better to error as early as possible rather than experience strange behavior
resulting from the use of the largely useless stock bitbake.conf/base.bbclass.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
lib/bb/parse/parse_py/ConfHandler.py