summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2008-05-11 13:48:51 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2008-05-11 13:48:51 +0000
commit2ea85ad2ecbfef597930662923318d5e0be1cd8c (patch)
treec72a57f45a90279d6a1d62c09145fd681dd8e3e0 /ChangeLog
parent7205b097b3ec54b5e4ed8ffc57d98318aeca958a (diff)
downloadbitbake-2ea85ad2ecbfef597930662923318d5e0be1cd8c.tar.gz
Allow to store the PersistData in a PERSISTENT_DIR.
If PERSISTENT_DIR is used wiping the tmpdir will not wipe the PersistData which sometines is wanted (e.g. for git SRCREVs). Acked-By: Richard
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 609276a5d..3b69d83da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,6 +38,8 @@ Changes in BitBake 1.8.x:
- Flush stdout/stderr before forking to fix duplicate console output
- Make sure recrdeps tasks include all inter-task dependencies of a given fn
- Add bb.runqueue.check_stamp_fn() for use by packaged-staging
+ - Add PERSISTENT_DIR to store the PersistData in a persistent
+ directory != the cache dir.
Changes in BitBake 1.8.10:
- Psyco is available only for x86 - do not use it on other architectures.