All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gary Thomas <gary@mlbassoc.com>
To: meta-freescale@yoctoproject.org
Subject: Re: [meta-fsl-arm][PATCH v3 13/13] layer.conf: include layer-specific bb files
Date: Tue, 07 Jul 2015 05:43:39 -0600	[thread overview]
Message-ID: <559BBB6B.3050901@mlbassoc.com> (raw)
In-Reply-To: <1436257011-2383-14-git-send-email-b28495@freescale.com>

On 2015-07-07 02:16, b28495@freescale.com wrote:
> From: Ting Liu <ting.liu@freescale.com>
>
> 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 <ting.liu@freescale.com>
> ---
>   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
------------------------------------------------------------


  reply	other threads:[~2015-07-07 11:43 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-07  8:16 [meta-fsl-arm][PATCH v3 00/13] patches for qoriq fsl-sdk-v1.8 b28495
2015-07-07  8:16 ` [meta-fsl-arm][PATCH v3 01/13] linux-ls1: update to revision f488de6 b28495
2015-07-07 13:10   ` Daiane Angolini
2015-07-07  8:16 ` [meta-fsl-arm][PATCH v3 02/13] linux-ls1: package zImage into kernel-images b28495
2015-07-07 13:11   ` Daiane Angolini
2015-07-07 13:13   ` Otavio Salvador
2015-07-07  8:16 ` [meta-fsl-arm][PATCH v3 03/13] u-boot-ls1: merge .inc into the recipe b28495
2015-07-07 13:14   ` Daiane Angolini
2015-07-07  8:16 ` [meta-fsl-arm][PATCH v3 04/13] u-boot-ls1: update to revision v2015.01-630-g6ba8eed b28495
2015-07-08 10:12   ` Gary Thomas
2015-07-21 13:58     ` Gary Thomas
2015-07-21 14:08       ` Liu Ting
2015-07-21 14:14         ` Gary Thomas
2015-07-07  8:16 ` [meta-fsl-arm][PATCH v3 05/13] ls1021aqds: remove as it is not supported b28495
2015-07-07  8:16 ` [meta-fsl-arm][PATCH v3 06/13] ls1021atwr: update lquart/secure-boot UBOOT_CONFIG b28495
2015-07-07  8:16 ` [meta-fsl-arm][PATCH v3 07/13] rcw: update to revision 426f7a6 b28495
2015-07-07  8:16 ` [meta-fsl-arm][PATCH v3 08/13] qemu: upgrade to v2.2.0 plus fsl patches b28495
2015-07-07 13:33   ` Daiane Angolini
2015-07-07 14:26     ` Liu Ting
2015-07-07 14:30       ` Otavio Salvador
2015-07-07  8:16 ` [meta-fsl-arm][PATCH v3 09/13] asf: update to revision 62ba10a b28495
2015-07-07  8:16 ` [meta-fsl-arm][PATCH v3 10/13] asf: use KBUILD_OUTPUT to point to build-artifacts b28495
2015-07-07  8:16 ` [meta-fsl-arm][PATCH v3 11/13] cst: update to revision 6f57c86 b28495
2015-07-07 13:41   ` Daiane Angolini
2015-07-07  8:16 ` [meta-fsl-arm][PATCH v3 12/13] rename ls-base.inc -> qoriq-arm.inc b28495
2015-07-07  8:16 ` [meta-fsl-arm][PATCH v3 13/13] layer.conf: include layer-specific bb files b28495
2015-07-07 11:43   ` Gary Thomas [this message]
2015-07-07 12:14     ` Otavio Salvador

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=559BBB6B.3050901@mlbassoc.com \
    --to=gary@mlbassoc.com \
    --cc=meta-freescale@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.