From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 79918E00998; Tue, 12 May 2015 07:41:34 -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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham 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.181 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 3DC5EE00982 for ; Tue, 12 May 2015 07:41:29 -0700 (PDT) Received: by widdi4 with SMTP id di4so18719573wid.0 for ; Tue, 12 May 2015 07:41:28 -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 :subject:content-type:content-transfer-encoding; bh=mdqgYlvVtZ5+Aa9uDj6vQBdnDwO6A6QjpJHrpJcPMuo=; b=ObRHtAeNk6a0tubllnZznFdVvd4QNEURR6ZT0aYDi2TKifAcBhhA3UnliCuYe4lObO gawzIuQ3mJPjNwiX3L2S2ZjwXSFi8bT0TgfhZ/oRb1pUBcG6VT7ClsNp5zKCJRhFSjFP YCbHuCsV1Cg/vAeY5fwG9EFhpLzSOQK45l9Bei1vlemcMWAC68fEHJ0ZnV+jimhfm++e LFMphEKGiQ3VqRsSQR8opBMys1nmXg9e5/NYbfc/Puv8aXfHx2XjNkb7n5CjFP7tCHV2 TbsZOTSC7m2yqTGnW9lKKLVel/TmAJl7o7lOW173KnzDHwJkXF5GwbLx8/1rNWa11m7E vseA== X-Gm-Message-State: ALoCoQk6VVXTOrnX/C1MuTSqtWhtCixQb1PE2ImpLU8nUvQIKRfH16qK/ZVtahekHTmsqZkDZm4Z X-Received: by 10.194.57.209 with SMTP id k17mr30146002wjq.33.1431441688703; Tue, 12 May 2015 07:41:28 -0700 (PDT) Received: from [192.168.2.74] ([83.217.123.106]) by mx.google.com with ESMTPSA id a18sm28067947wja.46.2015.05.12.07.41.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 May 2015 07:41:28 -0700 (PDT) Message-ID: <55521117.4000505@intel.com> Date: Tue, 12 May 2015 15:41:27 +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: "toaster@yoctoproject.org" Subject: [review-request] michaelw/fix-buildmode-missing-import 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, 12 May 2015 14:41:34 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit michaelw/fix-buildmode-missing-import commit ed198004e54613cbf36befa1cf2c2785208be9da Author: Michael Wood Date: Tue May 12 15:34:45 2015 +0100 bitbake: toaster: managedcontextprocessor requires Project imported Temporarily move this import into the main view so that the context processor can return a value for projects (albeit an unused one) when in non managed mode. This will be changed in the near future but this will fix it until we finish the refactoring. Signed-off-by: Michael Wood