]> code.ossystems Code Review - openembedded-core.git/commit
python3: Improve logging capabilities for do_create_manifest
authorAlejandro Enedino Hernandez Samaniego <alejandro.enedino.hernandez-samaniego@xilinx.com>
Mon, 2 Apr 2018 20:08:41 +0000 (13:08 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Apr 2018 22:53:13 +0000 (23:53 +0100)
commit4c2af72f51a7bf187615fc0b3a229d25c3e191e9
tree769ad3631ef81df5f24d24f774de7fdaa6a7413f
parentb751e865375b325df4083d85af191da4dc3a27ee
python3: Improve logging capabilities for do_create_manifest

Adds a couple of prints to get a nicer log, and creates a
small summary or report after checking every module, it
makes it more feasible for adoption, easier to debug why
a module ended at a certain package and see how the
manifest was created.

Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3/create_manifest3.py