summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/orm/fixtures/oe-core.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/orm/fixtures/oe-core.xml')
-rw-r--r--bitbake/lib/toaster/orm/fixtures/oe-core.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/orm/fixtures/oe-core.xml b/bitbake/lib/toaster/orm/fixtures/oe-core.xml
index e285ec6ed3..66c3595f8c 100644
--- a/bitbake/lib/toaster/orm/fixtures/oe-core.xml
+++ b/bitbake/lib/toaster/orm/fixtures/oe-core.xml
@@ -65,6 +65,9 @@
65 <object model="orm.layer" pk="1"> 65 <object model="orm.layer" pk="1">
66 <field type="CharField" name="name">openembedded-core</field> 66 <field type="CharField" name="name">openembedded-core</field>
67 <field type="CharField" name="vcs_url">git://git.openembedded.org/openembedded-core</field> 67 <field type="CharField" name="vcs_url">git://git.openembedded.org/openembedded-core</field>
68 <field type="CharField" name="vcs_web_url">http://cgit.openembedded.org/openembedded-core</field>
69 <field type="CharField" name="vcs_web_tree_base_url">http://cgit.openembedded.org/openembedded-core/tree/%path%?h=%branch%</field>
70 <field type="CharField" name="vcs_web_file_base_url">http://cgit.openembedded.org/openembedded-core/tree/%path%?h=%branch%</field>
68 </object> 71 </object>
69 <object model="orm.layer_version" pk="1"> 72 <object model="orm.layer_version" pk="1">
70 <field rel="ManyToOneRel" to="orm.layer" name="layer">1</field> 73 <field rel="ManyToOneRel" to="orm.layer" name="layer">1</field>