From 315a3156e1cb35401d3f50852a4779bdb45ccc4e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 22 Mar 2013 07:09:31 -0700 Subject: 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 (From yocto-docs rev: b90497f139b1b6f7ab5510313eb297d5d7fb4e68) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-newbie.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'documentation/dev-manual/dev-manual-newbie.xml') 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 @@ extensive testing while they continue to develop locally using their primary development system. + Enable the PR Service when package feeds + need to be incremental with continually increasing + PR + values. + Typically, this situation occurs when you use or + publish package feeds and use a shared state. + You should enable the PR Service for all users who + use the shared state pool. + For more information on the PR Service, see the + "Working With a PR Service". + -- cgit v1.2.3-54-g00ecf