On 22-08-17 20:04, Manjukumar Harthikote Matha wrote:




Kind regards,

Mike Looijmans
System Expert

TOPIC Products
Materiaalweg 4, NL-5681 RJ Best
Postbus 440, NL-5680 AK Best
Telefoon: +31 (0) 499 33 69 79
E-mail: mike.looijm...@topicproducts.com
Website: www.topicproducts.com

Please consider the environment before printing this e-mail



-----Original Message-----
From: meta-xilinx-boun...@yoctoproject.org [mailto:meta-xilinx-
boun...@yoctoproject.org] On Behalf Of Mike Looijmans
Sent: Tuesday, August 22, 2017 12:03 AM
To: meta-xilinx@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.looijm...@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.


This patch is for "meta-xilinx-tools". Apparently goes to the same list, and there's no way to make it prefix [meta-xilinx-tools] instead of [meta-xilinx] apparently.
--
_______________________________________________
meta-xilinx mailing list
meta-xilinx@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-xilinx

Reply via email to