summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/orm/management
Commit message (Collapse)AuthorAgeFilesLines
* bitbake: toaster: update orm models for layerindex compatibilityAlexandru DAMIAN2014-08-293-0/+12
We add a ToasterSettings table that will keep installation-wide settings. We update the models for the layer-related data storage to make them compatible with the layerindex application API. We add a LayerSource class that can update local data from a LayerIndex-like compatible API. Adding a command line option to perform information update from all upstream layer sources. Fair warning - there is no backward migration from 0013. (Bitbake rev: 89e13579e1b44b738f10fadec8454aa0e6f073af) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>