]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
devtool/upgrade: do not delete the workspace/recipes directory
authorAlexander Kanavin <alex.kanavin@gmail.com>
Thu, 9 Mar 2023 15:19:33 +0000 (16:19 +0100)
committerSteve Sakoman <steve@sakoman.com>
Tue, 21 Mar 2023 14:33:39 +0000 (04:33 -1000)
commitbb350782ba1a66f1cf0d3e043000f5e1535cf961
treef1285e75a916c189854e2c67796023302353df9d
parent705b5c51610a1d5a267a3f6559667a5f70fbadf5
devtool/upgrade: do not delete the workspace/recipes directory

If it exists, there is no need to delete it, and if it does not,
devtool prints an ugly traceback.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit af82e59e8f08369aabd5fa6eb43022982d4e59a7)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
scripts/lib/devtool/upgrade.py