[Toaster] [RFC PATCH 0/3] Image customisation: new models

Ed Bartosh ed.bartosh at linux.intel.com
Thu Jul 30 10:01:48 PDT 2015


Hi,

This is a work in progress on YOCTO #8049.

I'm going to add one more new model ProjectCustomRecipeContent and setup
Django signals for keeping ProjectAvailable* models in sync.

I'd be glad to hear your suggestions regarding populating and updating
these models with an actual data.


The following changes since commit eb1c88c13f0490fa42fbe1681ac712ee883061a3:

  distro/maintainers.inc: Fix parsing error due to lack of " at end. (2015-07-29 20:27:51 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ed/toaster/ic-models
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/ic-models

Ed Bartosh (3):
  toaster: Add ProjectAvailableLayer model
  toaster: Add ProjectAvailableRecipe model
  toaster: Add ProjectAvailablePackage model

 .../0025_auto__add_projectavailablelayer.py        | 367 +++++++++++++++++++
 .../0026_auto__add_projectavailablerecipe.py       | 387 ++++++++++++++++++++
 .../0027_auto__add_projectavailablepackage.py      | 405 +++++++++++++++++++++
 bitbake/lib/toaster/orm/models.py                  |  48 +++
 4 files changed, 1207 insertions(+)
 create mode 100644 bitbake/lib/toaster/orm/migrations/0025_auto__add_projectavailablelayer.py
 create mode 100644 bitbake/lib/toaster/orm/migrations/0026_auto__add_projectavailablerecipe.py
 create mode 100644 bitbake/lib/toaster/orm/migrations/0027_auto__add_projectavailablepackage.py

--
Regards,
Ed



More information about the toaster mailing list