All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [meta-security][meta-integrity][PATCH] layer.conf: use += instead of := to update BBFILES
       [not found] <20201015094139.427487-1-sajjad_ahmed@mentor.com>
@ 2020-10-24 20:12 ` akuster
  0 siblings, 0 replies; only message in thread
From: akuster @ 2020-10-24 20:12 UTC (permalink / raw)
  To: Sajjad Ahmed, yocto

merged.

thanks


On 10/15/20 2:41 AM, Sajjad Ahmed wrote:
> Updating BBFILES with := isn't the standard way and can break
> parsing under certain conditions, instead use += which is widely used.
>
> Signed-off-by: Sajjad Ahmed <sajjad_ahmed@mentor.com>
> ---
>  meta-integrity/conf/layer.conf | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf
> index f905b0b..6075df9 100644
> --- a/meta-integrity/conf/layer.conf
> +++ b/meta-integrity/conf/layer.conf
> @@ -2,8 +2,7 @@
>  BBPATH =. "${LAYERDIR}:"
>  
>  # We have a packages directory, add to BBFILES
> -BBFILES := "${BBFILES} \
> -            ${LAYERDIR}/recipes-*/*/*.bb \
> +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
>              ${LAYERDIR}/recipes-*/*/*.bbappend"
>  
>  BBFILE_COLLECTIONS += "integrity"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-24 20:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20201015094139.427487-1-sajjad_ahmed@mentor.com>
2020-10-24 20:12 ` [meta-security][meta-integrity][PATCH] layer.conf: use += instead of := to update BBFILES akuster

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.