[EXT] Re: [PATCH v1 1/1] devtools: update sources in build tags script

Srikanth Yalavarthi syalavarthi at marvell.com
Wed Nov 8 10:29:06 CET 2023


> -----Original Message-----
> From: Ferruh Yigit <ferruh.yigit at amd.com>
> Sent: 08 November 2023 14:19
> To: Srikanth Yalavarthi <syalavarthi at marvell.com>
> Cc: dev at dpdk.org; Shivah Shankar Shankar Narayan Rao
> <sshankarnara at marvell.com>; Jerin Jacob Kollanukkaran
> <jerinj at marvell.com>; thomas at monjalon.net
> Subject: [EXT] Re: [PATCH v1 1/1] devtools: update sources in build tags script
> 
> External Email
> 
> ----------------------------------------------------------------------
> On 11/8/2023 4:44 AM, Srikanth Yalavarthi wrote:
> > As part of deprecating kmods meson option, 'kernel/linux'
> > directory is removed from the repository.
> >
> > This patch removes non-existing 'kernel/linux' directory from
> > linux_sources of build tags script.
> >
> > Signed-off-by: Srikanth Yalavarthi <syalavarthi at marvell.com>
> > ---
> >  devtools/build-tags.sh | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/devtools/build-tags.sh b/devtools/build-tags.sh index
> > bf3b13ebac..e07349a47f 100755
> > --- a/devtools/build-tags.sh
> > +++ b/devtools/build-tags.sh
> > @@ -68,7 +68,6 @@ common_sources()
> >  linux_sources()
> >  {
> >  	find_sources "lib/eal/linux" '*.[chS]'
> > -	find_sources "kernel/linux" '*.[chS]'
> >  }
> >
> >  bsd_sources()
> 
> Acked-by: Ferruh Yigit <ferruh.yigit at amd.com>
> 
> 
> Can you please add the fixes tag, it should be the commit that deprecates
> kmods but missed to update this file?
Updated in v2.


More information about the dev mailing list