summaryrefslogtreecommitdiffstats
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)
downloadpoky-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 @@
1# Where to cache the files Poky downloads 1# Where to cache the files Poky downloads
2DL_DIR ?= "${OEROOT}/sources" 2DL_DIR ?= "${OEROOT}/sources"
3BBFILES = "\ 3BBFILES += "\
4 ${OEROOT}/meta/packages/*/*.bb \ 4 ${OEROOT}/meta/packages/*/*.bb \
5 ${OEROOT}/meta-moblin/packages/*/*.bb" 5 ${OEROOT}/meta-moblin/packages/*/*.bb"
6 6