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/06/19 18:47] niziaksw:yocto:bitbake [2025/04/13 17:59] (current) niziak
Line 2: Line 2:
  
 [[https://docs.yoctoproject.org/bitbake/bitbake-user-manual/bitbake-user-manual-intro.html|BitBake User Manual]] [[https://docs.yoctoproject.org/bitbake/bitbake-user-manual/bitbake-user-manual-intro.html|BitBake User Manual]]
-===== Bitbake tasks ===== 
  
-  * ''fetch'' If needed, make local copy of remote sources (bz2, git, svn,  ...). 
-  * ''unpack'' prepare source of package in work directory (bz2 - unpack, git -   clone from local copy, etc) 
-  * ''patch'' apply all *.patch files from SRC_URI 
-  * ''configure'' 
-  * ''compile'' 
-  * ''install'' 
-  * ''package'' split installed on fake sysroot files into separate packages: 
-     * main package or library (package_name) 
-     * debugging symbols (package_name-dbg) 
-     * documentation (package_name-doc) 
-     * locales (package_name-locale) 
-     * development headers (package_name-dev) 
- 
-  * ''clean'' 
-  * ''cleanstate'' remove output and SSTATE cache files for given package 
                      
 ==== dependency explorer ==== ==== dependency explorer ====