diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-01-08 14:17:56 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-21 21:57:58 +0000 |
| commit | 6d65a98fa99559c4f327303cd34229e42bc17b44 (patch) | |
| tree | 9423728d95d53cbe7aa870a4aacb7e18af637279 /documentation/dev-manual | |
| parent | a1cb6dbc366f48adb5e05fcf8fee26f5e6cc9525 (diff) | |
| download | poky-6d65a98fa99559c4f327303cd34229e42bc17b44.tar.gz | |
dev-manual: Edits to "Unpacking Code" section.
Applied review comments to this section.
(From yocto-docs rev: f4075f61ca081df6c87abd876207da968450a8f3)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 36f67f10c3..c5ff3b29b5 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
| @@ -1602,18 +1602,21 @@ | |||
| 1602 | 1602 | ||
| 1603 | <para> | 1603 | <para> |
| 1604 | If you are fetching your source files from an upstream source | 1604 | If you are fetching your source files from an upstream source |
| 1605 | archived tarball then you normally do not need to set | 1605 | archived tarball and the tarball's internal structure matches |
| 1606 | <filename>S</filename>. | 1606 | the common convention of a top-level subdirectory named |
| 1607 | <filename>${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-BPN'><filename>BPN</filename></ulink><filename>}-${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PV'><filename>PV</filename></ulink><filename>}</filename>, | ||
| 1608 | then you do not need to set <filename>S</filename>. | ||
| 1607 | However, if <filename>SRC_URI</filename> specifies to fetch | 1609 | However, if <filename>SRC_URI</filename> specifies to fetch |
| 1608 | source from an SCM like Git or Subversion, your recipe needs | 1610 | source from an archive that does not use this convention, |
| 1609 | to define <filename>S</filename>. | 1611 | or from an SCM like Git or Subversion, your recipe needs to |
| 1612 | define <filename>S</filename>. | ||
| 1610 | </para> | 1613 | </para> |
| 1611 | 1614 | ||
| 1612 | <para> | 1615 | <para> |
| 1613 | If processing your recipe using BitBake successfully unpacks | 1616 | If processing your recipe using BitBake successfully unpacks |
| 1614 | the source files, you need to be sure that the structure | 1617 | the source files, you need to be sure that the directory |
| 1615 | created in <filename>${S}</filename> matches the structure | 1618 | pointed to by <filename>${S}</filename> matches the structure |
| 1616 | from the source. | 1619 | of the source. |
| 1617 | </para> | 1620 | </para> |
| 1618 | </section> | 1621 | </section> |
| 1619 | 1622 | ||
