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: [email protected]
Website: www.topicproducts.com
Please consider the environment before printing this e-mail
-----Original Message-----
From: [email protected] [mailto:meta-xilinx-
[email protected]] On Behalf Of Mike Looijmans
Sent: Tuesday, August 22, 2017 12:03 AM
To: [email protected]
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 <[email protected]>
---
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
[email protected]
https://lists.yoctoproject.org/listinfo/meta-xilinx