]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Mar 2023 17:09:57 +0000 (17:09 +0000)
commitaf82e59e8f08369aabd5fa6eb43022982d4e59a7
tree708b4094e6acc3db67fee74261708c678ff3a1e5
parent8b5e1cce35e129b21d871ab45b03811fdb6eaf8f
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>
scripts/lib/devtool/upgrade.py