]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
devtool/upgrade: correctly handle recipes where S is a subdir of upstream tree
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 13 Dec 2022 11:10:56 +0000 (12:10 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 18 Dec 2022 19:45:38 +0000 (19:45 +0000)
commit0817aa5537a8d7cc9591c53dfaa1d225f4c327f7
treea7b964425c19bf50d9b208fb9c820d3df0352c58
parentef19afdc80edc80d76dbbc8a5de5a5b994ff718d
devtool/upgrade: correctly handle recipes where S is a subdir of upstream tree

'devtool modify' writes additional settings to workspace .bbappend so that this
can be handled correctly, but 'devtool upgrade' does not. This adds the missing
settings.

In particular, local files should not anymore mysteriously disappear from
SRC_URIs on upgrades.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
scripts/lib/devtool/standard.py
scripts/lib/devtool/upgrade.py