commit | 15432ea611e637872afd743e0261c087ccd5768a | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Sat Jul 22 00:14:44 2023 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 21 19:36:59 2023 -0400 |
tree | 978418e3e29f248fa3698b56d9d61499db7aba57 | |
parent | 1ee652ab2f356c8a775bc4878f32f26f29a4c941 [diff] |
binman: Overwrite symlink if it already exists Without this re-building will fail with an error when trying to create the symlink for the second time with an already exists error. Signed-off-by: Andrew Davis <afd@ti.com> [n-francis@ti.com: Added support for test output dir and testcase] Signed-off-by: Neha Malcom Francis <n-francis@ti.com>