From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id C0242E00B49; Thu, 18 Dec 2014 10:25:51 -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.46 listed in list.dnswl.org] Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 4E7C1E009B3 for ; Thu, 18 Dec 2014 10:25:46 -0800 (PST) Received: by mail-wg0-f46.google.com with SMTP id x13so2402290wgg.5 for ; Thu, 18 Dec 2014 10:25:45 -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=g1yiAJNWwCL4ZiZZuGG9Q7jFKezFlByFrz54C/oC10Q=; b=TIKPPEGFDycBK6fpRwYHsHEIGmj9D/IU5Hr5l/cuPemLuaqS830vVwicvRsyxEQ4hB HM7gPXhjDgncb+8Ajmc6tsFa7nOLvdZNimfl+38grgHtR7Pt5J2lUPJdYhYCf53I8lCy mvPEbj0JN4KHMAxQ/bFG+U+Bu1QFt7PnG9FK9MW8buLTpQLrDYckJgvkp5eOyuawEGUL cynjreY9kmnHX5SzfhtzxCmukfqk1CVhRfpy2udFgVXcknkQ7Ymh53ijHky+s2+mtX+o qYslai8Avp/0Xs7XVGGpqe2WJyVVNxAOmsxGPoDZQe7sVutOotTPuLE4g1XNr1TdNWFb gKeQ== X-Gm-Message-State: ALoCoQm9AjmrU+/YW4+AriLQtgZ5xFHzv6JqgdYCL3jRvWXE8BIpxpFqiquG9ZuixamgUszGzb39 X-Received: by 10.181.29.201 with SMTP id jy9mr21140958wid.34.1418927145139; Thu, 18 Dec 2014 10:25:45 -0800 (PST) Received: from [192.168.2.21] ([83.217.123.106]) by mx.google.com with ESMTPSA id u9sm9846239wjy.37.2014.12.18.10.25.44 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 18 Dec 2014 10:25:44 -0800 (PST) Message-ID: <54931C27.3050408@intel.com> Date: Thu, 18 Dec 2014 18:25:43 +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 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: Thu, 18 Dec 2014 18:25:51 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Review request for poky-contrib michaelw/toaster/layer-details commit 7f6b4a2f2d9b1e83593335be09801f7b2efa812a 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 Thanks, Michael