]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample: Fix commented value to match the default download directory
authorRichard Purdie <rpurdie@linux.intel.com>
Thu, 16 Sep 2010 14:14:58 +0000 (15:14 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 16 Sep 2010 14:16:01 +0000 (15:16 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/conf/local.conf.sample

index a06c7555c939f4a5d962cac4ff954715a091c90b..f9a1431efebe9392c8bf8c44125361b32fec9687 100644 (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"