
22 Oct
2022
22 Oct
'22
3:05 a.m.
On Mon, 17 Oct 2022 at 05:06, Neha Malcom Francis n-francis@ti.com wrote:
Adding support to symlink an image packaged using binman.
Signed-off-by: Neha Malcom Francis n-francis@ti.com
Changes in v2: - added testing for symlink support - moved from tools.Run('ln',...) to os.symlink()
tools/binman/binman.rst | 3 +++ tools/binman/ftest.py | 9 +++++++++ tools/binman/image.py | 6 ++++++ tools/binman/test/259_symlink.dts | 16 ++++++++++++++++ 4 files changed, 34 insertions(+) create mode 100644 tools/binman/test/259_symlink.dts
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm, thanks!