From patchwork Thu Jan 4 15:15:45 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 19366 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 63CADC32BD for ; Thu, 4 Jan 2024 15:15:50 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 063FE62B5F; Thu, 4 Jan 2024 16:15:50 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1704381350; bh=tloJI7DMzwxrMhk3T+hAoksjDG26kkj+nSQQCn5+deI=; h=To:Date:In-Reply-To:References:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=Nouxh/8nlif9ge3k/I3iFaqcl68qVtVdAIz647ysJ/+d+W4vn9rWvl9iCm7/MK/qt IaT8i27wE3l0z7kw23SOBqBbIzdxJB6/wb4SPdt9y95j0KlqckbaTrUCzZAdB9M5kE wYRtSDel2DSqfMC8GhxaR2pq6hQ2FIbG54JvjgooLJ7uEUIep8sQOy5RWkSY0pGv3U qsd2FYMQxVU65bIiSQUiQUYxY7e9Qessrwm7Aa0K+4URNQx5m1/+DYbuV6ByTmNaZ5 XYuCQJTIxnFsf+ntjV2Q1TPYSIGRedRSE6WrjFqZETgTCHKPy6vEOcbkzVmxF+D7WW KheeEbh/88iSg== 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 B68F062B53 for ; Thu, 4 Jan 2024 16:15:46 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="sSqA+7mO"; dkim-atps=neutral Received: from pendragon.ideasonboard.com (213-243-189-158.bb.dnainternet.fi [213.243.189.158]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id ED51422DD; Thu, 4 Jan 2024 16:14:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1704381286; bh=tloJI7DMzwxrMhk3T+hAoksjDG26kkj+nSQQCn5+deI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=sSqA+7mOPsT1ZFZ+SnFDXTTep5Zjh4HbCCU4Rbi46qTIsq6PFoR1inDCuRwSuny3N iCzG+IFvH0I4eDL2h5kFbX6nOevHuY54C7dUoLh0WVmoLHzlA017+GEIkH+59RFoCt M6GQqGbrxuYGr1Uw7i8pvDNCifcSUZzoGfnXEmko= To: libcamera-devel@lists.libcamera.org Date: Thu, 4 Jan 2024 17:15:45 +0200 Message-ID: <20240104151548.2589-6-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20240104151548.2589-1-laurent.pinchart@ideasonboard.com> References: <20240104151548.2589-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 5/8] utils: update-mojo.sh: Commit the mojo update 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: , X-Patchwork-Original-From: Laurent Pinchart via libcamera-devel From: Laurent Pinchart Reply-To: Laurent Pinchart Cc: Khem Raj Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Commit the mojo update with a standardized commit message. As mojo is imported as-is without local modifications, this simplifies usage of the update script. Signed-off-by: Laurent Pinchart Reviewed-by: Milan Zamazal Reviewed-by: Kieran Bingham Reviewed-by: Khem Raj --- utils/update-mojo.sh | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/utils/update-mojo.sh b/utils/update-mojo.sh index 25a280e04331..bb0f078e5b3f 100755 --- a/utils/update-mojo.sh +++ b/utils/update-mojo.sh @@ -72,9 +72,17 @@ EOF echo "$readme" > utils/ipc/mojo/README echo "$readme" > utils/ipc/tools/README -cat <