[PATCH v2 1/1] devtools: update sources in build tags script

Ferruh Yigit ferruh.yigit at amd.com
Wed Nov 8 12:44:23 CET 2023


On 11/8/2023 9:28 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.
> 
> Fixes: a52d472c5c94 ("build: deprecate kmods meson option")
> 

Practically [1] made below removed lines obsolete, and although above
commit actually removes the empty folder, it doesn't tell the full story
(why that folder is empty and not needed for tag creation).

I would go with [1] if there will be a new version.

[1]
Fixes: f78c100bc871 ("remove KNI")


> 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()



More information about the dev mailing list