diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-02-12 10:09:29 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-14 17:25:45 +0000 |
commit | a005cdaaedaadfeff8147bcb5050346314fd8bcb (patch) | |
tree | 04d2176de2f4b7a2a20947acfb6ad8ea7dd99ff3 /documentation/ref-manual/technical-details.xml | |
parent | ee180d1475e247817ea898f89c0df422e2551616 (diff) | |
download | poky-a005cdaaedaadfeff8147bcb5050346314fd8bcb.tar.gz |
dev-manual, ref-manual: Cross-references between PR Service and cache
Fixes YOCTO #3684
These changes help tie in the relationship between how the OE
build system uses checksums and such and the PR Service that
can track revision.
(From yocto-docs rev: 39a3010a3bb4b2c1d37aef60984ac16e85b56aac)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index a9c31c8b6e..3393e15933 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml | |||
@@ -194,6 +194,18 @@ | |||
194 | install them if they are deemed to be valid. | 194 | install them if they are deemed to be valid. |
195 | </para> | 195 | </para> |
196 | 196 | ||
197 | <note> | ||
198 | The OpenEmbedded build system does not maintain | ||
199 | <link linkend='var-PR'><filename>PR</filename></link> information | ||
200 | as part of the Shared State packages. | ||
201 | Consequently, considerations exist that affect maintaining shared | ||
202 | state feeds. | ||
203 | For information on how the OpenEmbedded works with packages and can | ||
204 | track incrementing <filename>PR</filename> information, see the | ||
205 | "<ulink url='&YOCTO_DOCS_DEV_URL;#incrementing-a-package-revision-number'>Incrementing a Package Revision Number</ulink>" | ||
206 | section. | ||
207 | </note> | ||
208 | |||
197 | <para> | 209 | <para> |
198 | The rest of this section goes into detail about the overall incremental build | 210 | The rest of this section goes into detail about the overall incremental build |
199 | architecture, the checksums (signatures), shared state, and some tips and tricks. | 211 | architecture, the checksums (signatures), shared state, and some tips and tricks. |