summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-05-04 23:01:39 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-05-04 23:01:39 +0000
commit814203c59006bea789034825fbd3a0cc6d1b1ee2 (patch)
tree3873a9a36421b11c17d93730cff069ee62e2b3f6 /ChangeLog
parente9bf48c6c049dc58878e53c9d0f1f8e6fb856ea0 (diff)
downloadbitbake-contrib-814203c59006bea789034825fbd3a0cc6d1b1ee2.tar.gz
runqueue.py: Add BB_STAMP_WHITELIST option which contains a list of stamps to ignore when checking stamp dependencies and using a BB_STAMP_POLICY of 'whitelist'. Useful for packaged-staging
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c30125ee8..7bea472d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -127,6 +127,8 @@ Changes in Bitbake 1.9.x:
- Improve runfetchcmd so errors are seen and various GIT variables are exported
- Add ability to fetchers to check URL validity without downloading
- Improve runtime PREFERRED_PROVIDERS warning message
+ - Add BB_STAMP_WHITELIST option which contains a list of stamps to ignore when
+ checking stamp dependencies and using a BB_STAMP_POLICY of "whitelist"
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series