From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id EC2EEE00A2C; Tue, 7 Jul 2015 04:43:36 -0700 (PDT) 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 9D0ACE009F0 for ; Tue, 7 Jul 2015 04:43:32 -0700 (PDT) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id E4AC7F811E6; Tue, 7 Jul 2015 05:43:30 -0600 (MDT) Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id 98127F811DB; Tue, 7 Jul 2015 05:43:30 -0600 (MDT) Message-ID: <559BBB6B.3050901@mlbassoc.com> Date: Tue, 07 Jul 2015 05:43:39 -0600 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <1436257011-2383-1-git-send-email-b28495@freescale.com> <1436257011-2383-14-git-send-email-b28495@freescale.com> In-Reply-To: <1436257011-2383-14-git-send-email-b28495@freescale.com> Subject: Re: [meta-fsl-arm][PATCH v3 13/13] layer.conf: include layer-specific bb files 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: Tue, 07 Jul 2015 11:43:37 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 2015-07-07 02:16, b28495@freescale.com wrote: > From: Ting Liu > > Previously layer-specific bbappends are applied when that layer > is included in the configuration. > > There is layer-specific bb files too (like asf_git.bb). Apply the > same rule here. > > Signed-off-by: Ting Liu > --- > conf/layer.conf | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/conf/layer.conf b/conf/layer.conf > index e260e62..81d29f5 100644 > --- a/conf/layer.conf > +++ b/conf/layer.conf > @@ -21,3 +21,6 @@ ${FSL_MIRROR} http://download.ossystems.com.br/bsp/freescale/source/ \n \ > # layer is included in our configuration > BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bbappend' % layer \ > for layer in BBFILE_COLLECTIONS.split())}" > +# Add layer-specific bb files too > +BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bb' % layer \ > + for layer in BBFILE_COLLECTIONS.split())}" > Why not just use a single pattern for this? e.g. BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bb*' % layer \ -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------