summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/orm/fixtures/oe-core.xml
diff options
context:
space:
mode:
authorDavid Reyna <David.Reyna@windriver.com>2019-02-04 19:40:31 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-06 08:32:00 +0000
commit9bd81c492c443fd235def701e8b7000ace1e5228 (patch)
tree803a0359221f689a10759bfe5940b9a0a7b915d4 /bitbake/lib/toaster/orm/fixtures/oe-core.xml
parent3541f019a505d18263fad0b46b88d470e3fd9d62 (diff)
downloadpoky-9bd81c492c443fd235def701e8b7000ace1e5228.tar.gz
bitbake: toaster: correctly register the thud branch
There are typos in the fixture files that need to be fixed to correctly check out the 'thud' branch. [YOCTO #13064] (Bitbake rev: 03a2bc00a070794452aa1df0fd75a338bdccc47d) 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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/orm/fixtures/oe-core.xml b/bitbake/lib/toaster/orm/fixtures/oe-core.xml
index fec93aba1e..a37c664627 100644
--- a/bitbake/lib/toaster/orm/fixtures/oe-core.xml
+++ b/bitbake/lib/toaster/orm/fixtures/oe-core.xml
@@ -52,7 +52,7 @@
52 </object> 52 </object>
53 <object model="orm.release" pk="4"> 53 <object model="orm.release" pk="4">
54 <field type="CharField" name="name">thud</field> 54 <field type="CharField" name="name">thud</field>
55 <field type="CharField" name="description">Openembedded Rocko</field> 55 <field type="CharField" name="description">Openembedded Thud</field>
56 <field rel="ManyToOneRel" to="orm.bitbakeversion" name="bitbake_version">1</field> 56 <field rel="ManyToOneRel" to="orm.bitbakeversion" name="bitbake_version">1</field>
57 <field type="CharField" name="branch_name">thud</field> 57 <field type="CharField" name="branch_name">thud</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=thud\"&gt;OpenEmbedded Thud&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=thud\"&gt;OpenEmbedded Thud&lt;/a&gt; branch.</field>