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

Nathan Rossi nathan.rossi at xilinx.com
Mon Nov 10 04:31:03 PST 2014


> -----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