diff options
author | Richard Purdie <richard@openedhand.com> | 2006-05-09 15:44:08 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-05-09 15:44:08 +0000 |
commit | 27dba1e6247ae48349aee1bce141a9eefaafaad1 (patch) | |
tree | 822235005ccbd2707f7874ad680dedc4df36760c /bitbake/MANIFEST | |
parent | ed234aca98d0867c7b32801fc63820b19cf67df9 (diff) | |
download | poky-27dba1e6247ae48349aee1bce141a9eefaafaad1.tar.gz |
Update to bitbake 1.4.2 (latest stable branch release). This includes the caching speedups
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@371 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/MANIFEST')
-rw-r--r-- | bitbake/MANIFEST | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bitbake/MANIFEST b/bitbake/MANIFEST index 14a21d7bf4..5823cd0707 100644 --- a/bitbake/MANIFEST +++ b/bitbake/MANIFEST | |||
@@ -2,10 +2,12 @@ AUTHORS | |||
2 | ChangeLog | 2 | ChangeLog |
3 | MANIFEST | 3 | MANIFEST |
4 | setup.py | 4 | setup.py |
5 | bin/bitdoc | ||
5 | bin/bbimage | 6 | bin/bbimage |
6 | bin/bitbake | 7 | bin/bitbake |
7 | lib/bb/__init__.py | 8 | lib/bb/__init__.py |
8 | lib/bb/build.py | 9 | lib/bb/build.py |
10 | lib/bb/cache.py | ||
9 | lib/bb/data.py | 11 | lib/bb/data.py |
10 | lib/bb/data_smart.py | 12 | lib/bb/data_smart.py |
11 | lib/bb/event.py | 13 | lib/bb/event.py |
@@ -18,6 +20,7 @@ lib/bb/fetch/svk.py | |||
18 | lib/bb/fetch/svn.py | 20 | lib/bb/fetch/svn.py |
19 | lib/bb/fetch/wget.py | 21 | lib/bb/fetch/wget.py |
20 | lib/bb/manifest.py | 22 | lib/bb/manifest.py |
23 | lib/bb/methodpool.py | ||
21 | lib/bb/parse/__init__.py | 24 | lib/bb/parse/__init__.py |
22 | lib/bb/parse/parse_py/BBHandler.py | 25 | lib/bb/parse/parse_py/BBHandler.py |
23 | lib/bb/parse/parse_py/ConfHandler.py | 26 | lib/bb/parse/parse_py/ConfHandler.py |
@@ -30,5 +33,6 @@ doc/manual/html.css | |||
30 | doc/manual/Makefile | 33 | doc/manual/Makefile |
31 | doc/manual/usermanual.xml | 34 | doc/manual/usermanual.xml |
32 | contrib/bbdev.sh | 35 | contrib/bbdev.sh |
36 | contrib/vim/syntax/bitbake.vim | ||
33 | conf/bitbake.conf | 37 | conf/bitbake.conf |
34 | classes/base.bbclass | 38 | classes/base.bbclass |