mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 07:37:14 +00:00
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:
committed by
Khem Raj
parent
93892e8413
commit
d369384399
@@ -26,12 +26,10 @@ PACKAGES =+ "${PN}-gst"
|
|||||||
PACKAGECONFIG ??= ""
|
PACKAGECONFIG ??= ""
|
||||||
PACKAGECONFIG[gst] = "-Dgstreamer=enabled,-Dgstreamer=disabled,gstreamer1.0 gstreamer1.0-plugins-base"
|
PACKAGECONFIG[gst] = "-Dgstreamer=enabled,-Dgstreamer=disabled,gstreamer1.0 gstreamer1.0-plugins-base"
|
||||||
|
|
||||||
LIBCAMERA_PIPELINES ??= "uvcvideo,simple,vimc"
|
LIBCAMERA_PIPELINES ??= "auto"
|
||||||
LIBCAMERA_IPAS ??= "vimc"
|
|
||||||
|
|
||||||
EXTRA_OEMESON = " \
|
EXTRA_OEMESON = " \
|
||||||
-Dpipelines=${LIBCAMERA_PIPELINES} \
|
-Dpipelines=${LIBCAMERA_PIPELINES} \
|
||||||
-Dipas=${LIBCAMERA_IPAS} \
|
|
||||||
-Dv4l2=true \
|
-Dv4l2=true \
|
||||||
-Dcam=enabled \
|
-Dcam=enabled \
|
||||||
-Dlc-compliance=disabled \
|
-Dlc-compliance=disabled \
|
||||||
|
|||||||
Reference in New Issue
Block a user