[yocto] [layerindex-web][PATCH v3 0/1] update_layer.py: Save and show recipe dependencies

Amanda Brindle amanda.r.brindle at intel.com
Fri Dec 15 13:06:40 PST 2017


In v3, fix bug that breaks search if keyword doesn't match one or both of the dependency items.

Add a note about how dependencies may very.

Activate tooltips so we don't have to wait for them to show.

Only display PACKAGECONFIG names.

The following changes since commit a64bfed81b3827503ff825090f1fb4b94e1cd9bd:

  recipes.html: Require keyword for recipe search (2017-12-05 10:01:10 +1300)

are available in the git repository at:

  git://git.yoctoproject.org/layerindex-web abrindle/dependencies
  http://git.yoctoproject.org/cgit.cgi/layerindex-web/log/?h=abrindle/dependencies

Amanda Brindle (1):
  update_layer.py: Save and show recipe dependencies

 layerindex/admin.py                            | 20 ++++++++++-
 layerindex/migrations/0010_add_dependencies.py | 50 ++++++++++++++++++++++++++
 layerindex/models.py                           | 24 +++++++++++++
 layerindex/update_layer.py                     | 38 ++++++++++++++++++++
 layerindex/views.py                            | 17 ++++++++-
 templates/layerindex/recipedetail.html         | 41 +++++++++++++++++++++
 6 files changed, 188 insertions(+), 2 deletions(-)
 create mode 100644 layerindex/migrations/0010_add_dependencies.py

-- 
2.7.4




More information about the yocto mailing list