git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e69cc7
)
bitbake.conf: Forcefully expand the cache path - we don't want this to change beyond...
author
Richard Purdie
<rpurdie@rpsys.net>
Sun, 29 Jul 2007 21:01:05 +0000
(21:01 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Sun, 29 Jul 2007 21:01:05 +0000
(21:01 +0000)
conf/bitbake.conf
patch
|
blob
|
history
diff --git
a/conf/bitbake.conf
b/conf/bitbake.conf
index
77d6c1e
..
328125e
100644
(file)
--- 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
##################################################################