meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| sw:yocto:bitbake:vars [2022/10/05 08:31] – created niziak | sw:yocto:bitbake:vars [2022/10/25 13:35] (current) – niziak | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| * **DEPENDS** Lists a recipe' | * **DEPENDS** Lists a recipe' | ||
| * **RDEPENDS** Lists runtime dependencies of a package. These dependencies are other packages that must be installed in order for the package to function correctly. | * **RDEPENDS** Lists runtime dependencies of a package. These dependencies are other packages that must be installed in order for the package to function correctly. | ||
| - | * | ||
| + | * **PN** - The recipe name | ||
| + | * **PR** - The recipe revision | ||
| + | * **PV** - The recipe version | ||
| + | |||
| + | Build related: | ||
| + | * **S** (by default '' | ||
| + | * **B** (by default the same as **S**) - directory within build directory, where objects are generated. | ||
| + | * **D** - directory within build directory, where components are installed (destination directory) | ||
| + | |||
| + | < | ||
| + | Variable name Definition | ||
| + | ------------- | ||
| + | prefix | ||
| + | base_prefix (empty) | ||
| + | exec_prefix ${base_prefix} | ||
| + | base_bindir ${base_prefix}/ | ||
| + | base_sbindir ${base_prefix}/ | ||
| + | base_libdir ${base_prefix}/ | ||
| + | datadir | ||
| + | sysconfdir / | ||
| + | localstatedir / | ||
| + | infodir | ||
| + | mandir | ||
| + | docdir | ||
| + | servicedir / | ||
| + | bindir | ||
| + | sbindir | ||
| + | libexecdir ${exec_prefix}/ | ||
| + | libdir | ||
| + | includedir ${exec_prefix}/ | ||
| + | palmtopdir ${libdir}/ | ||
| + | palmqtdir ${palmtopdir} | ||
| + | </ | ||