[yocto] [layerindex-web][PATCH] Track PE and PR for recipes

2019-10-04 Thread Pranay Mankad
This change is to report PE (epoch) and PR (release) values for recipes from the bitbake cooker. These values will be reflected in the Rest API and will not be exposed on the UI. The aim of this change is to enrich metadata availability to consumers of the feed. ` Signed-off-by: Pranay Mankad

[yocto] [layerindex-web][PATCH] These changes will add the metadata for product revision and epoch if present in the bitbake recipe.

2019-10-04 Thread Pranay Mankad
Signed-off-by: Pranay Mankad --- .../migrations/0042_recipe_property_addition.py | 20 layerindex/models.py | 2 ++ layerindex/update_layer.py | 2 ++ 3 files changed, 24 insertions(+) create mode 100644

[yocto] [layerindex-web]

2019-09-24 Thread Pranay Mankad
True) recipe.description = envdata.getVar("DESCRIPTION", True) recipe.section = envdata.getVar("SECTION", True) Let me know if this qualifies and can be merged to master. These values would be populated to recipesExtended which makes it even more v