summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-22 07:09:31 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-22 17:08:43 +0000
commit315a3156e1cb35401d3f50852a4779bdb45ccc4e (patch)
treec5740de0afa9ec959cc708e4497e6a90c29dee55 /documentation
parent89fa4b26c7c77aa419275ac8ab9b1427ff420ef9 (diff)
downloadpoky-315a3156e1cb35401d3f50852a4779bdb45ccc4e.tar.gz
dev-manual: Updated the "Core System Development" section
Added a new bullet as a tip for best practices that addresses how we address bug 3071 and 3274. We are suggesting they enable a PR Service if they are using continually incrementing PR values when package feeds are published or used. Reported-by: Richard Purdie <richard.purdie@linux.com> (From yocto-docs rev: b90497f139b1b6f7ab5510313eb297d5d7fb4e68) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index 3aece4d2c3..ce88b3473e 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -185,6 +185,17 @@
185 extensive testing while they continue to develop 185 extensive testing while they continue to develop
186 locally using their primary development system. 186 locally using their primary development system.
187 </para></listitem> 187 </para></listitem>
188 <listitem><para>Enable the PR Service when package feeds
189 need to be incremental with continually increasing
190 <ulink url='&YOCTO_DOCS_REF_URL;#var-PR'>PR</ulink>
191 values.
192 Typically, this situation occurs when you use or
193 publish package feeds and use a shared state.
194 You should enable the PR Service for all users who
195 use the shared state pool.
196 For more information on the PR Service, see the
197 "<link linkend='working-with-a-pr-service'>Working With a PR Service</link>".
198 </para></listitem>
188 </itemizedlist> 199 </itemizedlist>
189 </para> 200 </para>
190 </section> 201 </section>