From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id ABA1CE00815; Wed, 11 Feb 2015 09:20:41 -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=-0.9 required=5.0 tests=BAYES_00,UC_GIBBERISH_OBFU autolearn=no version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 1.0 UC_GIBBERISH_OBFU Multiple instances of "word VERYLONGGIBBERISH * word" Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 07E11E003D4 for ; Wed, 11 Feb 2015 09:20:38 -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 29A0B207D1AB for ; Wed, 11 Feb 2015 17:20:37 +0000 (UTC) Message-ID: <54DB8F63.5020000@mindchasers.com> Date: Wed, 11 Feb 2015 12:20:35 -0500 From: Bob Cochran User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: "meta-freescale@yoctoproject.org" Subject: Please explain the logic on the MACHINEOVERRIDES ordering for meta-fsl-ppc:qoriq 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: Wed, 11 Feb 2015 17:20:41 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi, For the past few months, I have patched out the way meta-fsl-ppc qoriq constructs MACHINEOVERRIDES because I don't see the logic in it. It's my preference that the overrides I set for my specific machine (e.g., p1010rdb, t1040rdb, or custom-machine) are found over the default overrides in meta-fsl-ppc (e.g., init-ifupdown/qoriq-ppc/interfaces). By default, if I set "p1010rdb" as the MACHINE in local.conf I get: MACHINEOVERRIDES="p1010:p1010rdb:qoriq-ppc:e500v2" As you know, FILESPATH is in part built by using MACHINEOVERRIDES and the path is built working right to left, so a file in an e500v2 override is found before one under p1010rdb. Shouldn't the more specific override be to the right? I would think we want to produce the following: MACHINEOVERRIDES="e500v2:qoriq-ppc:p1010:p1010rdb" If I'm wrong, please help me to understand why. If there is agreement, then I would like to submit patches to change the meta-fsl-ppc conf files. Thanks Bob