diff options
| -rw-r--r-- | meta/conf/local.conf.sample | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index a06c7555c9..f9a1431efe 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" | 
