summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2016-03-02 13:51:57 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2016-03-02 12:50:38 +0000
commitec99a534663ba2b1c0a1b2172381299c497bff4f (patch)
treef67edcd9f7386728ae8c97d8f742593b2541e941
parent1c3c0c3d3d22e834bedee1e091a6d39b88587c8b (diff)
downloadmeta-boot2qt-ec99a534663ba2b1c0a1b2172381299c497bff4f.tar.gz
Move default sstate-cache dir from build dir
Instead of using the build directory for the local sstate-cache, move it one folder up, so it can be shared with directories for other machines. Change-Id: Ia755c28783e47692f4c0e1700880aaac97fe76de Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
-rw-r--r--conf/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index eb954e2..0fdcdb7 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -102,7 +102,7 @@ DL_DIR ?= "${TOPDIR}/../downloads"
102# 102#
103# The default is a sstate-cache directory under TOPDIR. 103# The default is a sstate-cache directory under TOPDIR.
104# 104#
105#SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 105SSTATE_DIR ?= "${TOPDIR}/../sstate-cache"
106 106
107# 107#
108# Where to place the build output 108# Where to place the build output