On 07/12, Stephano Cetola wrote:
> Changes from V3:
> Split off of whitespace rather than comma.
>
> Stephano Cetola (1):
> rootfs.py: allow removal of support packages
>
> meta/lib/oe/rootfs.py | 20 ++--
> 1 file changed, 18 insertions(+), 2 deletions(-)
>
> --
> 2.9.0
>
I
Changes from V3:
Split off of whitespace rather than comma.
Stephano Cetola (1):
rootfs.py: allow removal of support packages
meta/lib/oe/rootfs.py | 20 ++--
1 file changed, 18 insertions(+), 2 deletions(-)
--
2.9.0
--
___
Openem
For images not containing a package manager, this allows the removal of support
packages based on the REMOVE_PKG_SUPPORT variable. Packages that will be
uninstalled include: update-rc.d, base-passwd, shadow, run-postinsts, and
update-alternatives.
[ YOCTO #9491 ]
Signed-off-by: Stephano Cetola
-