mirror of
https://git.yoctoproject.org/poky
synced 2026-04-14 08:02:30 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user