diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2012-08-01 15:18:18 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-02 17:07:21 +0100 |
commit | 9461854a3cf64a1d8fbf0248140d91bbd0a8e054 (patch) | |
tree | 0df35d4cb8e57322f01d1716590901149dbf70c4 /meta/classes/distutils-base.bbclass | |
parent | 94f57a169e393f659184f1d7a4df01f175521c1e (diff) | |
download | poky-9461854a3cf64a1d8fbf0248140d91bbd0a8e054.tar.gz |
bitbake: contrib/dump_cache.py: dump recipe -> packages mapping from bb_cache.dat
Add the dump_cache.py to dump the "recipe -> packages" mapping for
target recipes form bb_cache.dat:
* Usage:
dump_cache.py bb_cache.dat
* The format is:
recipe_path pn pv packages
For example:
/path/to/gzip_1.5.bb gzip 1.5 gzip-dbg gzip-staticdev gzip-dev gzip-doc gzip-locale gzip
* Only save the mapping for the target recipe
* We can extend this to dump other informations when needed.
* Put this script to bitbake/contrib/ (not to oe-core) is because it
needs the bb.cache.
[YOCTO #2741]
(Bitbake rev: 75a7caf6f2d9f4399c95b9249db1b3bc5a48dc61)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/distutils-base.bbclass')
0 files changed, 0 insertions, 0 deletions