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:
Madhavan Krishnan
2020-08-28 16:07:32 +02:00
committed by Andrei Gherzan
parent 329b50f252
commit 6f4446bffc
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
PACKAGECONFIG[raspberrypi] = "-Dpipelines=raspberrypi"
PACKAGECONFIG_append_rpi = " raspberrypi"