diff --git a/README.rrs b/README.rrs index cd61374..de41950 100644 --- a/README.rrs +++ b/README.rrs @@ -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 -----------