From 7cda98d64693d978ad1387fed05a83aaa681e097 Mon Sep 17 00:00:00 2001 From: David Reyna Date: Sun, 9 Jun 2019 17:48:46 -0700 Subject: toaster: Fix Thud Bitbake release metadata Fix the Bitbake version ID for Thud (1.40). [YOCTO #13356] Signed-off-by: David Reyna Signed-off-by: Richard Purdie --- lib/toaster/orm/fixtures/oe-core.xml | 2 +- lib/toaster/orm/fixtures/poky.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/toaster/orm/fixtures/oe-core.xml b/lib/toaster/orm/fixtures/oe-core.xml index bd9c32685..9ae2e423e 100644 --- a/lib/toaster/orm/fixtures/oe-core.xml +++ b/lib/toaster/orm/fixtures/oe-core.xml @@ -53,7 +53,7 @@ thud Openembedded Thud - 1 + 4 thud Toaster will run your builds using the tip of the <a href=\"http://cgit.openembedded.org/openembedded-core/log/?h=thud\">OpenEmbedded Thud</a> branch. diff --git a/lib/toaster/orm/fixtures/poky.xml b/lib/toaster/orm/fixtures/poky.xml index 4162e4fba..da3b93032 100644 --- a/lib/toaster/orm/fixtures/poky.xml +++ b/lib/toaster/orm/fixtures/poky.xml @@ -58,7 +58,7 @@ thud Yocto Project 2.6 "Thud" - 1 + 4 thud Toaster will run your builds using the tip of the <a href="http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=thud">Yocto Project Thud branch</a>. -- cgit 1.2.3-korg