aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2007-08-23 08:03:02 +0000
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2007-08-23 08:03:02 +0000
commit3dea8c5058d6c55130a8f2e3397ad06c3f9f33d5 (patch)
tree59d2ef5ff957c2739947aa8a510e3decbd75ae46 /ChangeLog
parent3b27d82fb990743378fc5cbade748d8ffda9d5ed (diff)
downloadbitbake-3dea8c5058d6c55130a8f2e3397ad06c3f9f33d5.tar.gz
bitbake: use Psyco only on x86 (no support for other archs) - taken from Poky
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c6b6c918..ef8bac67d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -52,6 +52,7 @@ Changes in Bitbake 1.9.x:
- runqueue.py: Fix idepends handling to avoid dependency errors
- Clear the terminal TOSTOP flag if set (and warn the user)
- Fix regression from r653 and make SRCDATE/CVSDATE work for packages again
+ - Psyco is used only on x86 as there is no support for other architectures.
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series