diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index da051e5e45..85cbf25746 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -3389,24 +3389,27 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" S - The location in the Build Directory - where unpacked package source code resides. + The location in the + Build Directory + where unpacked recipe source code resides. This location is within the working directory - (WORKDIR), which - is not static. - The unpacked source location depends on the package name + (WORKDIR), + which is not static. + The unpacked source location depends on the recipe name (PN) and - package version (PV) as + recipe version + (PV) as follows: ${WORKDIR}/${PN}/${PV} As an example, assume a - Source Directory top-level - folder named poky and a default Build - Directory at poky/build. - In this case, the working directory the build system uses to build - the db package is the following: + Source Directory + top-level folder named poky and a + default Build Directory at poky/build. + In this case, the working directory the build system uses + to keep the unpacked recipe for db + is the following: ~/poky/build/tmp/work/qemux86-poky-linux/db/5.1.19-r3/db-5.1.19