mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00

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>
3 lines
97 B
Plaintext
3 lines
97 B
Plaintext
PACKAGECONFIG[raspberrypi] = "-Dpipelines=raspberrypi"
|
|
PACKAGECONFIG_append_rpi = " raspberrypi"
|