Re: [OE-core] [meta-oe][PATCH] externalsrc:git submodule--helper list unsupported

2022-10-10 Thread Peter Hurley via lists.openembedded.org
Hi John, This approach doesn't seem correct, and we're observing build failures when cherry-picked onto latest dunfell. What is the cwd for this line?  On dunfell, it's wherever bitbake was started right? Which might be totally unrelated to the recipe. + if os.path.exists(".gitmodules"):

[OE-core] [meta-oe][PATCH] externalsrc:git submodule--helper list unsupported

2022-09-28 Thread John Broadbent via lists.openembedded.org
From: John Edward Broadbent Git has removed support for "git submodule--helper list". https://github.com/git/git/commit/31955475d1c283120d5d84247eb3fd55d9f5fdd9 This change provides an alternate method for gathering the submodules information. Tested: Build recipes with and without submodules