From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 3734EE00894; Thu, 15 Jan 2015 11:38:55 -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 smtp.webfaction.com (mail6.webfaction.com [74.55.86.74]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 0E6B3E00757 for ; Thu, 15 Jan 2015 11:38:42 -0800 (PST) Received: from [192.168.1.10] (c-73-194-208-34.hsd1.nj.comcast.net [73.194.208.34]) by smtp.webfaction.com (Postfix) with ESMTP id 7B14A207AA4D; Thu, 15 Jan 2015 19:38:41 +0000 (UTC) Message-ID: <54B81740.5080401@mindchasers.com> Date: Thu, 15 Jan 2015 14:38:40 -0500 From: Bob Cochran User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Gary Thomas , "meta-freescale@yoctoproject.org" References: <54B7FD11.1080001@mlbassoc.com> In-Reply-To: <54B7FD11.1080001@mlbassoc.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:38:55 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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? 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. > > I don't see why this was changed from using .bbappend for > the udev-extraconf - it seems wrong headed to me. >