From patchwork Wed Jul 8 22:35:32 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 27354 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 36DCCC3318 for ; Wed, 8 Jul 2026 22:35:38 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 54185660BA; Thu, 9 Jul 2026 00:35:37 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="haD77Zyq"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id E9FAC61451 for ; Thu, 9 Jul 2026 00:35:34 +0200 (CEST) Received: from killaraus.ideasonboard.com (2001-14ba-70f3-e800--a06.rev.dnainternet.fi [IPv6:2001:14ba:70f3:e800::a06]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 5A2F3448; Thu, 9 Jul 2026 00:34:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1783550083; bh=axCoLMGF0adFHRlKkolJFQKufraIB2ARV/QKTvtWZ6M=; h=From:To:Cc:Subject:Date:From; b=haD77ZyqZCeT3HL9uf+bXsOvyE9Y+JLq3lO/nfF8x5A08WprHBrXNlbbtYXGaAff4 AjQ0zAruth3BwSwYNO5hg+EoORryrOEHXX4Cfw2bGQpYo2gb4s3Cw1BzYIHrf9rNfH zPpYYA0PbOF1iqp+Zhv8YUU3T44sJ6P/spVWzBNg= From: Laurent Pinchart To: buildroot@buildroot.org Cc: Kieran Bingham , Marcus Folkesson , libcamera-devel@lists.libcamera.org Subject: [PATCH 1/1] package/libcamera: update source URL Date: Thu, 9 Jul 2026 01:35:32 +0300 Message-ID: <20260708223532.421647-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.54.0 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" libcamera has moved for a while now to gitlab.freedesktop.org. The mirror on git.linuxtv.org is still active, but it isn't the canonical repository and has less bandwidth than freedesktop.org. Switch the libcamera source URL to gitlab.freedesktop.org. Signed-off-by: Laurent Pinchart --- package/libcamera/libcamera.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) base-commit: 6854ee9aa3826d5036a7d3cc19056d43c0452320 diff --git a/package/libcamera/libcamera.mk b/package/libcamera/libcamera.mk index 945207888bab..ba7510daf8e1 100644 --- a/package/libcamera/libcamera.mk +++ b/package/libcamera/libcamera.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBCAMERA_SITE = https://git.linuxtv.org/libcamera.git +LIBCAMERA_SITE = https://gitlab.freedesktop.org/camera/libcamera.git/ LIBCAMERA_VERSION = v0.7.1 LIBCAMERA_SITE_METHOD = git LIBCAMERA_DEPENDENCIES = \