]> code.ossystems Code Review - openembedded-core.git/commit
rootfs.py: Stop using installed_pkgs.txt
authorMariano Lopez <mariano.lopez@linux.intel.com>
Wed, 4 Nov 2015 07:50:47 +0000 (07:50 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Nov 2015 15:55:29 +0000 (15:55 +0000)
commitbf935ac16f6175673417dda92a619946b52fac87
tree1719270515fe7014aa9575df3ea1e9f144d5fdbe
parent2d91290ab5608dd1297d1c26ab807fc4574a8a6b
rootfs.py: Stop using installed_pkgs.txt

The method _uninstall_unneeded uses the file installed_pkgs.txt,
this file is left after the build and can cause confusion. This
changes allow to get the installed packages using functions of
rootfs instead of the installed_pkgs.txt file. With this change
now is possible to remove the file without breaking anything.

[YOCTO #8444]

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