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