summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-09-21 07:02:00 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-24 16:36:09 +0100
commit9bc3b4486665d8e51cafdb717d69f0a01537b33a (patch)
tree1bc8a239ee2fd27996d593ceda68a9b7eabc6632
parent249869ec2fb092fbb87bcce3ba3847d140dd6120 (diff)
downloadpoky-9bc3b4486665d8e51cafdb717d69f0a01537b33a.tar.gz
documentation/dev-manual/dev-manual-common-tasks.xml: external SCM Update
Updated the section "Using an External SCM." This section was written so that PN was refering to a package instead of correctly refering to the recipe. (From yocto-docs rev: 2bf44cf78bef08d2dd4d9e596100900913777d60) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index e456d540a0..b42a09bf2b 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1716,8 +1716,9 @@
1716 1716
1717 <para> 1717 <para>
1718 If you're working on a recipe that pulls from an external Source Code Manager (SCM), it 1718 If you're working on a recipe that pulls from an external Source Code Manager (SCM), it
1719 is possible to have the OpenEmbedded build system notice new changes added to the 1719 is possible to have the OpenEmbedded build system notice new recipe changes added to the
1720 SCM and then build the package that depends on them using the latest version. 1720 SCM and then build the resulting package that depends on the new recipes by using the latest
1721 versions.
1721 This only works for SCMs from which it is possible to get a sensible revision number for changes. 1722 This only works for SCMs from which it is possible to get a sensible revision number for changes.
1722 Currently, you can do this with Apache Subversion (SVN), Git, and Bazaar (BZR) repositories. 1723 Currently, you can do this with Apache Subversion (SVN), Git, and Bazaar (BZR) repositories.
1723 </para> 1724 </para>
@@ -1730,7 +1731,7 @@
1730 SRCREV_pn-&lt;PN&gt; = "${AUTOREV}" 1731 SRCREV_pn-&lt;PN&gt; = "${AUTOREV}"
1731 </literallayout> 1732 </literallayout>
1732 where <filename>PN</filename> 1733 where <filename>PN</filename>
1733 is the name of the package for which you want to enable automatic source 1734 is the name of the recipe for which you want to enable automatic source
1734 revision updating. 1735 revision updating.
1735 </para> 1736 </para>
1736 </section> 1737 </section>