mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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:
parent
93892e8413
commit
d369384399
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user