1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

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