Re: [OE-core] [PATCH v2] rootfs: remove ldconfig auxiliary cache where appropriate

2021-07-27 Thread Damian Wrobel
On Fri, 23 Jul 2021 20:21:28 +0200 Andre McCurdy wrote > On Fri, Jul 23, 2021 at 2:22 AM Damian Wrobel > wrote: > > > > Removes the /var/cache/ldconfig auxiliary cache directory from > > the rootfs when: > > - read-only-rootfs is in DISTRO_FEATURES, > > - ldconfig is not

Re: [OE-core] [PATCH v2] rootfs: remove ldconfig auxiliary cache where appropriate

2021-07-23 Thread Andre McCurdy
On Fri, Jul 23, 2021 at 2:22 AM Damian Wrobel wrote: > > Removes the /var/cache/ldconfig auxiliary cache directory from > the rootfs when: > - read-only-rootfs is in DISTRO_FEATURES, > - ldconfig is not in DISTRO_FEATURES. Comments say DISTRO_FEATURES but code is checking IMAGE_FEATURES in

[OE-core] [PATCH v2] rootfs: remove ldconfig auxiliary cache where appropriate

2021-07-23 Thread Damian Wrobel
Removes the /var/cache/ldconfig auxiliary cache directory from the rootfs when: - read-only-rootfs is in DISTRO_FEATURES, - ldconfig is not in DISTRO_FEATURES. In both cases the /var/cache/ldconfig/aux-cache is useless. Signed-off-by: Damian Wrobel --- meta/lib/oe/rootfs.py | 10 ++