Hi, Alexander/maintainers: Could you please kindly help me review this MR? It's pending for a while.
the best. thank you Ming Liu <[email protected]> 於 2025年10月1日 週三 下午12:02寫道: > > Can you provide an example of such a variable which causes the issue? > > Sure, when we have the following settings: > > ``` > KERNEL_MODULE_AUTOLOAD = "mod1" > module_conf_mod1 = "line1\nline2\nline3" > ``` > > // MIng > > Alexander Kanavin <[email protected]> 於 2025年10月1日 週三 上午11:49寫道: > >> On Wed, 1 Oct 2025 at 11:35, Ming Liu via lists.openembedded.org >> <[email protected]> wrote: >> > >> > The expanded bitbake variables are raw strings so it does not support >> > writting multiple lines to a kernel module conf, add the support by >> > decoding it with 'unicode-escape'. >> > - f.write("%s\n" % modconf) >> > + f.write("%s\n" % >> modconf.encode().decode('unicode-escape')) >> >> Can you provide an example of such a variable which causes the issue? >> >> Alex >> >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#226694): https://lists.openembedded.org/g/openembedded-core/message/226694 Mute This Topic: https://lists.openembedded.org/mt/115529543/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
