]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: toaster: unset BBPATH before starting bbserver for backwards compatibility
authorDavid Reyna <David.Reyna@windriver.com>
Thu, 30 Nov 2017 08:55:23 +0000 (00:55 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Dec 2017 15:05:29 +0000 (15:05 +0000)
commit7f7154dda9c6c342b7e671a7916659238453d661
treec0b6e90b06aab0f8e81617964d1714d93955f58f
parentb73e96e7f3f5d1ba3a221d99792a7a3c7ef42c21
bitbake: toaster: unset BBPATH before starting bbserver for backwards compatibility

The latest build enviroment script is now setting BBPATH. This breaks
building previous releases from a master-based Toaster, because with this
newly inherited BBPATH value the 'bitbake.lock' file ends up in the
Toaster build directory instead of the project's build directory.

Toaster should always clear BBPATH so that the bbserver's environment
is clean (enough).

[YOCTO #12363]

(Bitbake rev: 21dde782c049108dd9455ffbf431de214437e800)

Signed-off-by: David Reyna <David.Reyna@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/toaster/bldcontrol/localhostbecontroller.py