]> 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)
committerAnuj Mittal <anuj.mittal@intel.com>
Thu, 10 Dec 2020 01:14:50 +0000 (09:14 +0800)
commit6cc93de69fc53af0a3b7fb8d6c6201d4911e78b9
tree8aa4c72e5bfb2029640593794e0fb3c877ea3b90
parentb76b2b304368eaf77800fc4f957cad05169040ca
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>
(cherry picked from commit db5f2ca532db4f0d2e05b7cb5f9d146e1dd76ab3)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/classes/kernel-module-split.bbclass