[RFC/PATCH,0/3] Documentation: Explain libcamera's policy on dependencies
mbox series

Message ID 20260126190141.2410546-1-laurent.pinchart@ideasonboard.com
Headers show
Series
  • Documentation: Explain libcamera's policy on dependencies
Related show

Message

Laurent Pinchart Jan. 26, 2026, 7:01 p.m. UTC
Hello,

The recent submission of NN-assisted AWB by Raspberry Pi has reminded me
that our policy regarding third-party dependencies is not documented.
This series attemps to fix this issue.

Patches 1/3 and 2/3 improves the documentation organization, to fix
issues I noticed when I looked for the best place to add the
dependencies policy. They should hopefully not be controversial. Patch
3/3 then documents the policy.

Laurent Pinchart (3):
  Documentation: Reorganize the index of the "For Developers" section
  Documentation: Move platform support to user documentation
  Documentation: architecture: Detail policy on dependencies

 Documentation/index.rst                  | 13 +++---
 Documentation/libcamera_architecture.rst | 53 ++++++++++++------------
 Documentation/meson.build                |  1 +
 Documentation/platform_support.rst       | 25 +++++++++++
 4 files changed, 58 insertions(+), 34 deletions(-)
 create mode 100644 Documentation/platform_support.rst


base-commit: ad2d317a0c15ad475844b239128360b605eb6d8f

Comments

Jacopo Mondi June 9, 2026, 3:43 p.m. UTC | #1
Minor comments from me can be added on top

Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>

On Mon, Jan 26, 2026 at 09:01:38PM +0200, Laurent Pinchart wrote:
> Hello,
>
> The recent submission of NN-assisted AWB by Raspberry Pi has reminded me
> that our policy regarding third-party dependencies is not documented.
> This series attemps to fix this issue.
>
> Patches 1/3 and 2/3 improves the documentation organization, to fix
> issues I noticed when I looked for the best place to add the
> dependencies policy. They should hopefully not be controversial. Patch
> 3/3 then documents the policy.
>
> Laurent Pinchart (3):
>   Documentation: Reorganize the index of the "For Developers" section
>   Documentation: Move platform support to user documentation
>   Documentation: architecture: Detail policy on dependencies
>
>  Documentation/index.rst                  | 13 +++---
>  Documentation/libcamera_architecture.rst | 53 ++++++++++++------------
>  Documentation/meson.build                |  1 +
>  Documentation/platform_support.rst       | 25 +++++++++++
>  4 files changed, 58 insertions(+), 34 deletions(-)
>  create mode 100644 Documentation/platform_support.rst
>
>
> base-commit: ad2d317a0c15ad475844b239128360b605eb6d8f
> --
> Regards,
>
> Laurent Pinchart
>