> -----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.
Thanks, Manju -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
