[meta-xilinx] [PATCH] layer.conf: Add "meta-python" as a layer dependency

Manjukumar Harthikote Matha MANJUKUM at xilinx.com
Tue Aug 22 11:04:24 PDT 2017



> -----Original Message-----
> From: meta-xilinx-bounces at yoctoproject.org [mailto:meta-xilinx-
> bounces at yoctoproject.org] On Behalf Of Mike Looijmans
> Sent: Tuesday, August 22, 2017 12:03 AM
> To: meta-xilinx at yoctoproject.org
> Subject: [meta-xilinx] [PATCH] layer.conf: Add "meta-python" as a layer dependency
> 
> Attempting to build this layer results in the following error:
> 
> ERROR: Nothing PROVIDES 'python3-pyyaml-native'. Close matches:
>   python3-rpm-native
>   python3-pycurl-native
>   python3-pygpgme-native
> ERROR: Required build target 'core-image-minimal' has no buildable providers.
> Missing or unbuildable dependency chain was: ['core-image-minimal',
> 'virtual/bootloader', 'virtual/dtb', 'python3-pyyaml-native']
> 
> To fix this, explain that the layer depends on meta-python for this recipe.
> 
> Signed-off-by: Mike Looijmans <mike.looijmans at topic.nl>
> ---
>  conf/layer.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/conf/layer.conf b/conf/layer.conf index ce5331f..5f2a56b 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -11,7 +11,7 @@ BBFILE_COLLECTIONS += "xilinx-tools"
>  BBFILE_PRIORITY_xilinx-tools = "5"
>  BBFILE_PATTERN_xilinx-tools = "^${LAYERDIR}/"
> 
> -LAYERDEPENDS_xilinx-tools  = "core"
> +LAYERDEPENDS_xilinx-tools  = "core meta-python"
> 
meta-xilinx-tools works with meta-petalinux distro. I think we should keep meta-xilinx independent and add layerdepends in meta-xilinx-tools not in meta-xilinx layer.

Thanks,
Manju



More information about the meta-xilinx mailing list