]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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)
committerMathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Fri, 3 Oct 2025 05:50:09 +0000 (07:50 +0200)
commit727ae31da351d8278fa4589e476517a8c256f4de
tree44f3d051b22412cd1d5969e644ebf88ee6f33329
parentb775b0fcf77bc566a893ce5d76e91ba5bda36e0a
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>
meta/classes-recipe/kernel-module-split.bbclass