aboutsummaryrefslogtreecommitdiffstats
path: root/lib/toaster/orm/fixtures/poky.xml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/toaster/orm/fixtures/poky.xml')
-rw-r--r--lib/toaster/orm/fixtures/poky.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/toaster/orm/fixtures/poky.xml b/lib/toaster/orm/fixtures/poky.xml
index ed86114eb..20fcc0176 100644
--- a/lib/toaster/orm/fixtures/poky.xml
+++ b/lib/toaster/orm/fixtures/poky.xml
@@ -42,7 +42,7 @@
<!-- Releases available -->
<object model="orm.release" pk="1">
<field type="CharField" name="name">kirkstone</field>
- <field type="CharField" name="description">Yocto Project 3.5 "Kirkstone"</field>
+ <field type="CharField" name="description">Yocto Project 4.0 "Kirkstone"</field>
<field rel="ManyToOneRel" to="orm.bitbakeversion" name="bitbake_version">1</field>
<field type="CharField" name="branch_name">kirkstone</field>
<field type="TextField" name="helptext">Toaster will run your builds using the tip of the &lt;a href="https://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=kirkstone"&gt;Yocto Project Kirkstone branch&lt;/a&gt;.</field>