[libcamera-devel] [PATCH 3/6] ipa: raspberrypi: Rename md_parser.cpp to md_parser_smia.cpp

Laurent Pinchart laurent.pinchart at ideasonboard.com
Tue Jun 15 04:41:48 CEST 2021


Hi Naush,

Thank you for the patch.

On Mon, Jun 14, 2021 at 10:53:37AM +0100, Naushir Patuck wrote:
> The file implements the MdParserSmia class, so change the file name to reflect
> this.
> 
> Signed-off-by: Naushir Patuck <naush at raspberrypi.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

> ---
>  src/ipa/raspberrypi/{md_parser.cpp => md_parser_smia.cpp} | 0
>  src/ipa/raspberrypi/meson.build                           | 2 +-
>  2 files changed, 1 insertion(+), 1 deletion(-)
>  rename src/ipa/raspberrypi/{md_parser.cpp => md_parser_smia.cpp} (100%)
> 
> diff --git a/src/ipa/raspberrypi/md_parser.cpp b/src/ipa/raspberrypi/md_parser_smia.cpp
> similarity index 100%
> rename from src/ipa/raspberrypi/md_parser.cpp
> rename to src/ipa/raspberrypi/md_parser_smia.cpp
> diff --git a/src/ipa/raspberrypi/meson.build b/src/ipa/raspberrypi/meson.build
> index d1397a3211f0..230356d3ce3a 100644
> --- a/src/ipa/raspberrypi/meson.build
> +++ b/src/ipa/raspberrypi/meson.build
> @@ -16,7 +16,7 @@ rpi_ipa_includes = [
>  
>  rpi_ipa_sources = files([
>      'raspberrypi.cpp',
> -    'md_parser.cpp',
> +    'md_parser_smia.cpp',
>      'cam_helper.cpp',
>      'cam_helper_ov5647.cpp',
>      'cam_helper_imx219.cpp',

-- 
Regards,

Laurent Pinchart


More information about the libcamera-devel mailing list