"PE", True) or ""
recipe.summary = envdata.getVar("SUMMARY", True)
recipe.description = envdata.getVar("DESCRIPTION", True)
recipe.section = envdata.getVar("SECTION", True)
Let me know if this qualifies and can
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
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