diff options
Diffstat (limited to 'build/conf/local.conf.sample')
-rw-r--r-- | build/conf/local.conf.sample | 2 |
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 @@ # Where to cache the files Poky downloads DL_DIR ?= "${OEROOT}/sources" -BBFILES = "\ +BBFILES += "\ ${OEROOT}/meta/packages/*/*.bb \ ${OEROOT}/meta-moblin/packages/*/*.bb" |