From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 27354E00894; Thu, 15 Jan 2015 11:51:43 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id EFEDBE00757 for ; Thu, 15 Jan 2015 11:51:37 -0800 (PST) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id 82B37F811E0; Thu, 15 Jan 2015 12:51:36 -0700 (MST) Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id B6F90F811DF; Thu, 15 Jan 2015 12:51:35 -0700 (MST) Message-ID: <54B81A4D.5000102@mlbassoc.com> Date: Thu, 15 Jan 2015 12:51:41 -0700 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Bob Cochran , "meta-freescale@yoctoproject.org" References: <54B7FD11.1080001@mlbassoc.com> <54B81740.5080401@mindchasers.com> In-Reply-To: <54B81740.5080401@mindchasers.com> Subject: Re: [meta-fsl-ppc] recent breakage X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2015 19:51:43 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 2015-01-15 12:38, Bob Cochran wrote: > On 01/15/2015 12:46 PM, Gary Thomas wrote: >> This commit breaks a build when an image contains udev-extraconf >> >> commit d7df92b6f5c1a673341d54d6b064ad2fd7b16d74 >> Author: Ting Liu >> Date: Wed Jan 7 17:54:59 2015 +0800 >> >> udev-extraconf: replace bbappend with own recipe >> >> * introduce variable RULE for DPAA FMan ethernet ports name rule. >> * use 72-fsl-dpaa-persistent-networking.rules for t1024, same as >> e6500. >> >> Signed-off-by: Ting Liu >> >> Since this change, I get this error when building: >> * check_data_file_clashes: Package udev-rules-qoriq wants to install >> file >> /local/diskstation-cutting-edge_2015-01-08/tmp/work/p1022ds-amltd-linux-gnuspe/amanda-server-image/1.0-r0/rootfs/etc/udev/mount.blacklist >> >> But that file is already provided by package * udev-extraconf > > > I'm wondering where the root cause is located. The recipe isn't installing the blacklist file. It's just appending to it (if it already exists), so why is there a clash? Does > the recipe need modification or is the problem in the framework? One recipe doesn't get to modify the results of a different recipe so the do_install() step is really creating a second copy of the blacklist file (which if you don't have udev-extraconf installed isn't used anyway) > > As an aside, should the udev-rules-qoriq recipe see if the blacklists already exist before issuing the append (echo) statements? > > Lastly, I think I like having the separate recipe rather than the udev-extraconf append since I can easily just leave it out of my image, which I'm currently doing. Well I would like to have udev-extraconf in my image (that's what choices are all about) and this version of udev-rules-qoriq is making that impossible :-( > >> >> I don't see why this was changed from using .bbappend for >> the udev-extraconf - it seems wrong headed to me. >> -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------