diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-16 13:24:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-17 12:36:14 +0100 |
commit | 7cad26d585f67fa6bf873b8be361c6335a7db376 (patch) | |
tree | 0a4d4f3fe8a065fba9c5bb050262aae3fdbdbe1f /documentation/profile-manual | |
parent | 1613cd01d0909e6ddbdc0a59ad9f0d89f2f8ed76 (diff) | |
download | poky-7cad26d585f67fa6bf873b8be361c6335a7db376.tar.gz |
bitbake: ui/toasterui: Fix startup faults from incorrect event sequencing
Toaster has been failing to start correctly when in interactive mode. The
issue is due to setEventMask being called (which triggers parsing) before
the environment has been sent from the UI over to the server. This means
PATH isn't setup, which causes the sanity checks on HOSTTOOLS to fail
in base.bbclass.
The fix is to ensure the environment is sent to the server before
other commands are run.
The pain in debugging this highlights other improvements to the logging
are needed.
[YOCTO #14079]
Reviewed-by: Tim Orling <timothy.t.orling@linux.intel.com>
Tested-by: Tim Orling <timothy.t.orling@linux.intel.com>
(Bitbake rev: a8efff5c83cd5a25f4b6720e6414a7aa35d04bc7)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/profile-manual')
0 files changed, 0 insertions, 0 deletions