From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 1B8E5E00858; Thu, 12 Mar 2015 08:11:40 -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=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [192.55.52.88 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 16C5CE0083A for ; Thu, 12 Mar 2015 08:11:38 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 12 Mar 2015 08:11:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,389,1422950400"; d="scan'208";a="691123574" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga002.fm.intel.com with ESMTP; 12 Mar 2015 08:11:37 -0700 Received: from irsmsx110.ger.corp.intel.com ([169.254.15.236]) by IRSMSX103.ger.corp.intel.com ([169.254.3.247]) with mapi id 14.03.0195.001; Thu, 12 Mar 2015 15:11:36 +0000 From: "Barros Pena, Belen" To: "Lerner, David M (Wind River)" Thread-Topic: [Toaster] Layers list wrong on build configuration summary - no defect found, should I fix? Thread-Index: AQHQXBKqfpggEIU+9EuIgtws7ob8+J0XbncAgAA0mCCAATjrgIAAC9x7gAANsoA= Date: Thu, 12 Mar 2015 15:11:35 +0000 Message-ID: References: <011977994B5AE74ABA2BD08E983BAAABC100849D@ALA-MBA.corp.ad.wrs.com> <011977994B5AE74ABA2BD08E983BAAABC10086B4@ALA-MBA.corp.ad.wrs.com> <011977994B5AE74ABA2BD08E983BAAABC1008A0D@ALA-MBA.corp.ad.wrs.com> In-Reply-To: <011977994B5AE74ABA2BD08E983BAAABC1008A0D@ALA-MBA.corp.ad.wrs.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.4.8.150116 x-originating-ip: [10.237.224.82] MIME-Version: 1.0 Cc: "toaster@yoctoproject.org" Subject: Re: Layers list wrong on build configuration summary - no defect found, should I fix? 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: Thu, 12 Mar 2015 15:11:40 -0000 Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-ID: <12D496B410D3544DB2340B82268EB48A@intel.com> Content-Transfer-Encoding: quoted-printable On 12/03/2015 14:24, "Lerner, Dave" wrote: >I've attached the log file for the build. Looks like the same error I got, but I am not sure why it has different outcomes in your case (wrong list of layers), and mine (no list of layers).=20 I just tested the patch for this problem that has been submitted upstream, and seems to work for me. This is it: http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=3Dadamian/= 20 150312-submission-bb&id=3D93b33f1f028129f1efd61c35219e44d3cd551de9 Cheers Bel=E9n >Dave >________________________________________ >From: Barros Pena, Belen [belen.barros.pena@intel.com] >Sent: Thursday, March 12, 2015 8:40 AM >To: Lerner, Dave >Cc: toaster@yoctoproject.org; DAMIAN, ALEXANDRU >Subject: Re: [Toaster] Layers list wrong on build configuration summary - >no defect found, should I fix? > >I ran a build on master:0aff27522d467ee5d02289594207ddef4add7081 with the >same layers Dave had. I get no information about layers at all: I get the >"__FIXME__unidentifed_layer" message instead. > >I know Alex has at least one fix ready for this problem, so that might >solve this. This is the error shown in the cooker log: > >ERROR: ProjectLayer matching query does not exist. >Traceback (most recent call last): > File "/home/yocto/master/bitbake/lib/bb/ui/toasterui.py", line 281, in >main > buildinfohelper.store_layer_info(event) > File "/home/yocto/master/bitbake/lib/bb/ui/buildinfohelper.py", line >759, in store_layer_info > >self.internal_state['lvs'][self.orm_wrapper.get_update_layer_object(layeri >n >fos[layer], >self.brbe)] =3D layerinfos[layer]['version'] > File "/home/yocto/master/bitbake/lib/bb/ui/buildinfohelper.py", line >279, in get_update_layer_object > layer_object =3D >buildrequest.project.projectlayer_set.get(layercommit__layer__name=3Dlayer= _i >n >formation['name']).layercommit.layer > File >"/usr/local/lib/python2.7/dist-packages/django/db/models/manager.py", >line 151, in get > return self.get_queryset().get(*args, **kwargs) > File "/usr/local/lib/python2.7/dist-packages/django/db/models/query.py", >line 307, in get > self.model._meta.object_name) >DoesNotExist: ProjectLayer matching query does not exist. > > >Dave: do you still have the log file for the build where you spotted this >problem? > >Cheers > >Bel=E9n > >On 11/03/2015 19:02, "Lerner, Dave" wrote: > >> >>> -----Original Message----- >>> From: toaster-bounces@yoctoproject.org >>>[mailto:toaster-bounces@yoctoproject.org] On >>> Behalf Of Barros Pena, Belen >>> Sent: Wednesday, March 11, 2015 10:52 AM >>> To: Lerner, Dave >>> Cc: toaster@yoctoproject.org >>> Subject: Re: [Toaster] Layers list wrong on build configuration summary >>>- no defect >>> found, should I fix? >>> >>> >>> >>> On 11/03/2015 15:47, "Lerner, Dave" wrote: >>> >>> > >>> >HI Belen, >>> > >>> >The Builds -> -> Summary page shows the wrong list of >>> >layers. >>> >>> Mmmm, I haven't come across this one. Can I ask: >>> >>> * In which commit are you seeing this? >> >>master - fetched/rebased monday. >> >>> * Which layers are you using? >>> >> >>openembedded-core >>meta-yocto-bsp >>meta-yocto >>meta-oe >>meta-games >> >>> I'd like to try to reproduce it. >>> >>> Thanks! >>> >>> Belen >>> >>> > >>> > >>> >For five layers that I use in a project (the default three, plus two >>>more >>> >that I manually added through toaster) the summary page shows only two >>> >and the wrong two. >>> > >>> > >>> >There is no defect that sounds like this symptom. Should I file one, >>> >then accept it and fix it? The fix is the using same query that I >>>just >>> >constructed for the defect 7414, trimming layer directory local path >>> >prefix. In fact, before I got 7414 working, the >>> > first try was exactly the same wrong result as shown above. >>> > >>> >Dave >>> > >>> > >>> >>> -- >>> _______________________________________________ >>> toaster mailing list >>> toaster@yoctoproject.org >>> https://lists.yoctoproject.org/listinfo/toaster >