From 99cb233e0c8058c9a406e18fedae70b0f60e3864 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 2 Sep 2011 11:54:20 -0700 Subject: YOCTO #1088: documentation - Added text to partially address package bug This bug was filed by Gary Thomas and was requesting more information on the "hows" and "whys" of setting up your own package repositories. At this point, I have added information to help the user understand build performance issues when choosing between the RPM and IPKG packaging systems. Likely, there is more that needs to be added to fully address this bug. For now, I added explanations in the packaging class and glossary areas of the YP reference manual, a new paragraph in the YP QS just prior to firing off a build, and a new bit of information in the configuring PMS in the ADT Manual. (From yocto-docs rev: d0025f862cb85ca741787b4737dca286e3ebfb45) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-package.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'documentation/adt-manual') diff --git a/documentation/adt-manual/adt-package.xml b/documentation/adt-manual/adt-package.xml index f7b236f8d5..c035c2d011 100644 --- a/documentation/adt-manual/adt-package.xml +++ b/documentation/adt-manual/adt-package.xml @@ -52,6 +52,13 @@ See the configuration file for details. + + For build performance information related to the PMS, see + Packaging - package*.bbclass + in + The Yocto Project Reference Manual. + + As an example, consider a scenario where you are using OPKG and you want to add the libglade package to the target sysroot. -- cgit v1.2.3-54-g00ecf