From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 5C3BC757AC for ; Sun, 11 Oct 2015 07:15:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t9B7FMIG013321; Sun, 11 Oct 2015 08:15:22 +0100 Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id bT3zHZpnU6t4; Sun, 11 Oct 2015 08:15:22 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t9B7F1OB013313 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Sun, 11 Oct 2015 08:15:17 +0100 Message-ID: <1444547701.14364.9.camel@linuxfoundation.org> From: Richard Purdie To: Ed Bartosh Date: Sun, 11 Oct 2015 08:15:01 +0100 In-Reply-To: References: X-Mailer: Evolution 3.12.11-0ubuntu3 Mime-Version: 1.0 Cc: bitbake-devel@lists.openembedded.org Subject: Re: [PATCH 00/10] toaster: Implement UI changes for "command line builds" project X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussion that advance bitbake development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Oct 2015 07:15:27 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2015-10-07 at 16:20 +0300, Ed Bartosh wrote: > This implements changes across the UI to hide irrelevant options > for command-line builds, and show additional help icons explaining > why those options are hidden. > > It also modifies the behaviour of the "New build" button to take > account of the special status of the command-line builds project. > > For UI details, see the document attached to bug 8231 > at https://bugzilla.yoctoproject.org/attachment.cgi?id=2760. Sadly this patch set is applied over patches which have not been sent to the bitbake list, so they don't apply. Can you send a patch series which applies on top of master please (or send the other patches if that makes more sense). Cheers, Richard