meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
sw:yocto:bitbake [2022/01/05 14:21] niziaksw:yocto:bitbake [2022/06/19 18:47] (current) niziak
Line 20: Line 20:
   * ''cleanstate'' remove output and SSTATE cache files for given package   * ''cleanstate'' remove output and SSTATE cache files for given package
                      
 +==== dependency explorer ====
 +
 +Dependency explorer is replaced by "Task Explorer" in Yocto 3.3.1. [[https://docs.yoctoproject.org/3.3.1/singleindex.html#bitbake-changes|4.10.10 BitBake Changes]]
 +
 +  * ''bitbake -g -u taskexp''
 +  * [[http://www.openembedded.org/wiki/Inspect_DEPENDS|Inspect DEPENDS]]
 +  * [[https://stackoverflow.com/questions/63284156/how-can-i-determine-what-is-causing-an-unwanted-package-to-be-built-in-yocto|How can I determine what is causing an unwanted package to be built in Yocto?]]
 +  * [[https://stackoverflow.com/questions/67785619/why-is-package-included-in-yocto-rootfs|Why is package included in Yocto rootfs?]]
 +  * [[https://stackoverflow.com/questions/71121323/yocto-how-to-know-why-a-package-is-included|Yocto: How to know why a package is included?]]
 +
 +