]> code.ossystems Code Review - openembedded-core.git/commit
kernel-module-split.bbclass: identify kernel modconf files as configuration files
authorGratian Crisan <gratian.crisan@ni.com>
Thu, 5 Nov 2020 21:39:56 +0000 (15:39 -0600)
committerAnuj Mittal <anuj.mittal@intel.com>
Tue, 17 Nov 2020 03:45:12 +0000 (11:45 +0800)
commiteb42ef100c52b243eee55b950f3dc7d4010ea1f2
tree7f3fdab021dc1def48c06e7e78b05a4c3d1f11eb
parente14646de7fb45605de33fc0b797dad013ec20414
kernel-module-split.bbclass: identify kernel modconf files as configuration files

Currently the modconf fragments representing the configuration for
kernel modules are written out to appropriate .conf files and added to
the FILES variable. However they are not identified as 'configuration
files' and installing a new version of a kernel module results in a
conflict and a failed installed because the respective .conf file is
already in place from a previous install.

Add the generated .conf files to the CONFFILES variable denoting their
true nature.

Signed-off-by: Gratian Crisan <gratian.crisan@ni.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1a70a92d1f1006be115429a4262259c9084f484d)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/classes/kernel-module-split.bbclass