diff options
author | Chris Laplante <chris.laplante@agilent.com> | 2024-12-06 11:24:40 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-06 23:33:54 +0000 |
commit | c7b362f5ec380bea7dcce9790f739d3b507b4341 (patch) | |
tree | ee8894900a0fb69a57f316e73c5958731227f399 /bitbake/lib/bb/parse/parse_py/ConfHandler.py | |
parent | 1859213e67a0deb12403886aca75270ea6069d81 (diff) | |
download | poky-c7b362f5ec380bea7dcce9790f739d3b507b4341.tar.gz |
bitbake: knotty: print an error if MACHINE is not set
When the user forgets to set MACHINE, bitbake just exits without
printing anything.
This is because BB_CONSOLELOG ends up with an unexpanded '${MACHINE}', which
bb.utils.mkdirhier tries to report using bb.fatal. But bb.fatal utilizes the
very logging infrastructure that this code was trying to setup.
(Bitbake rev: 7d3f3655b2f610f76898c84b8b97ef2e26529c41)
Signed-off-by: Chris Laplante <chris.laplante@agilent.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/parse/parse_py/ConfHandler.py')
0 files changed, 0 insertions, 0 deletions