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-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=877192dcfdb0403a08869e54d7c93c1252d85057;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 478dac9ad08..3e27b2244e5 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"