[oe-commits] org.oe.documentation usermanual.xml: paste collections example into the appropriate section

koen commit openembedded-commits at lists.openembedded.org
Wed Aug 23 10:47:45 UTC 2006


usermanual.xml: paste collections example into the appropriate section

Author: koen at openembedded.org
Branch: org.openembedded.documentation
Revision: 2056cc912241d1bf1150525dded80fee8829c68a
ViewMTN: http://monotone.openembedded.org/revision.psp?id=2056cc912241d1bf1150525dded80fee8829c68a
Files:
1
usermanual/usermanual.xml
Diffs:

#
# mt diff -r1d7230d2ce14639dd424207ac0aa3d1696da7472 -r2056cc912241d1bf1150525dded80fee8829c68a
#
# 
# 
# patch "usermanual/usermanual.xml"
#  from [acd23a5185a17a7f5742ec66701a434487d2f855]
#    to [68d6cb3bfec90204d9bef108e3631ff099d5a134]
# 
============================================================
--- usermanual/usermanual.xml	acd23a5185a17a7f5742ec66701a434487d2f855
+++ usermanual/usermanual.xml	68d6cb3bfec90204d9bef108e3631ff099d5a134
@@ -253,6 +253,16 @@ they will be added automatically.</para>
         <section>
             <title>BitBake Collections <anchor id="collections" /></title>
             <para>This section is a stub, help us by expanding it</para>
+            <para>
+<screen>
+BBFILES := "${OEDIR}/openembedded/packages/*/*.bb ${LOCALDIR}/packages/*/*.bb"
+BBFILE_COLLECTIONS = "upstream local"
+BBFILE_PATTERN_upstream = "^${OEDIR}/openembedded/packages/"
+BBFILE_PATTERN_local = "^${LOCALDIR}/packages/"
+BBFILE_PRIORITY_upstream = "5"
+BBFILE_PRIORITY_local = "10"
+</screen>
+</para>
         </section>
 
         <section>






More information about the Openembedded-commits mailing list