From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 5CF2AE00B45; Mon, 31 Oct 2016 14:21:12 -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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 18DADE009F0 for ; Mon, 31 Oct 2016 14:21:06 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP; 31 Oct 2016 14:21:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,428,1473145200"; d="scan'208,217";a="1053163542" Received: from bavery-ws-desk.jf.intel.com ([10.7.198.85]) by orsmga001.jf.intel.com with ESMTP; 31 Oct 2016 14:21:06 -0700 From: brian avery To: toaster@yoctoproject.org Date: Mon, 31 Oct 2016 14:22:35 -0700 Message-Id: X-Mailer: git-send-email 1.9.1 In-Reply-To: References: Cc: brian avery Subject: [PATCH 1/3] toaster: Update oe-core fixture for Morty plus master release 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, 31 Oct 2016 21:21:12 -0000 Update the oe-core fixture to include the master and Morty releases. Signed-off-by: brian avery --- lib/toaster/orm/fixtures/oe-core.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lib/toaster/orm/fixtures/oe-core.xml b/lib/toaster/orm/fixtures/oe-core.xml index a6c834f..3edb61b 100644 --- a/lib/toaster/orm/fixtures/oe-core.xml +++ b/lib/toaster/orm/fixtures/oe-core.xml @@ -7,6 +7,11 @@ + + master + git://git.openembedded.org/bitbake + master + morty git://git.openembedded.org/bitbake @@ -17,6 +22,13 @@ + + master + Openembedded Master + 3 + master + Toaster will run your builds using the tip of the <a href=\"http://cgit.openembedded.org/openembedded-core/log/?h=morty\">OpenEmbedded master</a> branch, where active development takes place. This is not a stable branch, so your builds might not work as expected. + morty Openembedded Morty -- 1.9.1