From 2ea85ad2ecbfef597930662923318d5e0be1cd8c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 11 May 2008 13:48:51 +0000 Subject: 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 --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') 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. -- cgit 1.2.3-korg