From: Richard Purdie Date: Wed, 29 Oct 2008 10:41:28 +0000 (+0000) Subject: local.conf.sample: Append to BBFILES instead of overwriting X-Git-Tag: 2011-1~7920 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d0e6c716959f0f4c5c33862eaf199decae575ffc;p=openembedded-core.git local.conf.sample: Append to BBFILES instead of overwriting --- 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"