summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
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