local.conf.sample: Append to BBFILES instead of overwriting

This commit is contained in:
Richard Purdie 2008-10-29 10:41:28 +00:00
parent 1d6b543dac
commit d0e6c71695
1 changed files with 1 additions and 1 deletions

View File

@ -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"