buildconf: change default sstate-cache and downloads folder

Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
This commit is contained in:
Thomas Klaehn 2017-06-14 10:04:37 +02:00
parent 0f74e6e048
commit a2d101a4ac

View File

@ -1,7 +1,7 @@
MACHINE ?= "beaglebone" MACHINE ?= "beaglebone"
#DL_DIR ?= "${TOPDIR}/downloads" DL_DIR ?= "${TOPDIR}/../../downloads"
#SSTATE_DIR ?= "${TOPDIR}/sstate-cache" SSTATE_DIR ?= "${TOPDIR}/../../sstate-cache"
#TMPDIR = "${TOPDIR}/tmp" #TMPDIR = "${TOPDIR}/tmp"
DISTRO ?= "poky" DISTRO ?= "poky"