diff mbox series

[next,1/1] DEVELOPERS: fix entry for board/firefly/roc-rk3399-pc/

Message ID 20230815095417.15951-1-ju.o@free.fr
State Not Applicable
Headers show
Series [next,1/1] DEVELOPERS: fix entry for board/firefly/roc-rk3399-pc/ | expand

Commit Message

Julien Olivain Aug. 15, 2023, 9:54 a.m. UTC
commit b86adfb89a "configs/roc_rk3399_pc: new defconfig" introduced an
incorrect DEVELOPERS file entry for the directory
"board/firefly/roc-rk3399/". The correct directory name is
"roc-rk3399-pc".

Using the get-developers script on any file generates a warning,
for example:

    utils/get-developers DEVELOPERS
    WARNING: 'board/firefly/roc-rk3399/' doesn't match any file, line 2584
    git send-email --to buildroot@buildroot.org

This commit fixes the issue by putting the correct directory name.

Signed-off-by: Julien Olivain <ju.o@free.fr>
---
 DEVELOPERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yann E. MORIN Aug. 20, 2023, 2:21 p.m. UTC | #1
Julien, All,

On 2023-08-15 11:54 +0200, Julien Olivain spake thusly:
> commit b86adfb89a "configs/roc_rk3399_pc: new defconfig" introduced an
> incorrect DEVELOPERS file entry for the directory
> "board/firefly/roc-rk3399/". The correct directory name is
> "roc-rk3399-pc".
> 
> Using the get-developers script on any file generates a warning,
> for example:
> 
>     utils/get-developers DEVELOPERS
>     WARNING: 'board/firefly/roc-rk3399/' doesn't match any file, line 2584
>     git send-email --to buildroot@buildroot.org
> 
> This commit fixes the issue by putting the correct directory name.
> 
> Signed-off-by: Julien Olivain <ju.o@free.fr>

Thomas did not notice your patch before he pushed a fix of his own,
sorry.

Regards,
Yann E. MORIN.

> ---
>  DEVELOPERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/DEVELOPERS b/DEVELOPERS
> index 69ab723c0c..705aae9501 100644
> --- a/DEVELOPERS
> +++ b/DEVELOPERS
> @@ -2581,7 +2581,7 @@ N:	Robert Rose <robertroyrose@gmail.com>
>  F:	package/grpc/
>  
>  N:	Roberto Medina <robertoxmed@gmail.com>
> -F:	board/firefly/roc-rk3399/
> +F:	board/firefly/roc-rk3399-pc/
>  F:	configs/roc_pc_rk3399_defconfig
>  
>  N:	Rodrigo Rebello <rprebello@gmail.com>
> -- 
> 2.41.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/DEVELOPERS b/DEVELOPERS
index 69ab723c0c..705aae9501 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -2581,7 +2581,7 @@  N:	Robert Rose <robertroyrose@gmail.com>
 F:	package/grpc/
 
 N:	Roberto Medina <robertoxmed@gmail.com>
-F:	board/firefly/roc-rk3399/
+F:	board/firefly/roc-rk3399-pc/
 F:	configs/roc_pc_rk3399_defconfig
 
 N:	Rodrigo Rebello <rprebello@gmail.com>