On sty 26, 2025 16:51, Jörg Sommer wrote:
> Slawomir Stepien via lists.openembedded.org schrieb am So 26. Jan, 13:43
> (+0100):
> > Based on the documentation of KCONFIG_MODE[1], when we use "in-tree"
> > defconfig (the KBUILD_DEFCONFIG is set), then the alldefconfig
In both true/false cases, we will cp the file, so move the invocation
after the if body.
In addition, misleading comment has been removed.
Signed-off-by: Slawomir Stepien
---
meta/classes-recipe/kernel-yocto.bbclass | 8 +---
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/meta
Based on the documentation of KCONFIG_MODE[1], when we use "in-tree"
defconfig (the KBUILD_DEFCONFIG is set), then the alldefconfig mode
should be used with merge_config.sh.
This commit fixes the logic behind setting the flag by checking if the
provided defconfig file exists in the linux source tr
Based on the documentation of KCONFIG_MODE[1], when we use "in-tree"
defconfig (the KBUILD_DEFCONFIG is set), then the alldefconfig mode
should be used with merge_config.sh.
This commit fixes the logic behind setting the flag by checking if the
provided defconfig file exists in the linux source tr