layerindex-web/templates
Amanda Brindle 51e83c8d31 update_layer.py: Save and show recipe dependencies
Added a model for the PACKAGECONFIG variable, which has a one to
many relationship with the Recipe model.

Added models for static build dependencies and dynamic build
dependencies, both of which have a many to many relationship with
the Recipe model.

These objects are created in update_layer.py and are displayed on the
Recipe detail page.

Added a depends search option for recipes, allowing users to search for
recipes that depend on any particular recipe. Use "depends:recipename"
in the recipe search to activate this.

Fixes [YOCTO #12129]
Fixes [YOCTO #11415]

Signed-off-by: Amanda Brindle <amanda.r.brindle@intel.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2017-12-18 09:01:29 +13:00
..
admin Use Django sites framework to specify website title 2013-12-28 11:03:29 +00:00
layerindex update_layer.py: Save and show recipe dependencies 2017-12-18 09:01:29 +13:00
registration Fixes for django-registration 2.x 2016-09-20 20:46:56 +12:00
404.html Upgrade to Django 1.6+ 2016-06-12 11:33:08 +12:00
500.html Move all templates to a templates directory 2013-03-06 16:55:23 +00:00
base_toplevel.html Upgrade to Django 1.6+ 2016-06-12 11:33:08 +12:00
base.html Record and display update logs 2016-11-16 15:31:46 +13:00
pagination.html Move all templates to a templates directory 2013-03-06 16:55:23 +00:00