diff options
author | Fabio Berton <fbberton@gmail.com> | 2021-06-28 15:14:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-29 22:24:29 +0100 |
commit | 1f3094e7756ebd2f9ac527f62de07695b7eeca28 (patch) | |
tree | 472a3c5a701a25aeba3af55950ad122d569d369f /scripts/lib/devtool/deploy.py | |
parent | b6cbc055eb42f6d7e1cf9554b51842e2b89215d1 (diff) | |
download | poky-1f3094e7756ebd2f9ac527f62de07695b7eeca28.tar.gz |
lib/oe/package_manager: Don't ignore installation failures in install_complementary
When attempt_only flag is set to True all installation failures are
ignored. Disable attempt_only, that is the default in install function,
to raise error in install_complementary and to prevent do_populate_sdk
task to treat errors as warnings.
[RP: Historically some of our addtional packages were in bad shape and
wouldn't all install. This is no longer the case so we shouldn't need
a hack like this any longer.]
(From OE-Core rev: 8042ad9ca91ddaaf741366e1068c63c284ff98f5)
Signed-off-by: Fabio Berton <fabio.berton@criticaltechworks.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/deploy.py')
0 files changed, 0 insertions, 0 deletions