]> 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>
Mon, 4 Dec 2017 17:14:17 +0000 (17:14 +0000)
commitbfacf88f15a27db579d8790d92f8497d832961f8
treee5e04773cc7b0a0db19854a3fa8eccaa7511e89a
parent45aee3d57697f8dcc967120b5afd280d5ceadd21
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>
(cherry picked from commit 82eeb934997c9eaa6443079dfb649a89872a222c)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/oe-buildenv-internal