]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
kernel-module-split.bbclass: support muti-lines in module conf
authorMing Liu <liu.ming50@gmail.com>
Wed, 1 Oct 2025 09:34:53 +0000 (11:34 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Jan 2026 14:21:52 +0000 (14:21 +0000)
commit33a8d89757ea50636fdf784883df604235e540d7
tree33ff0af5ae8c2e5100412d4e03e5d36b9d5a27d1
parent653e3c265f44b27dbb942eb217bc7f10754aff2b
kernel-module-split.bbclass: support muti-lines in module conf

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'.

Reported-by: Mathias Thore <mathias.thore@atlascopco.com>
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/kernel-module-split.bbclass