[libcamera-devel] [PATCH 10/12] meson: options: Introduce 'cros_cbm' memory backend

Laurent Pinchart laurent.pinchart at ideasonboard.com
Sun Feb 28 19:50:34 CET 2021


Hi Jacopo,

Thank you for the patch.

On Fri, Feb 26, 2021 at 02:29:30PM +0100, Jacopo Mondi wrote:
> Add to the list of supported memory backends the 'cros_cbm' option.
> 
> Signed-off-by: Jacopo Mondi <jacopo at jmondi.org>

You can squash this with 11/12, or we'll have a bisection point where
cros_cbm could be selected and compilation would fail.

> ---
>  meson_options.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meson_options.txt b/meson_options.txt
> index 34063172f4ba..c43def09fe80 100644
> --- a/meson_options.txt
> +++ b/meson_options.txt
> @@ -12,7 +12,7 @@ option('cros',
>  
>  option('android_memory_backend',
>          type : 'combo',
> -        choices : ['android_generic'],
> +        choices : ['android_generic', 'cros_cbm'],
>          value : 'android_generic',
>          description : 'Select the memory backend in use for the Android Camera3 HAL')
>  

-- 
Regards,

Laurent Pinchart


More information about the libcamera-devel mailing list