ipa: raspberrypi: Use YamlParser to replace dependency on boost
The Raspberry Pi IPA module depends on boost only to parse the JSON tuning data files. As libcamera depends on libyaml, use the YamlParser class to parse those files and drop the dependency on boost. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Tested-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: Naushir Patuck <naush@raspberrypi.com>
This commit is contained in:
@@ -71,12 +71,6 @@ for improved debugging: [optional]
|
||||
information, and libunwind is not needed if both libdw and the glibc
|
||||
backtrace() function are available.
|
||||
|
||||
for the Raspberry Pi IPA: [optional]
|
||||
libboost-dev
|
||||
|
||||
Support for Raspberry Pi can be disabled through the meson
|
||||
'pipelines' option to avoid this dependency.
|
||||
|
||||
for device hotplug enumeration: [optional]
|
||||
libudev-dev
|
||||
|
||||
|
||||
Reference in New Issue
Block a user