From patchwork Wed Jul 3 04:52:57 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Robert Mader X-Patchwork-Id: 20499 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 3F6BABD87C for ; Wed, 3 Jul 2024 04:54:21 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id BCB2862E22; Wed, 3 Jul 2024 06:54:19 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (2048-bit key; unprotected) header.d=collabora.com header.i=@collabora.com header.b="uWtKGn+w"; dkim-atps=neutral Received: from madrid.collaboradmins.com (madrid.collaboradmins.com [46.235.227.194]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id C59B2619C0 for ; Wed, 3 Jul 2024 06:54:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1719982457; bh=IjT10N4I0k9tR9X3BogcQN8/608i4Cw10OnOY7i5EtU=; h=From:To:Cc:Subject:Date:From; b=uWtKGn+wMScjc4sZlBVechAdGoe3LF+qM6PQ+cBvDx/0aTY69wEJvK139n+QJPvPY 9/Sj1CLcEr+v+vLV/qCVa7MjN/NnttIUKM4+/grELYHa0/EqzVcGiMhDTnOvU5IM44 E4R6998iwuzU1N0zgW29ay4TX0XGQxri37oXEATLK0USoEGtjShaVTVeRyQ6MG5cfy Omjidc1eq6zE/CPQWFEDQVAuoNkCP58GpUluOymelBKH1t/rvuq/q7/Q9WRbyVtR0M YkQuiHoEk6v+e8+/N7H6ruRpikLRSl0Io6/ph5I8S3aCQdlfrwhJRmBbVzv5FxzgyY aikN4UGJSvF3A== Received: from thinkpad-t460p.fritz.box (cola.collaboradmins.com [195.201.22.229]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: rmader) by madrid.collaboradmins.com (Postfix) with ESMTPSA id 4B4893782137; Wed, 3 Jul 2024 04:54:17 +0000 (UTC) From: Robert Mader To: libcamera-devel@lists.libcamera.org Cc: Robert Mader Subject: [PATCH] ipa: rkisp1: Install all tuning files Date: Wed, 3 Jul 2024 06:52:57 +0200 Message-ID: <20240703045324.70160-1-robert.mader@collabora.com> X-Mailer: git-send-email 2.45.2 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" We have all these neat tuning files. Unfortunately we forgot to install many of them. Signed-off-by: Robert Mader Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- src/ipa/rkisp1/data/meson.build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ipa/rkisp1/data/meson.build b/src/ipa/rkisp1/data/meson.build index 7150e155..1e3522b2 100644 --- a/src/ipa/rkisp1/data/meson.build +++ b/src/ipa/rkisp1/data/meson.build @@ -2,8 +2,12 @@ conf_files = files([ 'imx219.yaml', + 'imx258.yaml', + 'ov2685.yaml', 'ov4689.yaml', 'ov5640.yaml', + 'ov5695.yaml', + 'ov8858.yaml', 'uncalibrated.yaml', ])