]> code.ossystems Code Review - openembedded-core.git/commit
kernel-module-split.bbclass: fix kernel modules getting marked as CONFFILES
authorGratian Crisan <gratian.crisan@ni.com>
Fri, 4 Dec 2020 19:30:21 +0000 (13:30 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Dec 2020 12:15:30 +0000 (12:15 +0000)
commitdb5f2ca532db4f0d2e05b7cb5f9d146e1dd76ab3
tree328907e6e73f1956c1944f0c0d4d442760a51d82
parent9c39a1360d81264e867242f238f6d14fdb395e96
kernel-module-split.bbclass: fix kernel modules getting marked as CONFFILES

Yi pointed out that commit 1a70a92d1f10 ("kernel-module-split.bbclass:
identify kernel modconf files as configuration files") is
unintentionally adding the actual kernel /lib/modules .ko files to the
CONFFILES variable.

The root cause is the re-use of the 'files' variable in that commit.
Fix it by using a separate variable to keep track of the generated
module .conf files that need to be marked as configuration files.

Fixes: 1a70a92d1f10 ("kernel-module-split.bbclass: identify kernel modconf files as configuration files")
Reported-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Gratian Crisan <gratian.crisan@ni.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel-module-split.bbclass