summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/orm/fixtures/oe-core.xml
diff options
context:
space:
mode:
authorDavid Reyna <David.Reyna@windriver.com>2020-10-15 05:14:18 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-17 12:36:14 +0100
commit1613cd01d0909e6ddbdc0a59ad9f0d89f2f8ed76 (patch)
tree9a0a2b85d01af8e9775be7661ecf6d455a1fec07 /bitbake/lib/toaster/orm/fixtures/oe-core.xml
parent98e5d24fa9a826718d613c06ca6aeb89f9947d08 (diff)
downloadpoky-1613cd01d0909e6ddbdc0a59ad9f0d89f2f8ed76.tar.gz
bitbake: toaster: Enable Gatesgarth branch in place of Zeus
Toaster directly supports the last two stable branches of Yocto Project. With "Gatesgarth " being released, it is time to replace "Zeus". [YOCTO #14086] (Bitbake rev: de578cd8f8b582c7bea83c75d06b7f667c07578a) Signed-off-by: David Reyna <David.Reyna@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/orm/fixtures/oe-core.xml')
-rw-r--r--bitbake/lib/toaster/orm/fixtures/oe-core.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/bitbake/lib/toaster/orm/fixtures/oe-core.xml b/bitbake/lib/toaster/orm/fixtures/oe-core.xml
index fd93f4d87b..026d94869a 100644
--- a/bitbake/lib/toaster/orm/fixtures/oe-core.xml
+++ b/bitbake/lib/toaster/orm/fixtures/oe-core.xml
@@ -23,9 +23,9 @@
23 <field type="CharField" name="branch">master</field> 23 <field type="CharField" name="branch">master</field>
24 </object> 24 </object>
25 <object model="orm.bitbakeversion" pk="4"> 25 <object model="orm.bitbakeversion" pk="4">
26 <field type="CharField" name="name">zeus</field> 26 <field type="CharField" name="name">gatesgarth</field>
27 <field type="CharField" name="giturl">git://git.openembedded.org/bitbake</field> 27 <field type="CharField" name="giturl">git://git.openembedded.org/bitbake</field>
28 <field type="CharField" name="branch">1.44</field> 28 <field type="CharField" name="branch">1.48</field>
29 </object> 29 </object>
30 30
31 <!-- Releases available --> 31 <!-- Releases available -->
@@ -51,11 +51,11 @@
51 <field type="TextField" name="helptext">Toaster will run your builds using the tip of the &lt;a href=\"http://cgit.openembedded.org/openembedded-core/log/\"&gt;OpenEmbedded master&lt;/a&gt; branch.</field> 51 <field type="TextField" name="helptext">Toaster will run your builds using the tip of the &lt;a href=\"http://cgit.openembedded.org/openembedded-core/log/\"&gt;OpenEmbedded master&lt;/a&gt; branch.</field>
52 </object> 52 </object>
53 <object model="orm.release" pk="4"> 53 <object model="orm.release" pk="4">
54 <field type="CharField" name="name">zeus</field> 54 <field type="CharField" name="name">gatesgarth</field>
55 <field type="CharField" name="description">Openembedded Zeus</field> 55 <field type="CharField" name="description">Openembedded Gatesgarth</field>
56 <field rel="ManyToOneRel" to="orm.bitbakeversion" name="bitbake_version">4</field> 56 <field rel="ManyToOneRel" to="orm.bitbakeversion" name="bitbake_version">4</field>
57 <field type="CharField" name="branch_name">zeus</field> 57 <field type="CharField" name="branch_name">gatesgarth</field>
58 <field type="TextField" name="helptext">Toaster will run your builds using the tip of the &lt;a href=\"http://cgit.openembedded.org/openembedded-core/log/?h=zeus\"&gt;OpenEmbedded Zeus&lt;/a&gt; branch.</field> 58 <field type="TextField" name="helptext">Toaster will run your builds using the tip of the &lt;a href=\"http://cgit.openembedded.org/openembedded-core/log/?h=gatesgarth\"&gt;OpenEmbedded Gatesgarth&lt;/a&gt; branch.</field>
59 </object> 59 </object>
60 60
61 <!-- Default layers for each release --> 61 <!-- Default layers for each release -->