]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: toaster: add Provider model
authorEd Bartosh <ed.bartosh@linux.intel.com>
Fri, 8 Jan 2016 11:17:18 +0000 (11:17 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Jan 2016 23:26:32 +0000 (23:26 +0000)
commit16a81fb97a4dc538acb6bbffe9fcf11507445070
tree3d12297276a85d6624a43c487ca4d35ac216e701
parent6a28ed33b7baefe0ccf1be3d924188bbb8a5f86f
bitbake: toaster: add Provider model

Added new model Provider and a foreign key 'via' to link
Recipe_Dependency to it.

[YOCTO #6169]

(Bitbake rev: e45fff6314741d46e2549b2f72ed380cbbb95593)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/toaster/orm/migrations/0002_auto_20151223_1528.py [new file with mode: 0644]
bitbake/lib/toaster/orm/models.py