[PATCH] dts: fix DPDK git tarball cast bug
Thomas Monjalon
thomas at monjalon.net
Tue Jul 23 23:43:35 CEST 2024
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/<framework.utils.DPDKGitTarball object at 0x78f69e73a5c0>'
> >
> > Fix by casting DPDKGitTarball to Path, in order to stringify it correctly.
> >
> > Bugzilla ID: 1496
> > Fixes: a23f22457dbd ("dts: constrain DPDK source argument")
> >
> > Signed-off-by: Alex Chapman <alex.chapman at arm.com>
> > Reviewed-by: Jack Bond-Preston <jack.bond-preston at arm.com>
> > Reviewed-by: Luca Vizzarro <luca.vizzarro at arm.com>
> > Reviewed-by: Paul Szczepanek <paul.szczepanek at arm.com>
> > ---
> > Hello,
> > Sending this fix to a bug that i discovered.
> >
> > Best Regards,
> > Alex
> > ---
> Reviewed-by: Juraj Linkeš <juraj.linkes at pantheon.tech>
>
> Thanks for catching this.
Applied, thanks and welcome.
More information about the dev
mailing list