[oe-commits] org.oe.dev bitbake.conf: Forcefully expand the cache path - we don't want this to change beyond this point

rpurdie commit openembedded-commits at lists.openembedded.org
Sun Jul 29 21:35:34 UTC 2007


bitbake.conf: Forcefully expand the cache path - we don't want this to change beyond this point

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 871de5bd63d5f7181059bcc581e6f21a7d547242
ViewMTN: http://monotone.openembedded.org/revision.psp?id=871de5bd63d5f7181059bcc581e6f21a7d547242
Files:
1
conf/bitbake.conf
Diffs:

#
# mt diff -r0ecb185262650f3b51d398826067e6227c26768b -r871de5bd63d5f7181059bcc581e6f21a7d547242
#
# 
# 
# patch "conf/bitbake.conf"
#  from [1a40a8a4b4660be43379de36b41dceabe1bebd19]
#    to [65c6664182f52edf3011a54f0b1b6d85f137b7da]
# 
============================================================
--- conf/bitbake.conf	1a40a8a4b4660be43379de36b41dceabe1bebd19
+++ conf/bitbake.conf	65c6664182f52edf3011a54f0b1b6d85f137b7da
@@ -462,6 +462,10 @@ IMAGE_ROOTFS_SIZE_ext3.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
 ##################################################################






More information about the Openembedded-commits mailing list