Re: [PATCH] binman: Fix extract command for using non-absolute image paths

2021-11-24 Thread Simon Glass
Hi Jan, On Thu, 11 Nov 2021 at 00:14, Jan Kiszka wrote: > > From: Jan Kiszka > > Otherwise the updated image will end up in the temporary folder that is > purged after completion. Reviewed-by: Simon Glass I'd like to add a test for this. Regards, Simon > > Signed-off-by: Jan Kiszka > ---

Re: [PATCH] binman: Fix extract command for using non-absolute image paths

2021-11-24 Thread Simon Glass
Hi Jan, On Thu, 11 Nov 2021 at 00:14, Jan Kiszka wrote: > > From: Jan Kiszka > > Otherwise the updated image will end up in the temporary folder that is > purged after completion. Reviewed-by: Simon Glass I'd like to add a test for this. Regards, Simon > > Signed-off-by: Jan Kiszka > ---

Re: [PATCH] binman: Fix extract command for using non-absolute image paths

2021-11-23 Thread Simon Glass
Hi Jan, On Thu, 11 Nov 2021 at 00:14, Jan Kiszka wrote: > > From: Jan Kiszka > > Otherwise the updated image will end up in the temporary folder that is > purged after completion. Reviewed-by: Simon Glass I'd like to add a test for this. Regards, Simon > > Signed-off-by: Jan Kiszka > ---

[PATCH] binman: Fix extract command for using non-absolute image paths

2021-11-10 Thread Jan Kiszka
From: Jan Kiszka Otherwise the updated image will end up in the temporary folder that is purged after completion. Signed-off-by: Jan Kiszka --- tools/binman/control.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/binman/control.py b/tools/binman/control.py index