aboutsummaryrefslogtreecommitdiffstats
path: root/docs/usermanual/chapters/common_use_cases.xml
diff options
context:
space:
mode:
authorTheodore A. Roth <taroth@gmail.com>2009-03-19 08:02:02 +0000
committerCliff Brake <cbrake@bec-systems.com>2009-03-24 11:21:07 -0400
commit952f5765ac3ba2f61f26d923b178c75d85e1f773 (patch)
tree1a58429fdda30e4eb09da049caf879ebc0e3f1a3 /docs/usermanual/chapters/common_use_cases.xml
parent20ad023c27df9817513e0a15d173901720288df6 (diff)
downloadopenembedded-952f5765ac3ba2f61f26d923b178c75d85e1f773.tar.gz
doc/usermanual/chapters: Replace references to packages dir with recipes dir.
Diffstat (limited to 'docs/usermanual/chapters/common_use_cases.xml')
-rw-r--r--docs/usermanual/chapters/common_use_cases.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/usermanual/chapters/common_use_cases.xml b/docs/usermanual/chapters/common_use_cases.xml
index 4497683fa9..143cbe0fe7 100644
--- a/docs/usermanual/chapters/common_use_cases.xml
+++ b/docs/usermanual/chapters/common_use_cases.xml
@@ -252,10 +252,10 @@ export LOCALDIR=$PWD/secret-isv
<screen>
DL_DIR = "${OEDIR}/sources"
-BBFILES := "${OEDIR}/openembedded/packages/*/*.bb ${LOCALDIR}/packages/*/*.bb"
+BBFILES := "${OEDIR}/openembedded/recipes/*/*.bb ${LOCALDIR}/recipes/*/*.bb"
BBFILE_COLLECTIONS = "upstream local"
-BBFILE_PATTERN_upstream = "^${OEDIR}/openembedded/packages/"
-BBFILE_PATTERN_local = "^${LOCALDIR}/packages/"
+BBFILE_PATTERN_upstream = "^${OEDIR}/openembedded/recipes/"
+BBFILE_PATTERN_local = "^${LOCALDIR}/recipes/"
BBFILE_PRIORITY_upstream = "5"
BBFILE_PRIORITY_local = "10"
BBMASK = ""