From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 683E4E009EA; Sun, 9 Jun 2019 17:20:08 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, * medium trust * [147.11.146.13 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 40B79E0096F for ; Sun, 9 Jun 2019 17:20:07 -0700 (PDT) Received: from ALA-HCB.corp.ad.wrs.com ([147.11.189.41]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id x5A0K73h027954 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Sun, 9 Jun 2019 17:20:07 -0700 (PDT) Received: from ala-dreyna-lx3.corp.ad.wrs.com (147.11.209.225) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 9 Jun 2019 17:19:53 -0700 From: David Reyna To: Date: Sun, 9 Jun 2019 17:17:58 -0700 Message-ID: <1560125878-10734-1-git-send-email-david.reyna@windriver.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 X-Originating-IP: [147.11.209.225] Subject: [PATCH] toaster: Fix Thud Bitbake release for YP-2.7 X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jun 2019 00:20:08 -0000 Content-Type: text/plain From: David Reyna Fix the Bitbake version ID for Thud (1.40). [YOCTO #13356] Signed-off-by: David Reyna --- bitbake/lib/toaster/orm/fixtures/oe-core.xml | 2 +- bitbake/lib/toaster/orm/fixtures/poky.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbake/lib/toaster/orm/fixtures/oe-core.xml b/bitbake/lib/toaster/orm/fixtures/oe-core.xml index bd9c3268..9ae2e42 100644 --- a/bitbake/lib/toaster/orm/fixtures/oe-core.xml +++ b/bitbake/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/bitbake/lib/toaster/orm/fixtures/poky.xml b/bitbake/lib/toaster/orm/fixtures/poky.xml index 4162e4f..da3b930 100644 --- a/bitbake/lib/toaster/orm/fixtures/poky.xml +++ b/bitbake/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>. -- 1.9.1