Hi Jeff, > -----Original Message----- > From: Jean-Francois Dagenais [mailto:[email protected]] > Sent: Thursday, July 06, 2017 10:17 AM > To: Manjukumar Harthikote Matha <[email protected]>; Sai Pavan Boddu > <[email protected]>; Cyril Chemparathy <[email protected]> > Cc: git <[email protected]>; [email protected]; > [email protected]; > Jean-Francois Dagenais <[email protected]> > Subject: [PATCH 5/7] xsctyaml: explicitely wait for do_prepare_recipy_sysroot > before create_yaml > > This is an attempt at fixing a rare/irreproducible do_create_yaml failure > where hard > link creation are failing. >
Can you let me know what the failure was? Was is not creating the yaml file? Thanks Manju > 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 This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately. -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
