Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] RFC - CCACHE_DIR to not impact sstate
@ 2012-05-14  2:28 Jason Wessel
  2012-05-14  2:28 ` [PATCH 1/2] bitbake/lib/bb/data.py: Allow an exported variable to be excluded from dependency processing Jason Wessel
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Jason Wessel @ 2012-05-14  2:28 UTC (permalink / raw)
  To: openembedded-core

I am not exactly sure how to fix this, so I thought I might ask in the
form of a working patch.  The problem is that I want to use an
external CCACHE_DIR on some build servers, but use the defaults on
others.  Ultimately the sstate sums should be the same in either case,
but they are not due to the way that bitbake tracks the "export"
variables for inclusion i the sum dependencies.  My example test is to
simply set CCACHE_DIR = "/tmp/ccache" in the local.conf and recompile
the quilt-native package.

I ended up adding another check to the dependency generator because
simply trying to use "unexport" had undesired effects.  If there is a
better or correct way of fixing this such that CCACHE_DIR will not
impact the sstate sum, I would really like to know how to do this. :-)

Thanks,
Jason.




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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-14  2:28 [PATCH 0/2] RFC - CCACHE_DIR to not impact sstate Jason Wessel
2012-05-14  2:28 ` [PATCH 1/2] bitbake/lib/bb/data.py: Allow an exported variable to be excluded from dependency processing Jason Wessel
2012-05-14  2:28 ` [PATCH 2/2] bitbake.conf: A change to CCACHE_DIR should not change the sstate sum Jason Wessel
2012-05-14  2:47 ` [PATCH 0/2] RFC - CCACHE_DIR to not impact sstate Chris Larson
2012-05-14 11:18   ` Jason Wessel
2012-05-14 21:33 ` Khem Raj
2012-05-14 21:50   ` Jason Wessel
2012-05-14 22:34     ` Khem Raj

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