From patchwork Sat Mar 12 06:35:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Reyna, David" X-Patchwork-Id: 5128 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5EFECC433F5 for ; Sat, 12 Mar 2022 06:35:04 +0000 (UTC) Received: from mail1.wrs.com (mail1.wrs.com [147.11.3.146]) by mx.groups.io with SMTP id smtpd.web12.2555.1647066903499509145 for ; Fri, 11 Mar 2022 22:35:03 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: windriver.com, ip: 147.11.3.146, mailfrom: david.reyna@windriver.com) Received: from mail.windriver.com (mail.wrs.com [147.11.1.11]) by mail1.wrs.com (8.15.2/8.15.2) with ESMTPS id 22C6Z1G4022344 (version=TLSv1.1 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Fri, 11 Mar 2022 22:35:01 -0800 Received: from ala-exchng01.corp.ad.wrs.com (ala-exchng01.corp.ad.wrs.com [147.11.82.252]) by mail.windriver.com (8.15.2/8.15.2) with ESMTPS id 22C6Z0qP020315 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 11 Mar 2022 22:35:01 -0800 (PST) Received: from ALA-EXCHNG02.corp.ad.wrs.com (147.11.82.254) by ala-exchng01.corp.ad.wrs.com (147.11.82.252) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Fri, 11 Mar 2022 22:35:00 -0800 Received: from ala-exchng01.corp.ad.wrs.com (147.11.82.252) by ALA-EXCHNG02.corp.ad.wrs.com (147.11.82.254) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Fri, 11 Mar 2022 22:35:00 -0800 Received: from ala-lpggp2.wrs.com (147.11.105.123) by ala-exchng01.corp.ad.wrs.com (147.11.82.252) with Microsoft SMTP Server id 15.1.2242.12 via Frontend Transport; Fri, 11 Mar 2022 22:35:00 -0800 From: David Reyna To: Subject: [PATCH] Add 'Kirkstone', 'Honister', and 'Hardknott'. Remove 'Dunfell' and 'Gatesgarth'. Date: Fri, 11 Mar 2022 22:35:00 -0800 Message-ID: <20220312063500.3123-1-david.reyna@windriver.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 12 Mar 2022 06:35:04 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/toaster/message/5769 From: David Reyna [YOCTO #14757] Signed-off-by: David Reyna --- bitbake/lib/toaster/orm/fixtures/oe-core.xml | 40 +++++--- bitbake/lib/toaster/orm/fixtures/poky.xml | 98 ++++++++++++++------ 2 files changed, 100 insertions(+), 38 deletions(-) diff --git a/bitbake/lib/toaster/orm/fixtures/oe-core.xml b/bitbake/lib/toaster/orm/fixtures/oe-core.xml index b01a337012..450e7a2f85 100644 --- a/bitbake/lib/toaster/orm/fixtures/oe-core.xml +++ b/bitbake/lib/toaster/orm/fixtures/oe-core.xml @@ -8,9 +8,9 @@ - dunfell + kirkstone git://git.openembedded.org/bitbake - 1.46 + 1.54 HEAD @@ -23,18 +23,23 @@ master - gatesgarth + honister git://git.openembedded.org/bitbake - 1.48 + 1.52 + + + hardknott + git://git.openembedded.org/bitbake + 1.50 - dunfell - Openembedded Dunfell + kirkstone + Openembedded Kirkstone 1 - dunfell - Toaster will run your builds using the tip of the <a href=\"https://cgit.openembedded.org/openembedded-core/log/?h=dunfell\">OpenEmbedded Dunfell</a> branch. + kirkstone + Toaster will run your builds using the tip of the <a href=\"https://cgit.openembedded.org/openembedded-core/log/?h=kirkstone\">OpenEmbedded Kirkstone</a> branch. local @@ -51,11 +56,18 @@ Toaster will run your builds using the tip of the <a href=\"https://cgit.openembedded.org/openembedded-core/log/\">OpenEmbedded master</a> branch. - gatesgarth - Openembedded Gatesgarth + honister + Openembedded Honister 4 - gatesgarth - Toaster will run your builds using the tip of the <a href=\"https://cgit.openembedded.org/openembedded-core/log/?h=gatesgarth\">OpenEmbedded Gatesgarth</a> branch. + honister + Toaster will run your builds using the tip of the <a href=\"https://cgit.openembedded.org/openembedded-core/log/?h=honister\">OpenEmbedded Honister</a> branch. + + + hardknott + Openembedded Hardknott + 5 + hardknott + Toaster will run your builds using the tip of the <a href=\"https://cgit.openembedded.org/openembedded-core/log/?h=hardknott\">OpenEmbedded Hardknott</a> branch. @@ -75,6 +87,10 @@ 4 openembedded-core + + 5 + openembedded-core + diff --git a/bitbake/lib/toaster/orm/fixtures/poky.xml b/bitbake/lib/toaster/orm/fixtures/poky.xml index 363789d624..ed86114ebe 100644 --- a/bitbake/lib/toaster/orm/fixtures/poky.xml +++ b/bitbake/lib/toaster/orm/fixtures/poky.xml @@ -8,9 +8,9 @@ - dunfell + kirkstone git://git.yoctoproject.org/poky - dunfell + kirkstone bitbake @@ -26,20 +26,26 @@ bitbake - gatesgarth + honister git://git.yoctoproject.org/poky - gatesgarth + honister + bitbake + + + hardknott + git://git.yoctoproject.org/poky + hardknott bitbake - dunfell - Yocto Project 3.1 "Dunfell" + kirkstone + Yocto Project 3.5 "Kirkstone" 1 - dunfell - Toaster will run your builds using the tip of the <a href="https://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=dunfell">Yocto Project Dunfell branch</a>. + kirkstone + Toaster will run your builds using the tip of the <a href="https://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=kirkstone">Yocto Project Kirkstone branch</a>. local @@ -56,11 +62,18 @@ Toaster will run your builds using the tip of the <a href="https://git.yoctoproject.org/cgit/cgit.cgi/poky/log/">Yocto Project Master branch</a>. - gatesgarth - Yocto Project 3.2 "Gatesgarth" + honister + Yocto Project 3.4 "Honister" 4 - gatesgarth - Toaster will run your builds using the tip of the <a href="https://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=gatesgarth">Yocto Project Gatesgarth branch</a>. + honister + Toaster will run your builds using the tip of the <a href="https://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=honister">Yocto Project Honister branch</a>. + + + hardknott + Yocto Project 3.3 "Hardknott" + 5 + hardknott + Toaster will run your builds using the tip of the <a href="https://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=hardknott">Yocto Project Hardknott branch</a>. @@ -112,6 +125,18 @@ 4 meta-yocto-bsp + + 5 + openembedded-core + + + 5 + meta-poky + + + 5 + meta-yocto-bsp +