From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 0166FE009DF; Fri, 15 May 2015 03:02:33 -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.3 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, TRACKER_ID autolearn=no version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.212.173 listed in list.dnswl.org] * 1.3 TRACKER_ID BODY: Incorporates a tracking ID number * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 91B3FE00956 for ; Fri, 15 May 2015 03:02:32 -0700 (PDT) Received: by wizk4 with SMTP id k4so279974970wiz.1 for ; Fri, 15 May 2015 03:02:31 -0700 (PDT) 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 :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=3JecqcGScflvbdhD5rhlucNpjdxFZT0A2M+vKygdink=; b=IaQ/4BOXvv+4xq6B5b0QTILiibWkeGJ0q//xgv2oIDyxQ5KdfmQ3Up3lWk3yhNOR8v OfUQCBjsLbUguYBKpS+0uGn9skyoLtam+8k41Gn/DGbIFvR8MCMEqI+OLIJ5PTnZQTsl cFcttrMbLVtL1DQDbMxmcwuDCkhoLcitg4SO/0x8OKO/vDOxBoAUaBIyEBQ9NQ+Mgw2M ofrmsgKMvolvkqJpJi1KJ9PmblIPSKVtS8tLk5pmUaNuaykPV5Q7X7zHmjOVzTlBjXSd kdGZuvY+3NcBU/752ZZKN4r0VEzjnNEKYfukIsdwon9MXdGKtrKZBVUvNqjikkFOZdz1 LKnQ== X-Gm-Message-State: ALoCoQnPgkQwVMmNLgtb0lLJVh/eDBW1jb5oBhfhzzbFAO0uzD6whFvUEAhKM6/iiLsGnq7pCPY/ X-Received: by 10.194.9.161 with SMTP id a1mr16817310wjb.39.1431684151266; Fri, 15 May 2015 03:02:31 -0700 (PDT) Received: from [192.168.2.24] ([83.217.123.106]) by mx.google.com with ESMTPSA id k2sm2150594wix.4.2015.05.15.03.02.30 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 15 May 2015 03:02:30 -0700 (PDT) Message-ID: <5555C435.9040203@intel.com> Date: Fri, 15 May 2015 11:02:29 +0100 From: Michael Wood User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: "Barros Pena, Belen" References: <5554CBB4.2070602@intel.com> In-Reply-To: Cc: "toaster@yoctoproject.org" Subject: Re: [review-request] michaelw/new-buildbutton-fix-7739 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: Fri, 15 May 2015 10:02:34 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 15/05/15 10:32, Barros Pena, Belen wrote: > > On 14/05/2015 17:22, "Michael Wood" wrote: > >> commit cc5ee87f905bbbaa2baf783068da23ef0f68686d >> Author: Michael Wood >> Date: Thu May 14 17:17:51 2015 +0100 >> >> bitbake: toaster: Fix build button current project race >> >> Make sure the current project value is set before we check to see >> if the >> project is buildable. >> >> [YOCTO #7739] > Builds start and the dialog no longer shows both the selected project name > and the select project form. But the autocomplete suggestions for the > project name don't work, so I can't change the selected project. For the typeaheads in to work in toaster properly you need the patch Alex sent in adamian/20150507_toasterui_fixes fff64e507f01b712da713eb92caa0295c0548171 It's not yet merged so I'll push it to this branch for your convenience. Michael