aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-10-29 10:41:28 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-10-29 10:41:28 +0000
commitd0e6c716959f0f4c5c33862eaf199decae575ffc (patch)
tree8b630b334986a676c88a52d327dc32d1efd1d4f5 /build
parent1d6b543dace47f42132f263757b3f26e8348f603 (diff)
downloadopenembedded-core-contrib-d0e6c716959f0f4c5c33862eaf199decae575ffc.tar.gz
local.conf.sample: Append to BBFILES instead of overwriting
Diffstat (limited to 'build')
-rw-r--r--build/conf/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample
index 478dac9ad0..3e27b2244e 100644
--- a/build/conf/local.conf.sample
+++ b/build/conf/local.conf.sample
@@ -1,6 +1,6 @@
# Where to cache the files Poky downloads
DL_DIR ?= "${OEROOT}/sources"
-BBFILES = "\
+BBFILES += "\
${OEROOT}/meta/packages/*/*.bb \
${OEROOT}/meta-moblin/packages/*/*.bb"