[meta-xilinx] [PATCH 5/7] xsctyaml: explicitely wait for do_prepare_recipy_sysroot before create_yaml
Manjukumar Harthikote Matha
manjukumar.harthikote-matha at xilinx.com
Fri Jul 7 14:46:20 PDT 2017
Hi Jeff,
> -----Original Message-----
> From: Jean-Francois Dagenais [mailto:jeff.dagenais at gmail.com]
> Sent: Thursday, July 06, 2017 10:17 AM
> To: Manjukumar Harthikote Matha <MANJUKUM at xilinx.com>; Sai Pavan Boddu
> <saipava at xilinx.com>; Cyril Chemparathy <cyrilc at xilinx.com>
> Cc: git <git at xilinx.com>; michal.simek at xilinx.com; meta-xilinx at yoctoproject.org;
> Jean-Francois Dagenais <jeff.dagenais at gmail.com>
> 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 <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
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.
More information about the meta-xilinx
mailing list