On Mon, 17 Oct 2022 at 05:06, Neha Malcom Francis <n-fran...@ti.com> wrote: > > Adding support to symlink an image packaged using binman. > > Signed-off-by: Neha Malcom Francis <n-fran...@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 <s...@chromium.org>