]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toaster: add local_source_dir field to model
authorSujith H <sujith.h@gmail.com>
Wed, 20 Jul 2016 08:57:11 +0000 (08:57 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Aug 2016 23:08:18 +0000 (00:08 +0100)
commit83763d89f9d0bc535e930a2094ba8201675d40be
tree30b78c613620c5e1c02c70aab61d580df7ce405f
parent2c3d48e7cd21a999ef145081352774f1759cd5e4
toaster: add local_source_dir field to model

Add a new field local_source_dir to model.
This will clearly differentiate us from the
vcs_url which is for git path.
Adding migration file 0010_layer_local_source_dir_path.py
along with this patch.

[YOCO #9911]

Signed-off-by: Sujith H <sujith.h@gmail.com>
lib/toaster/orm/migrations/0015_layer_local_source_dir.py [new file with mode: 0644]
lib/toaster/orm/models.py