Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] bitbake.conf: gracefully work with ccache environment variables
@ 2012-05-14 16:09 Jason Wessel
  2012-05-14 16:09 ` [PATCH 1/2] bitbake.conf: Move default hash policy initialization before conf file inclusion Jason Wessel
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Jason Wessel @ 2012-05-14 16:09 UTC (permalink / raw)
  To: openembedded-core

The end user of oe-core should be free to turn off ccache, or use an
external ccache without impacting the sstate sums.

Example of using a different ccache directory via local.conf

CCACHE_DIR = "/tmp/ccache"

Example of turning off ccache:

export CCACHE_DISABLE = "1"
BB_HASHBASE_WHITELIST += "CCACHE_DISABLE"

Jason.



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-05-14 22:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-14 16:09 [PATCH 0/2] bitbake.conf: gracefully work with ccache environment variables Jason Wessel
2012-05-14 16:09 ` [PATCH 1/2] bitbake.conf: Move default hash policy initialization before conf file inclusion Jason Wessel
2012-05-14 16:09 ` [PATCH 2/2] bitbake.conf: Add CCACHE_DIR to BB_HASHBASE_WHITELIST Jason Wessel
2012-05-14 16:49 ` [PATCH 0/2] bitbake.conf: gracefully work with ccache environment variables Jason Wessel
2012-05-14 17:18 ` Marko Lindqvist
2012-05-14 17:35   ` Chris Larson
2012-05-14 20:58   ` Jason Wessel
2012-05-14 22:00     ` Marko Lindqvist
2012-05-14 22:24       ` Jason Wessel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox