diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index a76a8c2ecb..f752856b9d 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -10486,17 +10486,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 10486 | The location in the | 10486 | The location in the |
| 10487 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> | 10487 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> |
| 10488 | where unpacked recipe source code resides. | 10488 | where unpacked recipe source code resides. |
| 10489 | This location is within the work directory | 10489 | By default, this directory is |
| 10490 | (<filename><link linkend='var-WORKDIR'>WORKDIR</link></filename>), | 10490 | <filename>${</filename><link linkend='var-WORKDIR'><filename>WORKDIR</filename></link><filename>}/${</filename><link linkend='var-BPN'><filename>BPN</filename></link><filename>}-${</filename><link linkend='var-PV'><filename>PV</filename></link><filename>}</filename>, |
| 10491 | which is not static. | 10491 | where <filename>${BPN}</filename> is the base recipe name |
| 10492 | The unpacked source location depends on the recipe name | 10492 | and <filename>${PV}</filename> is the recipe version. |
| 10493 | (<filename><link linkend='var-PN'>PN</link></filename>) and | 10493 | If the source tarball extracts the code to a directory |
| 10494 | recipe version | 10494 | named anything other than <filename>${BPN}-${PV}</filename>, |
| 10495 | (<filename><link linkend='var-PV'>PV</link></filename>) as | 10495 | or if the source code if fetched from an SCM such as |
| 10496 | follows: | 10496 | Git or Subversion, then you must set <filename>S</filename> |
| 10497 | <literallayout class='monospaced'> | 10497 | in the recipe so that the OpenEmbedded build system |
| 10498 | ${WORKDIR}/${PN}-${PV} | 10498 | knows where to find the unpacked source. |
| 10499 | </literallayout> | ||
| 10500 | </para> | 10499 | </para> |
| 10501 | 10500 | ||
| 10502 | <para> | 10501 | <para> |
| @@ -10510,6 +10509,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 10510 | <literallayout class='monospaced'> | 10509 | <literallayout class='monospaced'> |
| 10511 | poky/build/tmp/work/qemux86-poky-linux/db/5.1.19-r3/db-5.1.19 | 10510 | poky/build/tmp/work/qemux86-poky-linux/db/5.1.19-r3/db-5.1.19 |
| 10512 | </literallayout> | 10511 | </literallayout> |
| 10512 | The unpacked source code resides in the | ||
| 10513 | <filename>db-5.1.19</filename> folder. | ||
| 10513 | </para> | 10514 | </para> |
| 10514 | </glossdef> | 10515 | </glossdef> |
| 10515 | </glossentry> | 10516 | </glossentry> |
