meta data for this page
  •  

Differences

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

Link to this comparison view

sw:yocto:bitbake:tasks [2025/04/13 17:59] – created niziaksw:yocto:bitbake:tasks [2025/04/13 18:00] (current) niziak
Line 1: Line 1:
 ====== tasks ====== ====== tasks ======
 +
 +===== 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
  
 ===== remove tasks ===== ===== remove tasks =====