mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-02 02:49:12 +00: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"
|