README.rrs: Updated update scripts section with new ones.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
This commit is contained in:
Aníbal Limón 2015-07-13 16:26:19 -05:00
parent 34c38fbb2e
commit abc3ba594f

View File

@ -32,14 +32,21 @@ $ ./scripts/tools/import_layer.py -s meta git://git.openembedded.org/openembedd
8. In the first run should regenerate Recipe upgrade information, 8. In the first run should regenerate Recipe upgrade information,
$ ./scripts/update.py --only-layerindex $ ./layerindex/update.py
$ ./scripts/tools/rrs_maintainer_history.py # can take a lot of time $ ./rrs/tools/rrs_unique_recipes.py -d
$ ./scripts/tools/rrs_upgrade_history.py # can take a lot of time $ ./rrs/tools/rrs_maintainer_history.py -d
$ ./rrs/tools/rrs_upgrade_history.py -d --initial
$ ./rrs/tools/rrs_upstream_history.py -d
$ ./rrs/tools/rrs_distros.py -d
9. Then you can run update and rrs_maintainer_history scripts. 9. Then you can run update and rrs_maintainer_history scripts.
$ ./scripts/tools/rrs_maintainer_history.py $ ./layerindex/update.py --reload
$ ./scripts/update.py $ ./rrs/tools/rrs_unique_recipes.py -d
$ ./rrs/tools/rrs_maintainer_history.py -d
$ ./rrs/tools/rrs_upgrade_history.py -d
$ ./rrs/tools/rrs_upstream_history.py -d
$ ./rrs/tools/rrs_distros.py -d
Maintenance Maintenance
----------- -----------