]> code.ossystems Code Review - openembedded-core.git/commit
rootfs.py: allow removal of unneeded packages
authorStephano Cetola <stephano.cetola@linux.intel.com>
Wed, 17 Aug 2016 23:25:33 +0000 (16:25 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 Aug 2016 22:02:10 +0000 (23:02 +0100)
commitcfb869ffd4c37c3cc8e6b3eb732c1a7b7cfc3cb0
treeabd28df01d5ea4c0d4055ba9a2c5a6ec755945c4
parent3437c0da8e89acb414298a338e13a8ae3efaad27
rootfs.py: allow removal of unneeded packages

Current functionality allows for the removal of certain packages
based on the read-only image feature. This patch extends this
functionality by adding the FORCE_RO_REMOVE variable, which will
remove these packages regardless of any image features.

[ YOCTO #9491 ]

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