From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id E16EBE00B27; Fri, 18 Sep 2015 12:02:20 -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.171 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E289FE00AE9 for ; Fri, 18 Sep 2015 12:01:55 -0700 (PDT) Received: by wicfx3 with SMTP id fx3so75865753wic.1 for ; Fri, 18 Sep 2015 12:01:54 -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=40z/vHS8G2mzCvuRS+MKx5034gzrRimVVO8BDCR76FM=; b=AEEB6HQUx5NoFAWUlFbBSLebh/elvkoCP8dnY7hXmQUssOZoLg5oK4vi6IhpkGdQQN lcvUrO9fuoTRrKx3JFgEv9C+zogCtV1a5ueDag/WtJrQbmuiGorCmdWjr1JNhYw1jR7B gei7rQg6s0nRjAPWEZCIiwNutYi5TIBdi4iCuKcXKiHYyK5XhIHrdpGxjFaR1dj7D1SH y5Jxu9JiDU0WMeBGh+s8LNY6EZ16aRs+tYj0S+IEr7M3Ntwgtwoa0fXaA3YOiXIUP6JT 53znTxqO3IBraPs2kRsPUAgAlMipUxWVZgUmffjabl/FqGI2qL962brCYbhAD9hsHWAA URXA== X-Gm-Message-State: ALoCoQlGcFPuInabOULqQvB/y7fN/rJ3Plr33M7G+q644cNXLpeZXyBLeL0qgA1/YiSwnHrLmWTi X-Received: by 10.194.248.234 with SMTP id yp10mr10083196wjc.24.1442602914495; Fri, 18 Sep 2015 12:01:54 -0700 (PDT) Received: from [192.168.0.22] ([90.212.179.178]) by smtp.googlemail.com with ESMTPSA id jc9sm16905169wic.6.2015.09.18.12.01.53 for (version=TLSv1/SSLv3 cipher=OTHER); Fri, 18 Sep 2015 12:01:53 -0700 (PDT) Message-ID: <55FC5FA0.20105@intel.com> Date: Fri, 18 Sep 2015 20:01:52 +0100 From: Michael Wood User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: "toaster@yoctoproject.org" Subject: [RFC] build to toaster fixes 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, 18 Sep 2015 19:02:21 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit I've been working on a number of fixes to make sure that the build and layer information is stored correctly in toaster. There is quite a bit of stuff needed to fix this more fully and definitely scope for refactoring - I've left in old code paths as I don't think the full extent of how the information is handled can be fully tested without a large suite of unit tests. Branch is at 'michaelw/toaster/build-recognition-fixes' on poky-contrib. I've had good results in testing building core-image-* on the fido release. Michael