Hello team,

Please find my updates on the Events information table in the following lines, based on our latest discussions.

Builds table
* "outcome" field has been added
* "bitbake_version" field had been added
* we can grab: "machine", "distro", "distro_version" from bitbake with the getVariable command
* layer names can be obtin by asking for the BBLAYERS variable.

Tasks table
* diffsigs output variable added.

Variables
* added "changed" field

General
* updated all fields with DONE and N/A values to illustrate what info needs to be covered.

Qs:

* what's the difference between a package and a recipe ? Because for the Tasks table, I get the recipe name from the event._package attribute, and if this is different from what it should be stored there maybe we need to change it.

* what do you think about this option to tie the dependecies: https://docs.djangoproject.com/en/dev/topics/db/models/#extra-fields-on-many-to-many-relationships ?
=> if adopted, it would mean extra fields (ManyToManyFields) added to TASKS, RECIPE and PACKAGE tables.

* specific fields questions have been inserted in the Events information page.


Based on your feedback on this , I will get to putting up some Django models on Monday, with the elements we have defined on the Events Information page ( https://wiki.yoctoproject.org/wiki/Event_information) .

I will not be in office tomorrow (Friday 14th), because of a company event, so I'll be able to see any answers on Monday.

Thank you,
Calin