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

Paul Eggleton paul.eggleton at intel.com
Mon Sep 30 20:02:40 PDT 2019


Hi Pranay,

On Tuesday, 1 October 2019 3:52:59 PM NZDT Pranay Mankad wrote:
> Signed-off-by: Pranay Mankad <pranaymankad at gmail.com>
> ---
>  .../migrations/0042_recipe_property_addition.py      | 20 ++++++++++++++++++++
>  layerindex/models.py                                 |  2 ++
>  layerindex/update_layer.py                           |  2 ++
>  3 files changed, 24 insertions(+)
>  create mode 100644 layerindex/migrations/0042_recipe_property_addition.py

So the substance of this change is fine, however the commit message needs a bit of reworking. 
The shortlog (first line, which is used by git-send-email automatically as the subject) should be shorter and then you can have a fuller explanation of the change after a blank line. It should look something like this:

---------- snip ----------
Track PE and PR for recipes

This will add the metadata for epoch and revision if present in the
bitbake recipe. These will be automatically available through the REST
API but won't (yet) be visible in the UI.
---------- snip ----------

(Removing snip lines obviously)

Thanks,
Paul

-- 
Paul Eggleton
Intel Open Source Technology Centre




More information about the yocto mailing list