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 committed by Paul Eggleton
parent 1c2f2b8edb
commit d80a9b0a2f

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,
$ ./scripts/update.py --only-layerindex
$ ./scripts/tools/rrs_maintainer_history.py # can take a lot of time
$ ./scripts/tools/rrs_upgrade_history.py # can take a lot of time
$ ./layerindex/update.py
$ ./rrs/tools/rrs_unique_recipes.py -d
$ ./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.
$ ./scripts/tools/rrs_maintainer_history.py
$ ./scripts/update.py
$ ./layerindex/update.py --reload
$ ./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
-----------