]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oe-setup-build: raise exceptions on errors
authorAlexander Kanavin <alex@linutronix.de>
Tue, 17 Dec 2024 14:07:01 +0000 (15:07 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Dec 2024 11:11:45 +0000 (11:11 +0000)
commitd44ab1c3abb25ef08307558430d76a47cde07cc1
tree8e5318f0ddc1020d31a09d8d92d855e784b3d3da
parentf95be557c3087597df6179455294dd143ccdb07d
oe-setup-build: raise exceptions on errors

Otherwise the tool simply prints what went wrong and exits without error,
which makes it impossible for tools like bitbake-setup to determine that
the requested operation did not succeed.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-setup-build