mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
libcamera: Define packageconfig to enable rpi pipeline
libcamera middleware has supported many pipelines for video frames capturing. So defined the packageconfig, to enable the rpi pipeline and to capture frames using the rpi camera sensor. Signed-off-by: Madhavan Krishnan <madhavan.krishnan@linaro.org>
This commit is contained in:
parent
c70af2bae5
commit
a27f10b76c
|
@ -31,6 +31,8 @@ BBFILES_DYNAMIC += " \
|
||||||
networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bbappend \
|
networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bbappend \
|
||||||
qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bb \
|
qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bb \
|
||||||
qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bbappend \
|
qt5-layer:${LAYERDIR}/dynamic-layers/qt5-layer/*/*/*.bbappend \
|
||||||
|
multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/*/*/*.bb \
|
||||||
|
multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/*/*/*.bbappend \
|
||||||
"
|
"
|
||||||
|
|
||||||
DEFAULT_TEST_SUITES_remove_rpi = "parselogs"
|
DEFAULT_TEST_SUITES_remove_rpi = "parselogs"
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
PACKAGECONFIG[raspberrypi] = "-Dpipelines=raspberrypi"
|
||||||
|
PACKAGECONFIG_append_rpi = " raspberrypi"
|
Loading…
Reference in New Issue
Block a user