]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
devtool: avoid recursion into nested git repos with submodules
authorClement Faure <clement.faure@arm.com>
Thu, 12 Feb 2026 10:38:02 +0000 (11:38 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Feb 2026 18:05:10 +0000 (18:05 +0000)
commitc63fa18db31e329dca0ba86be078cd8a723ead0e
tree72367c2120a53b00f1b3ba2ad49737fda1b8152e
parent4f6192f3165de0bc2499e045607c7e7ffd878a4b
devtool: avoid recursion into nested git repos with submodules

Prevent devtool from recursing into nested git repositories with
submodules to avoid double git submodule add operation.

Signed-off-by: Clement Faure <clement.faure@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/__init__.py