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"
 
 XLNX_SCRIPTS_DIR = "${LAYERDIR}/scripts/"
 
-- 
1.9.1

-- 
_______________________________________________
meta-xilinx mailing list
meta-xilinx@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-xilinx

Reply via email to