]> code.ossystems Code Review - openembedded-core.git/commit
oe-buildenv-internal: Fix finding build directory
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 21 Oct 2017 12:00:52 +0000 (13:00 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 Nov 2017 16:53:32 +0000 (16:53 +0000)
commit82eeb934997c9eaa6443079dfb649a89872a222c
treeb2698ce74aba7dc30559f51f99971bc9e368e194
parent3b413a80578caacd9a7f405f3c51a3921d78a60d
oe-buildenv-internal: Fix finding build directory

The intent of the env setup scripts is to set BBPATH to point at the
build directory. This means if the user changes directory, bitbake can
still find the original build directory. The default bblayers.conf files
reset BBPATH to the correct components so this is safe and restores the
behaviour the script was intended to have.

[YOCTO #12163]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-buildenv-internal