From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 108B6E004F2; Tue, 13 Jan 2015 10:23:23 -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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW 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] * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [74.125.82.176 listed in list.dnswl.org] Received: from mail-we0-f176.google.com (mail-we0-f176.google.com [74.125.82.176]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 98BA0E002F9 for ; Tue, 13 Jan 2015 10:23:08 -0800 (PST) Received: by mail-we0-f176.google.com with SMTP id w61so4496236wes.7 for ; Tue, 13 Jan 2015 10:23:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=F3H48WqoKl2nhstWPmEULDLz1fYPW4bpISl1pbcHZ3s=; b=BvSt7U064PJI6sIPdRCjQwhFNfsnhbsOnfG/VVupsHY4HhTZgFWVFLLx4p8lPn0uj6 fZRaoB9vnIEfHmwtVf8mKZSWHilzwXGYp1G1n6f2h2wuV2+qb5aftiAG1mk0chCmXZ/P 14nB82loy/79KOVwaO+7Krc6OieZQ+jrHIF7p4yyfWnoPhkvyHCIdFtG3lcBmp09bECs H6rK9bJ82MWSd6BvMgBEPNskW/ZRLbqQzM5eEbql/35GRDpBHgMu3TNs1SS9K+7fGaWj 5iX8lyodcdRuVH7wfsfCmqdBzRDSRGLh/RcmveK2X1gSegutGf+ywIAz9FfOLPK0O+Xz L/Ew== X-Gm-Message-State: ALoCoQmjB4827yjjWqB8B7V0B6c7HKnNc6AnLt4TR8bYyyyawoJTV2atZY8oKNnDleDxH505uDCE X-Received: by 10.180.83.129 with SMTP id q1mr1323528wiy.8.1421173387130; Tue, 13 Jan 2015 10:23:07 -0800 (PST) Received: from [192.168.2.156] ([83.217.123.106]) by mx.google.com with ESMTPSA id ww4sm26696953wjc.47.2015.01.13.10.23.06 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 Jan 2015 10:23:06 -0800 (PST) Message-ID: <54B5628A.7040800@intel.com> Date: Tue, 13 Jan 2015 18:23:06 +0000 From: Michael Wood User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: "toaster@yoctoproject.org" Subject: [review-request][michaelw/toaster/layer-details-rebased] 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: Tue, 13 Jan 2015 18:23:23 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Code submission/review-request: commit cff74d20eb9eb278512ea89cc821e419e9cd3ccc Author: Michael Wood Date: Tue Jan 13 17:48:26 2015 +0000 bitbake: toaster: layerdetails Remove compatibility setting Remove the layer compatibility configuration option from the layer details as this is not in the design. Signed-off-by: Michael Wood commit 9c3b2635e080aec1893e2194dbcde042aa92a2a8 Author: Michael Wood Date: Thu Dec 11 18:32:54 2014 +0000 bitbake: toaster: Add layer details page feature This commit adds the layer details page which shows the metadata for the layer such as layer description, machines associated with the layer as well as the targets provided. If the layer is an imported layer this page also allows you to update the layer's configuration. From this page you can add/remove the layer from the current project Signed-off-by: Michael Wood