diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-07-29 21:02:17 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-07-29 21:02:17 +0000 |
commit | 6e06e5879e2cfb4d66001f0df10d22a1120e617a (patch) | |
tree | 28b6adf76418665a8cd7fc0cea5cb601ecd32c9e | |
parent | 5ac7cc0c932273ceb519bb4b5a601861c6f23537 (diff) | |
parent | 927100f553960d7b87f51f70ae159017fde6010f (diff) |
merge of '30d4ffe61f8be818a3284fcd72f5e65697855083'
and '871de5bd63d5f7181059bcc581e6f21a7d547242'
-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 ################################################################## |