From: Richard Purdie Date: Sun, 29 Jul 2007 21:01:05 +0000 (+0000) Subject: bitbake.conf: Forcefully expand the cache path - we don't want this to change beyond... X-Git-Tag: Release-2010-05/1~8868^2~66^2~12^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=927100f553960d7b87f51f70ae159017fde6010f;p=openembedded.git bitbake.conf: Forcefully expand the cache path - we don't want this to change beyond this point --- diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 77d6c1ee83..328125e0b4 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -462,6 +462,10 @@ IMAGE_ROOTFS_SIZE_ext2.gz ?= "65536" IMAGE_ROOTFS_SIZE_ext3 ?= "65536" IMAGE_ROOTFS_SIZE_ext3.gz ?= "65536" +# Forcefully set CACHE now so future changes to things like +# MACHINE don't change the path to the cache +CACHE := "${CACHE}" + ################################################################## # Magic Cookie for SANITY CHECK ##################################################################