From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-f50.google.com (mail-la0-f50.google.com [209.85.215.50]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 088FEE017DF for ; Fri, 1 Nov 2013 05:59:36 -0700 (PDT) Received: by mail-la0-f50.google.com with SMTP id ec20so3348819lab.37 for ; Fri, 01 Nov 2013 05:59:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=ZKkmVK9oZSXPFbR7w37lSgeUY1MkIOC+9SBPqTRq+iE=; b=SJy/FKMqRIzBBFYB2CB/jR6KnY9Oda11m7O+pxiPNiY3wxfg971mSPUoCSvQgiE9HI +Uu0yg3vO5XdalRgCQnQjD43HbXwJInRrK4LhijBO4yX49ksegG2xSfKeMRKOWlyaItR 7cITBekq+LcY2dGJd95Cxcau7kem/lP9lzObCefJ2LpRnLJEnbAEQ8gqVlOyt4bEl8a4 K2eW+3UY3pOIxcWtwweFuZm1WgX6qyg+atRwVDOXP/yK1wb5tHlnZSV6wNNidQdMxFp2 +g+NT1uep+Gy2kGcnuJ8Q1K9KVWEy8csL/LQKlX13NARL9ENveCnbwubF0te45AHGiLV HDoQ== X-Received: by 10.152.28.194 with SMTP id d2mr1881801lah.2.1383310774702; Fri, 01 Nov 2013 05:59:34 -0700 (PDT) Received: from [10.0.1.5] ([80.232.254.7]) by mx.google.com with ESMTPSA id pw4sm6317964lbb.9.2013.11.01.05.59.32 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 01 Nov 2013 05:59:33 -0700 (PDT) Message-ID: <5273A5F1.4080601@gmail.com> Date: Fri, 01 Nov 2013 15:00:33 +0200 From: Janis Coders User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: "meta-freescale@yoctoproject.org" Subject: Overriding linux-imx kernel defconfig 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: Fri, 01 Nov 2013 12:59:38 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, I have a question regarding linux-imx defconfig overriding. In 1.4 when overraiding linux-imx kernel recipe, I could add my cusom defconfig under linux-imx subdirectory and it was the priority, but now in 1.5 the priority goes to meta-fsl-arm layers kernel recipe. If I move my defconfig under linux-imx/mx5/ then priority goes to my layer. In log files do_unpack I see that the order has changed (1.4 -> 1.5) traversing directories. Is this traversing change related to new 1.5 yocto version (bitbake?), or it is changed somewhere in freescale community recipes?