Re: [yocto] [layerindex-web][PATCH 06/10] layerindex/tools/import_project: Add import_project

2016-10-03 Thread Paul Eggleton
On Mon, 26 Sep 2016 14:25:34 Liam R. Howlett wrote: > import_project will scan through a project and find any layer and add it > to the database by calling import_layer on each layer. This differs > from import_layer as it tires to figure out the remote url and uses the > subdirectory (if one

[yocto] [layerindex-web][PATCH 06/10] layerindex/tools/import_project: Add import_project

2016-09-26 Thread Liam R. Howlett
import_project will scan through a project and find any layer and add it to the database by calling import_layer on each layer. This differs from import_layer as it tires to figure out the remote url and uses the subdirectory (if one exists) as the name. Signed-off-by: Liam R. Howlett