agherzan / meta-raspberrypi

Yocto/OE BSP layer for the Raspberry Pi boards
https://www.yoctoproject.org/
MIT License
507 stars 397 forks source link

Add officially supported camera modules #1213

Open vivien opened 11 months ago

vivien commented 11 months ago

This patchset adds support for the camera modules listed in the official documentation and simplify the configuration with a single RASPBERRYPI_CAMERA variable (and predefined aliases) to describe if and which camera model is used.

At the same time, add an empty config.txt template file to the rpi-config package, because relying on a commented out config file from a user github repository is error prone and only a few keys are added to the configuration anyway. Prefer to point the user to the official documentation instead.

vivien commented 10 months ago

This PR also fixes #1177 and #1197.

vivien commented 9 months ago

See this comment for explanation behind the motivation for a clean config file.