[meta-xilinx] [PATCH] layer.conf: correct BBFILES append

Khan, Yasir Yasir_Khan at mentor.com
Tue Nov 11 01:29:21 PST 2014


Yes this is a generic change and should be applied to existing branches.

Best Regards,
Yasir
________________________________________
From: Nathan Rossi [nathan.rossi at xilinx.com]
Sent: Monday, November 10, 2014 5:31 PM
To: Khan, Yasir
Cc: meta-xilinx at lists.yoctoproject.org
Subject: RE: [meta-xilinx]  [PATCH] layer.conf: correct BBFILES append

> -----Original Message-----
> From: meta-xilinx-bounces at yoctoproject.org [mailto:meta-xilinx-
> bounces at yoctoproject.org] On Behalf Of Yasir-Khan
> Sent: Wednesday, November 05, 2014 6:33 PM
> To: meta-xilinx at lists.yoctoproject.org
> Subject: [meta-xilinx] [PATCH] layer.conf: correct BBFILES append
>
> Due to immediate expansion operator being  used to assign
> BBFILES variable, bitbake was ignoring BBFILE_COLLECTIONS.split()
> based append to BBFILES used in other layers to add layer specific
> bbappends. Use append operator instead of immediate expansion to
> correct this.

Applied, should this also be applied to existing branches (e.g. daisy)?

Thanks,
Nathan

>
> Signed-off-by: Yasir-Khan <yasir_khan at mentor.com>
> ---
>  conf/layer.conf |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 4e03ff6..88d6e5e 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -2,7 +2,7 @@
>  BBPATH := "${BBPATH}:${LAYERDIR}"
>
>  # We have a packages directory, add to BBFILES
> -BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb"
> +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
>  BBFILES += " ${LAYERDIR}/recipes-*/*/*.bbappend"
>
>  BBFILE_COLLECTIONS += "xilinx"
> --
> 1.7.9.5
>
> --
> _______________________________________________
> meta-xilinx mailing list
> meta-xilinx at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-xilinx



More information about the meta-xilinx mailing list