Re: [PATCH] dts: fix DPDK git tarball cast bug

2024-07-23 Thread Thomas Monjalon
22/07/2024 15:06, Juraj Linkeš: > > On 19. 7. 2024 17:34, Alex Chapman wrote: > > When running DTS with a git revision specified the following error occurs: > > $ ./main.py --revision HEAD > > [...] > > FileNotFoundError: [Errno 2] No such file or directory: > > 'dts/' > > > > Fix by castin

Re: [PATCH] dts: fix DPDK git tarball cast bug

2024-07-22 Thread Juraj Linkeš
Reviewed-by: Juraj Linkeš Thanks for catching this. On 19. 7. 2024 17:34, Alex Chapman wrote: When running DTS with a git revision specified the following error occurs: $ ./main.py --revision HEAD [...] FileNotFoundError: [Errno 2] No such file or directory: 'dts/' Fix by casting DPDKGi

[PATCH] dts: fix DPDK git tarball cast bug

2024-07-19 Thread Alex Chapman
When running DTS with a git revision specified the following error occurs: $ ./main.py --revision HEAD [...] FileNotFoundError: [Errno 2] No such file or directory: 'dts/' Fix by casting DPDKGitTarball to Path, in order to stringify it correctly. Bugzilla ID: 1496 Fixes: a23f22457dbd ("dts: