diff options
author | Richard Purdie <richard@openedhand.com> | 2008-09-30 21:54:47 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-09-30 21:54:47 +0000 |
commit | 979f987c44928f2d47d319cf5fc34e7f3d2113b7 (patch) | |
tree | b49dca768f15cc67c1fa2ff499552a2c67baa7c1 /bitbake/ChangeLog | |
parent | e2d321075a6c1aecd09a705d97f2347863a685f9 (diff) | |
download | poky-979f987c44928f2d47d319cf5fc34e7f3d2113b7.tar.gz |
bitbake cache.py: When SRCREV autorevisioning for a recipe is in use, don't cache the recipe. Based on work from Heikki Paajanen
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5352 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r-- | bitbake/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog index ceb7e648b7..2d50c0e364 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog | |||
@@ -59,6 +59,7 @@ Changes in BitBake 1.8.x: | |||
59 | all variable from the environment. If BB_ENV_WHITELIST is set, that whitelist will be | 59 | all variable from the environment. If BB_ENV_WHITELIST is set, that whitelist will be |
60 | used instead of the internal bitbake one. Alternatively, BB_ENV_EXTRAWHITE can be used | 60 | used instead of the internal bitbake one. Alternatively, BB_ENV_EXTRAWHITE can be used |
61 | to extend the internal whitelist. | 61 | to extend the internal whitelist. |
62 | - When SRCREV autorevisioning for a recipe is in use, don't cache the recipe | ||
62 | 63 | ||
63 | Changes in BitBake 1.8.10: | 64 | Changes in BitBake 1.8.10: |
64 | - Psyco is available only for x86 - do not use it on other architectures. | 65 | - Psyco is available only for x86 - do not use it on other architectures. |