[PATCH v2] binman: Add support for symlinking images
Simon Glass
sjg at chromium.org
Sat Oct 22 03:05:49 CEST 2022
On Mon, 17 Oct 2022 at 05:06, Neha Malcom Francis <n-francis at ti.com> wrote:
>
> Adding support to symlink an image packaged using binman.
>
> Signed-off-by: Neha Malcom Francis <n-francis at 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 at chromium.org>
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list