For more information, including FAQs and resources, please visit the link below:
RDKM-SSO
Any questions or comments please feel free to contact RDK Support team support@rdkcentral.com . Thank you. ***
This page is dedicated to provide errors and challenges of libcamera source code upgradation.
libcamera source code url : https://github.com/kbingham/libcamera
libcamera soure code branch : master
S.No | Errors/Challenges | Solution |
---|---|---|
1 | meson.build:3:0: ERROR: Meson version is 0.53.2 but project requires >= 0.56 | RDK-Camera build supported with 0.53 meson version so, Changed meson version from 0.56 into 0.53 in meson.build file |
2 |
| Modified project_build_root into build_root |
3 |
| Modified project_source_root into source_root |
4 | src/libcamera/meson.build:95:4: ERROR: Module cmake does not have method subproject_options. | Supported libyaml dependency component for libcamera. Added 'libyaml' in libcamera bbappend DEPENDS variable. |
Pushed above errors and challenges to meta-cmf-raspberrypi(rdk-next branch) layer.
Change set : https://code.rdkcentral.com/r/c/rdk/components/generic/rdk-oe/meta-cmf-raspberrypi/+/73359