From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp4-g21.free.fr (smtp4-g21.free.fr [212.27.42.4]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id AA437E01710 for ; Fri, 1 Nov 2013 08:35:27 -0700 (PDT) Received: from e6520eb (unknown [90.84.144.55]) (Authenticated sender: eukrea) by smtp4-g21.free.fr (Postfix) with ESMTPSA id 14EAB4C8195; Fri, 1 Nov 2013 16:35:19 +0100 (CET) Date: Fri, 1 Nov 2013 16:35:13 +0100 From: Eric =?ISO-8859-1?B?QuluYXJk?= To: Janis Coders Message-ID: <20131101163513.09077c5b@e6520eb> In-Reply-To: <5273A5F1.4080601@gmail.com> References: <5273A5F1.4080601@gmail.com> Organization: =?ISO-8859-1?B?RXVrculh?= Electromatique X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.22; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Cc: "meta-freescale@yoctoproject.org" Subject: Re: 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 15:35:30 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Janis, Le Fri, 01 Nov 2013 15:00:33 +0200, Janis Coders a =E9crit : > Hi, I have a question regarding linux-imx defconfig overriding. > In 1.4 when overraiding linux-imx kernel recipe, I could add my cusom =20 > defconfig under linux-imx subdirectory and it was the priority, but now=20 > 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=20 > layer. In log files do_unpack I see that the order has changed (1.4 ->=20 > 1.5) traversing directories. > Is this traversing change related to new 1.5 yocto version (bitbake?),=20 > or it is changed somewhere in freescale community recipes? >=20 try cherry picking this patch in oe-core : 92cbf7eeea553bfa24c7081473fa8bc4ebc1f552 Eric