]> code.ossystems Code Review - openembedded-core.git/commit
rootfs: remove ldconfig auxiliary cache where appropriate
authorDamian Wrobel <dwrobel@ertelnet.rybnik.pl>
Tue, 27 Jul 2021 10:11:46 +0000 (12:11 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Jul 2021 22:46:56 +0000 (23:46 +0100)
commite7a18904582b27fd12a437ff4d8d25c625af7696
tree8967e647356858426688db10553590a9e3c03dfe
parent45d59b774b95c91193a8376b83c05291d555e5c8
rootfs: remove ldconfig auxiliary cache where appropriate

Removes the /var/cache/ldconfig auxiliary cache directory from
the rootfs when:
 - read-only-rootfs is in IMAGE_FEATURES,
 - ldconfig is not in DISTRO_FEATURES.

In both cases the /var/cache/ldconfig/aux-cache is useless.

Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/rootfs.py