libcamera: Simplify pipeline configuration

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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Alexander Stein 2023-05-24 08:55:34 +02:00 committed by Khem Raj
parent 93892e8413
commit d369384399

View File

@ -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 \