]> 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>
Thu, 3 May 2018 09:03:28 +0000 (10:03 +0100)
commit4524068ad2248b37fb08a24828d018e2f7e6a761
tree512acd87dced6d4fe14c43e3491b8fce8f8cd765
parent3428138c5d26d4bcba7a0e562fae83348fb53bf9
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.

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