From patchwork Sun Apr 5 19:14:39 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 26423 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 99483BEFBE for ; Sun, 5 Apr 2026 19:14:59 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 3589F62D8C; Sun, 5 Apr 2026 21:14:59 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="RrDViuV2"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 7123F62D7F for ; Sun, 5 Apr 2026 21:14:55 +0200 (CEST) Received: from killaraus.ideasonboard.com (2001-14ba-703d-e500--2a1.rev.dnainternet.fi [IPv6:2001:14ba:703d:e500::2a1]) by perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id 3D0966AF for ; Sun, 5 Apr 2026 21:13:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1775416409; bh=VAwTF7ev5BXkyutdpHmcWdOGziwy5ya0pFE3+zuxuVo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RrDViuV2GDvo8CvvdEST6iKO5pp8O4Jp7IYDTbX90/mtH+llI1Q9r5YpUZDB7BqI+ HbNUfE96H+GlDUXH4AA6qZwCtC9/tnDM0hMS/+Y4cE514OwludHEpvoeBf34HrorKU f6hjCpgGdWVqTFNh86fjMy4XRMoL7TNsQevAAU8k= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Subject: [PATCH 07/11] reuse: Add missing files to REUSE.toml Date: Sun, 5 Apr 2026 22:14:39 +0300 Message-ID: <20260405191443.1209948-8-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.52.0 In-Reply-To: <20260405191443.1209948-1-laurent.pinchart@ideasonboard.com> References: <20260405191443.1209948-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" The skipping.svg image and the Raspberry Pi 5 tuning files are missing. Add them. Signed-off-by: Laurent Pinchart --- REUSE.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/REUSE.toml b/REUSE.toml index b6edab1b1cfc..77090b8fdb96 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -8,6 +8,7 @@ path = [ "Documentation/binning.svg", "Documentation/images/rotation/**.svg", "Documentation/sensor_model.svg", + "Documentation/skipping.svg", "Documentation/theme/static/libcamera-logo-text.svg", ] precedence = "aggregate" @@ -15,7 +16,10 @@ SPDX-FileCopyrightText = "Copyright 2023 Ideas On Board Oy" SPDX-License-Identifier = "CC-BY-SA-4.0" [[annotations]] -path = ["src/ipa/rpi/vc4/data/**.json"] +path = [ + "src/ipa/rpi/pisp/data/**.json", + "src/ipa/rpi/vc4/data/**.json", +] precedence = "aggregate" SPDX-FileCopyrightText = "2019-2020 Raspberry Pi Ltd" SPDX-License-Identifier = "BSD-2-Clause"