]> code.ossystems Code Review - openembedded-core.git/commit
rootfs: only use dnf to cleanup if package management is enabled
authorRoss Burton <ross.burton@intel.com>
Fri, 27 Apr 2018 15:56:12 +0000 (16:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 May 2018 12:09:01 +0000 (13:09 +0100)
commitf23332dc6a0c5b49246b4d17ec4e6fcad0cb7d47
tree0c34ab9cb83efa9d06475fc2acffbe5efa882436
parentc8a6422457b4d29e6afd1e193b8b921287472137
rootfs: only use dnf to cleanup if package management is enabled

If package management has been disabled then we've already removed all the
state, and running 'dnf clean all' again will simply recreate a lot of the
files.

(From OE-Core rev: 4524068ad2248b37fb08a24828d018e2f7e6a761)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/rootfs.py