From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id A5B05E00DE4; Wed, 23 Sep 2015 07:02:09 -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.220.48 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-pa0-f48.google.com (mail-pa0-f48.google.com [209.85.220.48]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C9AB5E00B56 for ; Wed, 23 Sep 2015 07:02:05 -0700 (PDT) Received: by pacfv12 with SMTP id fv12so42153282pac.2 for ; Wed, 23 Sep 2015 07:02:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=BSkKhrACeIQZs5wf/D7X+4oGJgXxdxToU8AcnnKesEU=; b=hSRuNDM/9nSasJD4434ml+tpXp4yeGI9RV4QLRnvtGkMWARYY8C3gx59SQ/UrvCFvG rM+oysIg18wioX1gXyzHU5hvoarkytY0tdK/qpgKIl2QxyUdx0+qIj10FI3ttBTGXp2m wKMbkP73fO1lfHhPj3kmvl87pJbz4u3gWQc9qAOsjKOSlIwGRyGuo/mQWylz11Bj1NqC Y6DZLxOM5VJ5I/3SfWQvWDgXWJB9eqh/iWU2mKyxJyhL0v8uM9vFTDx0ML4+QJdHjJBl QaE7uI9RCSye6aC7oibL514Dzp6xiZ7IcertqFa0tP1CEN6TPXHHWPO8z5D44uaDHoGS kSOA== X-Gm-Message-State: ALoCoQnzJJ7xzp4pC3cP8NgV9c6grbuXuJHpkHDWB+x0Huxk9rXbmk+0DGzCBdQwQS1278Lf3DKI X-Received: by 10.68.254.7 with SMTP id ae7mr37968302pbd.131.1443016924718; Wed, 23 Sep 2015 07:02:04 -0700 (PDT) Received: from [192.168.2.20] ([83.217.123.106]) by smtp.googlemail.com with ESMTPSA id uy4sm8223642pbc.69.2015.09.23.07.02.03 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 23 Sep 2015 07:02:04 -0700 (PDT) To: Brian Avery References: <55FC5FA0.20105@intel.com> From: Michael Wood Message-ID: <5602B0D9.5030102@intel.com> Date: Wed, 23 Sep 2015 15:02:01 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Cc: "toaster@yoctoproject.org" Subject: Re: [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: Wed, 23 Sep 2015 14:02:09 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit New branch: michaelw/toaster/ic-4-and-buildinfo-matching This is based ontop of the image customisation branch to make sure we use the latest schema Michael On 20/09/15 23:39, Brian Avery wrote: > Hi, > > I tried this branch on master and it worked fine for a > core-image-minimal. Could you give an example of what used to fail > that this fixes? I tried it with sujith's local layer loading and > (for me) that still spews out ton's of errors about : > > Cannot determine the vcs_reference for layer version {'build_id': 2, > '_layer_cache': , > 'layer_id': 10, '_state': 0x7fd03ed98710>, 'up_branch_id': None, 'priority': 7, 'up_date': None, > 'local_path': u'/', '_up_branch_cache': None, '_build_cache': 2 p1-suj (Release local (HEAD), BBV HEAD (Branch: HEAD)) > core-image-minimal>, 'branch': u'', 'dirpath': None, 'commit': u'', > 'project_id': None, 'up_id': None, 'id': 28, 'layer_source_id': None}, > Project p1-suj (Release local (HEAD), BBV HEAD (Branch: HEAD)))>, > determine the vcs_reference for layer version {'build_id': 2, > '_layer_cache': , > 'layer_id': 10, '_state': 0x7fd03ed60d90>, 'up_branch_id': None, 'priority': 7, 'up_date': None, > 'local_path': u'/', '_up_branch_cache': None, '_build_cache': 2 p1-suj (Release local (HEAD), BBV HEAD (Branch: HEAD)) > core-image-minimal>, 'branch': u'', 'dirpath': None, 'commit': u'', > 'project_ > > > so, sadly this patch doesn't fix that problem :( > > -b > > On Fri, Sep 18, 2015 at 12:01 PM, Michael Wood wrote: >> 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 >> -- >> _______________________________________________ >> toaster mailing list >> toaster@yoctoproject.org >> https://lists.yoctoproject.org/listinfo/toaster