]> 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)
committerSteve Sakoman <steve@sakoman.com>
Mon, 9 Nov 2020 16:52:34 +0000 (06:52 -1000)
commitb5a113273dc4c062a4b734a403a3bb4a5e92c8ee
tree0b964a0e57383ca949d9cfb9313b372fc70791cc
parent23f482ba5e6f2b0ab093ad73c4b22978f4bde543
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: Steve Sakoman <steve@sakoman.com>
meta/classes/kernel-module-split.bbclass