[meta-xilinx] [PATCH 5/7] xsctyaml: explicitely wait for do_prepare_recipy_sysroot before create_yaml

Jean-Francois Dagenais jeff.dagenais at gmail.com
Thu Jul 6 10:16:43 PDT 2017


This is an attempt at fixing a rare/irreproducible do_create_yaml
failure where hard link creation are failing.

Signed-off-by: Jean-Francois Dagenais <jeff.dagenais at gmail.com>
---
 classes/xsctyaml.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/classes/xsctyaml.bbclass b/classes/xsctyaml.bbclass
index fd9b9db..17a7e8e 100644
--- a/classes/xsctyaml.bbclass
+++ b/classes/xsctyaml.bbclass
@@ -77,4 +77,4 @@ python do_create_yaml() {
         yamlfile.write(yaml.dump(yaml_dict, default_flow_style=True, width=2000))
 }
 
-addtask create_yaml before do_configure
+addtask create_yaml before do_configure after do_prepare_recipe_sysroot
-- 
2.1.4




More information about the meta-xilinx mailing list