From: Richard Purdie Date: Thu, 16 Sep 2010 14:14:58 +0000 (+0100) Subject: local.conf.sample: Fix commented value to match the default download directory X-Git-Tag: yocto-4.0~44209 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5b02bbcc3266def7cdf392a5f645dad501e9afbd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git local.conf.sample: Fix commented value to match the default download directory Signed-off-by: Richard Purdie --- diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index a06c7555c93..f9a1431efeb 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -2,8 +2,8 @@ CONF_VERSION = "1" # Uncomment and change to cache the files Poky downloads in an alternative -# location, default it ${TOPDIR}/sources -#DL_DIR ?= "${TOPDIR}/sources" +# location, default it ${TOPDIR}/downloads +#DL_DIR ?= "${TOPDIR}/downloads" # Uncomment and change to cache Poky's built staging output in an alternative # location, default ${TOPDIR}/pstage #PSTAGE_DIR ?= "${TOPDIR}/pstage"