]> code.ossystems Code Review - openembedded-core.git/commit
devtool: fix running from a different directory
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 8 Sep 2015 10:39:15 +0000 (11:39 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Sep 2015 13:25:07 +0000 (14:25 +0100)
commit1687ec04bfee327fe24fdfecb67db689835769f2
tree35acb524348fd346f68042d1c4e03ac870976e18
parent6dc0269bca3e874582d61b40dbf0d495331fb96a
devtool: fix running from a different directory

Fixes the following error when running devtool from a directory other
than the build directory (or the SDK base path when using within the
extensible SDK):

  The BBPATH variable is not set and bitbake did not find a
  conf/bblayers.conf file in the expected location.
  Maybe you accidentally invoked bitbake from the wrong directory?

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/devtool