From ec99a534663ba2b1c0a1b2172381299c497bff4f Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 2 Mar 2016 13:51:57 +0200 Subject: 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 --- conf/local.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" # # The default is a sstate-cache directory under TOPDIR. # -#SSTATE_DIR ?= "${TOPDIR}/sstate-cache" +SSTATE_DIR ?= "${TOPDIR}/../sstate-cache" # # Where to place the build output -- cgit v1.2.3-54-g00ecf