]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
opkg: Pass '--volatile-cache' when building rootfs pbarker/opkg-v0.3.0-rc2
authorPaul Barker <paul@paulbarker.me.uk>
Wed, 24 Sep 2014 11:03:33 +0000 (13:03 +0200)
committerPaul Barker <paul@paulbarker.me.uk>
Sun, 1 Feb 2015 13:52:25 +0000 (13:52 +0000)
commitd29dcdfcdad439b7e66bf7af83eb07fb1d488242
treee7756d98c5e8812d846c5178aa35aad3dc6bab5b
parent7dbde4bc466665cd628538db0df96c01f42a5bbd
opkg: Pass '--volatile-cache' when building rootfs

The '--volatile-cache' argument is passed to opkg when building the root
filesystem to ensure that the cache of downloaded packages is cleared out when
opkg finishes installing packages. Without this option, stale packages and links
may be left in the cache, increasing the size of the generated filesystem.

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
meta/lib/oe/package_manager.py