local.conf.sample: Fix commented value to match the default download directory

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-09-16 15:14:58 +01:00
parent f47ae202af
commit 5b02bbcc32

View File

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