[OE-core] [PATCH][V2] kernel_dep_check.bbclass: help track kernel depend

2022-12-28 Thread John Broadbent via lists.openembedded.org
From: John Edward Broadbent This recipe can be used to identify kernel dependencies, and immediately throw build errors if those dependencies are not met. Signed-off-by: John Edward Broadbent --- meta/classes-recipe/kernel_dep_check.bbclass | 81 1 file changed, 81

[OE-core] [PATCH] kernel_dep_check.bbclass: help track kernel depend

2022-11-15 Thread John Broadbent via lists.openembedded.org
From: John Edward Broadbent This recipe can be used to identify kernel dependencies, and immediately throw build errors if those dependencies are not met. Signed-off-by: John Edward Broadbent --- meta/classes-global/kernel_dep_check.bbclass | 81 1 file changed, 81

[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