]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
kernel.bbclass: add preceding space in appendVar setting
authorChen Qi <Qi.Chen@windriver.com>
Mon, 30 Oct 2023 06:31:33 +0000 (14:31 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Oct 2023 17:12:16 +0000 (17:12 +0000)
commit266cd948d4aa68de34075e8ed6299f7d80d19346
tree5467922e3e07db9686be3ef04c126032f0e59787
parentbefec4d3591bb0dce0e256cf338eb541b2a56b98
kernel.bbclass: add preceding space in appendVar setting

The appendVar setting should have a preceding space, otherwise, when
KERNEL_MODULE_SPLIT is set to "0", we'll sometimes get dependency error
due to lacking of space.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/kernel.bbclass