Re: [yocto] Getting a list of recipes which accessed network during do_fetch

2024-05-23 Thread Martin Jansa
You can set BB_NO_NETWORK and check what fails to build from local DL_DIR. On Thu, May 23, 2024 at 11:46 AM gauravpathak129 via lists.yoctoproject.org wrote: > > Hello Experts, > > I am wondering if there is any built in "Yocto way" of listing all the > recipes/packages which accessed network

Re: [yocto] Getting a list of recipes which accessed network during do_fetch

2024-05-23 Thread Alexander Kanavin
I wonder what is the use case? Perhaps there's a way to achieve that in some other way altogether? Alex On Thu, 23 May 2024 at 11:46, gauravpathak129 via lists.yoctoproject.org wrote: > > Hello Experts, > > I am wondering if there is any built in "Yocto way" of listing all the >

[yocto] Getting a list of recipes which accessed network during do_fetch

2024-05-23 Thread gauravpathak129
Hello Experts, I am wondering if there is any built in "Yocto way" of listing all the recipes/packages which accessed network while fetching the source code during do_fetch(). Also, would like to list the recipes/packages which got its source code from local file system and didn't accessed