Re: [OE-core][PATCH] fully fix kernel menuconfig shell composition fault in cml1.bbclass

2024-09-13 Thread Sam Liddicott
TL;DR: Applying the Jaeyoon Jung patch (with fixups) to dunfell or thud does not fix the core problem but breaks even more (thud and dunfell use ' ), but the attached patches do. I'm testing with extra config: KCONFIG_CONFIG_COMMAND_prepend=' X="1 2" ' KCONFIG_CONFIG_COMMAND_prepend=" Y='a

[OE-core][PATCH] fully fix kernel menuconfig shell composition fault in cml1.bbclass

2024-09-12 Thread Sam Liddicott
I mistakenly posted bad patches to bitbake-devel earlier today. These are 2 alternative patches (pick only one). They apply on master branch but should backport easily. I tested them and generated them on kirkstone (and then updated the path and checked application on master). This is a full fix