diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-07-29 21:01:05 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-07-29 21:01:05 +0000 |
commit | 927100f553960d7b87f51f70ae159017fde6010f (patch) | |
tree | 5ad07e8c46b711ec08b043d2f5382a8bf95510fb /conf | |
parent | 9e69cc753ec5d5a1a8d702356fad0e6e43ff6323 (diff) |
bitbake.conf: Forcefully expand the cache path - we don't want this to change beyond this point
Diffstat (limited to 'conf')
-rw-r--r-- | conf/bitbake.conf | 4 |
1 files changed, 4 insertions, 0 deletions
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 ################################################################## |