]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Overwrite symlink if it already exists
authorAndrew Davis <afd@ti.com>
Fri, 21 Jul 2023 18:44:44 +0000 (00:14 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 21 Jul 2023 23:36:59 +0000 (19:36 -0400)
commitc97e4581a1fa587c271c361c6ce8c2a0381fffe6
tree978418e3e29f248fa3698b56d9d61499db7aba57
parentc4707493461accc6d1e62f70cdb7bc86db6d438a
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>
tools/binman/ftest.py
tools/binman/image.py