openembedded-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [oe] [meta-oe][PATCH 1/1] libcamera: Simplify pipeline configuration
@ 2023-05-24  6:55 Alexander Stein
  2023-05-24 14:17 ` Kieran Bingham
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Stein @ 2023-05-24  6:55 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Alexander Stein

Default to 'auto' which enables all target architecture pipelines (+UVC).
IPAs are also automatically enabled if the corresponding required pipeline
is enabled as well.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
---
 .../recipes-multimedia/libcamera/libcamera_0.0.5.bb           | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta-multimedia/recipes-multimedia/libcamera/libcamera_0.0.5.bb b/meta-multimedia/recipes-multimedia/libcamera/libcamera_0.0.5.bb
index 47da0ec61..6ad376f29 100644
--- a/meta-multimedia/recipes-multimedia/libcamera/libcamera_0.0.5.bb
+++ b/meta-multimedia/recipes-multimedia/libcamera/libcamera_0.0.5.bb
@@ -26,12 +26,10 @@ PACKAGES =+ "${PN}-gst"
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[gst] = "-Dgstreamer=enabled,-Dgstreamer=disabled,gstreamer1.0 gstreamer1.0-plugins-base"
 
-LIBCAMERA_PIPELINES ??= "uvcvideo,simple,vimc"
-LIBCAMERA_IPAS ??= "vimc"
+LIBCAMERA_PIPELINES ??= "auto"
 
 EXTRA_OEMESON = " \
     -Dpipelines=${LIBCAMERA_PIPELINES} \
-    -Dipas=${LIBCAMERA_IPAS} \
     -Dv4l2=true \
     -Dcam=enabled \
     -Dlc-compliance=disabled \
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [oe] [meta-oe][PATCH 1/1] libcamera: Simplify pipeline configuration
  2023-05-24  6:55 [oe] [meta-oe][PATCH 1/1] libcamera: Simplify pipeline configuration Alexander Stein
@ 2023-05-24 14:17 ` Kieran Bingham
  0 siblings, 0 replies; 2+ messages in thread
From: Kieran Bingham @ 2023-05-24 14:17 UTC (permalink / raw)
  To: Alexander Stein, openembedded-devel; +Cc: Alexander Stein

Quoting Alexander Stein (2023-05-24 07:55:34)
> Default to 'auto' which enables all target architecture pipelines (+UVC).
> IPAs are also automatically enabled if the corresponding required pipeline
> is enabled as well.
> 
> Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>

Yup, This is what I would do!

Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

> ---
>  .../recipes-multimedia/libcamera/libcamera_0.0.5.bb           | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/meta-multimedia/recipes-multimedia/libcamera/libcamera_0.0.5.bb b/meta-multimedia/recipes-multimedia/libcamera/libcamera_0.0.5.bb
> index 47da0ec61..6ad376f29 100644
> --- a/meta-multimedia/recipes-multimedia/libcamera/libcamera_0.0.5.bb
> +++ b/meta-multimedia/recipes-multimedia/libcamera/libcamera_0.0.5.bb
> @@ -26,12 +26,10 @@ PACKAGES =+ "${PN}-gst"
>  PACKAGECONFIG ??= ""
>  PACKAGECONFIG[gst] = "-Dgstreamer=enabled,-Dgstreamer=disabled,gstreamer1.0 gstreamer1.0-plugins-base"
>  
> -LIBCAMERA_PIPELINES ??= "uvcvideo,simple,vimc"
> -LIBCAMERA_IPAS ??= "vimc"
> +LIBCAMERA_PIPELINES ??= "auto"
>  
>  EXTRA_OEMESON = " \
>      -Dpipelines=${LIBCAMERA_PIPELINES} \
> -    -Dipas=${LIBCAMERA_IPAS} \
>      -Dv4l2=true \
>      -Dcam=enabled \
>      -Dlc-compliance=disabled \
> -- 
> 2.34.1
> 
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-24 14:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-24  6:55 [oe] [meta-oe][PATCH 1/1] libcamera: Simplify pipeline configuration Alexander Stein
2023-05-24 14:17 ` Kieran Bingham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).