mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
libcamera: Tweak to build for Raspberry Pi
Add Raspberry Pi pipeline handler and Image Processing Algorithms. Work around clang 14/15 build error: field within 'v4l2_ext_control' is less aligned. See https://github.com/kbingham/libcamera/pull/40. Signed-off-by: Devendra Tewari <devendra.tewari@gmail.com>
This commit is contained in:
parent
d3cdc30958
commit
5edbd17c5b
|
@ -1,2 +1,2 @@
|
|||
PACKAGECONFIG[raspberrypi] = "-Dpipelines=raspberrypi"
|
||||
PACKAGECONFIG[raspberrypi] = "-Dpipelines=raspberrypi -Dipas=raspberrypi -Dcpp_args=-Wno-unaligned-access"
|
||||
PACKAGECONFIG:append:rpi = " raspberrypi"
|
||||
|
|
Loading…
Reference in New Issue
Block a user