[meta-virtualization] [PATCH] layer.conf: match layer dependencies as documented in the layer README

Bruce Ashfield bruce.ashfield at gmail.com
Thu May 24 13:10:05 PDT 2018


merged.

Bruce

On Wed, May 23, 2018 at 3:02 PM, Mark Asselstine <
mark.asselstine at windriver.com> wrote:

> Several required layer dependencies have been added to the layer
> README but didn't have corresponding entries added to
> LAYERDEPENDS. Ensure these match.
>
> The 'selinux' layer dependency, is conditional on the 'xen'
> DISTRO_FEATURE but I see no way to make a conditional LAYERDEPENDS so
> this is left off for now.
>
> Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
> ---
>  conf/layer.conf | 8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/conf/layer.conf b/conf/layer.conf
> index fa2e015..eaef1b7 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -15,7 +15,13 @@ LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"
>  # cause compatibility issues with other layers
>  LAYERVERSION_virtualization-layer = "1"
>  LAYERSERIES_COMPAT_virtualization-layer = "sumo"
> -LAYERDEPENDS_virtualization-layer = "core networking-layer"
> +LAYERDEPENDS_virtualization-layer = " \
> +    core \
> +    openembedded-layer \
> +    networking-layer \
> +    filesystems-layer \
> +    meta-python \
> +"
>
>  # Override security flags
>  require conf/distro/include/virt_security_flags.inc
> --
> 2.7.4
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-virtualization/attachments/20180524/6673ef27/attachment-0001.html>


More information about the meta-virtualization mailing list