Re: [yocto] Query regarding removing unused recipes and components on a Yocto based build

2024-08-08 Thread Ross Burton
> On 8 Aug 2024, at 06:38, dipansusahu99 via lists.yoctoproject.org > wrote: > > I have a build environment that is used to create a custom os based on yocto, > so there are a lot of components and libraries/recipes that are not being > used in the process, i want to find out what are the re

[yocto] Query regarding removing unused recipes and components on a Yocto based build

2024-08-07 Thread dipansusahu99
I have a build environment that is used to create a custom os based on yocto, so there are a lot of components and libraries/recipes that are not being used in the process, i want to find out what are the recipes and libraries and lines of code that are not being used. How Should I go about it?