Re: [oe] [PATCH v2] buildstats: support of custom disk usage command

2022-01-12 Thread Uladzimir Bely
In the email from вторник, 11 января 2022 г. 19:27:32 +03 user Khem Raj wrote: > Thanks for this patch however it needs to be sent to openembedded-core > mailing list Thanks for the answer. I'll resend it there. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

[oe] [PATCH v2] buildstats: support of custom disk usage command

2022-01-11 Thread Uladzimir Bely
This helps to make buildstats code usage easier in third-party projects like Isar (https://github.com/ilbers/isar/). In Isar rootfs is created using 'sudo' and some subpaths like '/proc' may be mounted. So, "du -sh" on rootfs produces multiple 'Permission denied' warnings. Customizable disk usage

Re: [oe] [PATCH v2] buildstats: support of custom disk usage command

2022-01-11 Thread Khem Raj
Thanks for this patch however it needs to be sent to openembedded-core mailing list On Tue, Jan 11, 2022 at 5:42 AM Uladzimir Bely wrote: > This helps to make buildstats code usage easier in third-party > projects like Isar (https://github.com/ilbers/isar/). In Isar > rootfs is created using

[oe] [PATCH v2] buildstats: support of custom disk usage command

2022-01-11 Thread Uladzimir Bely
This helps to make buildstats code usage easier in third-party projects like Isar (https://github.com/ilbers/isar/). In Isar rootfs is created using 'sudo' and some subpaths like '/proc' may be mounted. So, "du -sh" on rootfs produces incorrect result with multiple 'Permission denied' warnings.