Module: setup-scripts Branch: layout-rework Commit: 856e313679befde64c7ac670287b5821ea8fea6c
Author: Koen Kooi <k...@dominion.thruhere.net> Date: Sat Nov 12 11:01:29 2011 +0100 local.conf: move deploy and sstate cache out of TMPDIR Signed-off-by: Koen Kooi <k...@dominion.thruhere.net> --- conf/local.conf | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/conf/local.conf b/conf/local.conf index bf7a1b8..a7ba377 100644 --- a/conf/local.conf +++ b/conf/local.conf @@ -1,4 +1,8 @@ +# Rearrange output directories +DEPLOY_DIR = "${TOPDIR}/deploy" +SSTATE_DIR = "${TOPDIR}/cache/sstate" + # CONF_VERSION is increased each time build/conf/ changes incompatibly CONF_VERSION = "1" _______________________________________________ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel