]> code.ossystems Code Review - openembedded-core.git/commit
package_manager: expand the removal list for RPM
authorRoss Burton <ross.burton@intel.com>
Fri, 27 Apr 2018 15:55:44 +0000 (16:55 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 May 2018 12:09:01 +0000 (13:09 +0100)
commitc8a6422457b4d29e6afd1e193b8b921287472137
tree017f09b27dc8790bdac74693f96c24d87f51cf60
parent9611485bba03ef77ff31121e3b1da7cd57990c3e
package_manager: expand the removal list for RPM

If package management is disabled we remove the state and configuration for the
package manager after the rootfs has been populated.  This list wasn't complete
and the DNF/RPM configuration files were left behind.

As we've added files to the list (and not just directories), expand the
backup/restore package management state code to handle this.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/package_manager.py