]> code.ossystems Code Review - openembedded-core.git/commit
Move the unset BBPATH sanity check after the bblayers processing
authorChris Larson <chris_larson@mentor.com>
Wed, 14 Apr 2010 21:27:29 +0000 (14:27 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 2 Jul 2010 14:41:33 +0000 (15:41 +0100)
commitdc39ebe91eabc48517aaac98655e50c7b1702262
tree49e52b3d469b2e39ec4e2a2a3f6b1e5d2f930a6e
parent22a21799059b156d8858cbf32acb7c2aefb9a23b
Move the unset BBPATH sanity check after the bblayers processing

This way we can fully utilize bblayers, you can do everything in bblayers.conf
and avoid setting any environment variables at all.

(Bitbake rev: 5def1c8c31432968349f9b29d6333d7962260a8b)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/cooker.py
bitbake/lib/bb/parse/parse_py/ConfHandler.py