[meta-intel] [PATCH] tlk: layer.conf: Add proper priority and pattern

Saul Wold sgw at linux.intel.com
Wed Mar 30 16:13:45 PDT 2016


On Wed, 2016-03-30 at 10:31 -0700, Stephano Cetola wrote:
>     It is expected that every layer provides a priority and its
>     BBFILE_PATTERN. This includes the needed information in
>     layer.conf.
> 
> Signed-off-by: Stephano Cetola <stephano.cetola at linux.intel.com>
> ---
>  meta-tlk/conf/layer.conf | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/meta-tlk/conf/layer.conf b/meta-tlk/conf/layer.conf
> index 38b0e0c..fc10405 100644
> --- a/meta-tlk/conf/layer.conf
> +++ b/meta-tlk/conf/layer.conf
> @@ -4,3 +4,7 @@ BBPATH .= ":${LAYERDIR}"
>  # We have recipes-* directories, add to BBFILES
>  BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
>  	${LAYERDIR}/recipes-*/*/*.bbappend"
> +
> +BBFILE_COLLECTIONS += "tlk"
> +BBFILE_PATTERN_tlk := "^${LAYERDIR}/"
> +BBFILE_PRIORITY_tlk = "5"

Merged into both Master and Jethro from Otavio's patch.

Sau!



More information about the meta-intel mailing list