diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-16 15:14:58 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-16 15:16:01 +0100 |
commit | 5b02bbcc3266def7cdf392a5f645dad501e9afbd (patch) | |
tree | ee40f8f1e2777103147c97bf0e555ca85838e431 /meta/conf | |
parent | f47ae202afd6ef9aa600fed4c1d096dfb7613286 (diff) | |
download | poky-5b02bbcc3266def7cdf392a5f645dad501e9afbd.tar.gz |
local.conf.sample: Fix commented value to match the default download directory
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/conf')
-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 @@ | |||
2 | CONF_VERSION = "1" | 2 | CONF_VERSION = "1" |
3 | 3 | ||
4 | # Uncomment and change to cache the files Poky downloads in an alternative | 4 | # Uncomment and change to cache the files Poky downloads in an alternative |
5 | # location, default it ${TOPDIR}/sources | 5 | # location, default it ${TOPDIR}/downloads |
6 | #DL_DIR ?= "${TOPDIR}/sources" | 6 | #DL_DIR ?= "${TOPDIR}/downloads" |
7 | # Uncomment and change to cache Poky's built staging output in an alternative | 7 | # Uncomment and change to cache Poky's built staging output in an alternative |
8 | # location, default ${TOPDIR}/pstage | 8 | # location, default ${TOPDIR}/pstage |
9 | #PSTAGE_DIR ?= "${TOPDIR}/pstage" | 9 | #PSTAGE_DIR ?= "${TOPDIR}/pstage" |