From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id A5969E00BA4; Mon, 25 Jan 2016 02:48:00 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI 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] * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [134.134.136.24 listed in list.dnswl.org] Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 7C1AAE00B44 for ; Mon, 25 Jan 2016 02:47:57 -0800 (PST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 25 Jan 2016 02:47:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,344,1449561600"; d="scan'208";a="641005468" Received: from ggmotyer-mobl3.ger.corp.intel.com (HELO bbarrosp-mac03.local.com) ([10.252.6.120]) by FMSMGA003.fm.intel.com with ESMTP; 25 Jan 2016 02:47:55 -0800 From: Belen Barros Pena To: toaster@yoctoproject.org Date: Mon, 25 Jan 2016 11:47:37 +0100 Message-Id: <1453718857-85088-2-git-send-email-belen.barros.pena@linux.intel.com> X-Mailer: git-send-email 2.5.4 (Apple Git-61) In-Reply-To: <1453718857-85088-1-git-send-email-belen.barros.pena@linux.intel.com> References: <1453718857-85088-1-git-send-email-belen.barros.pena@linux.intel.com> Subject: [review-request] [PATCH 2/2] toaster: update the meta-yocto toaster configuration file 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, 25 Jan 2016 10:48:00 -0000 From: Belen Barros Pena It looks like the master branch will no longer build with the Fido release, so remove all references to fido and make sure that the file sets up local, master and jethro releases. Signed-off-by: Belen Barros Pena --- meta-yocto/conf/toasterconf.json | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/meta-yocto/conf/toasterconf.json b/meta-yocto/conf/toasterconf.json index 3f79f42..54ee116 100644 --- a/meta-yocto/conf/toasterconf.json +++ b/meta-yocto/conf/toasterconf.json @@ -38,13 +38,13 @@ "name": "OpenEmbedded", "sourcetype": "layerindex", "apiurl": "http://layers.openembedded.org/layerindex/api/", - "branches": ["master", "jethro" ,"fido"] + "branches": ["master", "jethro"] }, { "name": "Imported layers", "sourcetype": "imported", "apiurl": "", - "branches": ["master", "jethro","fido", "HEAD"] + "branches": ["master", "jethro", "HEAD"] } ], @@ -62,12 +62,6 @@ "dirpath": "bitbake" }, { - "name": "fido", - "giturl": "remote:origin", - "branch": "fido", - "dirpath": "bitbake" - }, - { "name": "HEAD", "giturl": "remote:origin", "branch": "HEAD", @@ -97,15 +91,6 @@ "helptext": "Toaster will run your builds with the tip of the Yocto Project 2.0 \"Jethro\" branch." }, { - "name": "fido", - "description": "Yocto Project 1.8 Fido", - "bitbake": "fido", - "branch": "fido", - "defaultlayers": [ "openembedded-core", "meta-yocto", "meta-yocto-bsp"], - "layersourcepriority": { "Imported layers": 99, "Local Yocto Project" : 10, "OpenEmbedded" : 0 }, - "helptext": "Toaster will run your builds with the tip of the Yocto Project 1.8 \"Fido\" branch." - }, - { "name": "local", "description": "Local Yocto Project", "bitbake": "HEAD", -- 2.5.4 (Apple Git-61)