From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id AA7E4756A4 for ; Fri, 5 Jun 2015 15:13:35 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail.windriver.com (8.15.1/8.15.1) with ESMTPS id t55FDYdL023975 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Fri, 5 Jun 2015 08:13:34 -0700 (PDT) Received: from server.local (128.224.20.64) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.224.2; Fri, 5 Jun 2015 08:13:33 -0700 Message-ID: <5571BC9C.5030704@windriver.com> Date: Fri, 5 Jun 2015 11:13:32 -0400 From: Bruce Ashfield User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: "Burton, Ross" References: In-Reply-To: Cc: OE-core Subject: Re: [PATCH 1/1] linux-yocto: update beaglebone, mpc8315e and edgerouter to 3.19 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2015 15:13:37 -0000 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit On 2015-06-05 11:07 AM, Burton, Ross wrote: > > On 5 June 2015 at 05:13, Bruce Ashfield > wrote: > > Bumping the linux-yocto SRCREVs to integrate fixes for the h/w reference > BSPs to the 3.19 kernel. > > > edgerouter fails for me: > It's Kevin you should be cc'ing .. I'm just the guy that merges these ones :) Kevin did fix this though .. I wonder if I did drop a patch, so I'll double check (maybe I was the right guy to cc' ') Bruce > | > /data/poky-master/tmp/work-shared/edgerouter/kernel-source/fs/aufs/i_op.c: > In function 'au_pin_hdir_set_owner': > | > /data/poky-master/tmp/work-shared/edgerouter/kernel-source/fs/aufs/i_op.c:445:28: > error: 'struct mutex' has no member named 'owner' > | p->hdir->hi_inode->i_mutex.owner = task; > | ^ > | LD drivers/idle/built-in.o > | CC fs/aufs/i_op_del.o > | LD drivers/i2c/busses/built-in.o > | CC drivers/base/module.o > | LD drivers/i2c/muxes/built-in.o > | > /data/poky-master/tmp/work-shared/edgerouter/kernel-source/scripts/Makefile.build:257: > recipe for target 'fs/aufs/i_op.o' failed > | make[4]: *** [fs/aufs/i_op.o] Error 1 > > Ross