]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
devtool/upgrade: catch bb.fetch2.decodeurl errors
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 1 Aug 2022 15:44:34 +0000 (17:44 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Aug 2022 15:26:03 +0000 (16:26 +0100)
commit74774f9b67580a8c56f605dfd4cc7b856bbeeae8
tree02a63168d9d543d38130c9401f02909bca2e04b6
parente653996369c1d2b5ac8367ad85f4816d679b6c98
devtool/upgrade: catch bb.fetch2.decodeurl errors

Otherwise, workspace cleanup (removing bogus recipe and source tree)
will not happen, leaving breakage behind.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
scripts/lib/devtool/upgrade.py