From b884b02725367ec1ba3281b157d085ba70d81bbf Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Thu, 19 Mar 2009 14:08:04 +0100 Subject: sane-toolchain.inc: move non-weak assignments for CACHE and DEPLOY_DIR to minimal.conf; make them weak You can override DEPLOY_DIR now in your local.conf. --- conf/distro/minimal.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/distro/minimal.conf') diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf index f7c33d4ed6..56724446cf 100644 --- a/conf/distro/minimal.conf +++ b/conf/distro/minimal.conf @@ -57,6 +57,8 @@ IPKG_VARIANT = "opkg-nogpg" ############################################################################# # Name the generated images in a sane way IMAGE_NAME = "${DISTRO_NAME}-${IMAGE_BASENAME}-${PREFERRED_LIBC}-${PREFERRED_PKG_FORMAT}-${DISTRO_VERSION}-${MACHINE}" +CACHE ?= "${TMPDIR}/cache/${PREFERRED_LIBC}/${MACHINE}" +DEPLOY_DIR ?= "${TMPDIR}/deploy/${PREFERRED_LIBC}" DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE}" ############################################################################# -- cgit v1.2.3