From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 14 Sep 2022 21:52:28 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oYYQu-0053vL-36 for lore@lore.pengutronix.de; Wed, 14 Sep 2022 21:52:28 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1oYYQt-0002M0-B2; Wed, 14 Sep 2022 21:52:27 +0200 Received: from lx20.hoststar.hosting ([168.119.41.54]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oYYQH-0002LX-JQ for ptxdist@pengutronix.de; Wed, 14 Sep 2022 21:51:50 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=emfend.at; s=mail; h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Subject:To: From:Sender:Reply-To:Cc:Content-Type:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=A880H7RxaeNfEwrwyaTz0BB7F0RjUJVof+2PnOIQetw=; b=b8tddsvgxBbrTMcPvmiqU0nifa NzoFEIVeN297TGHK/c4Vu4YBNxsuDl7ZgW07h4mNQZ7sdbzy2PEoxN2mpfLTmRow1w8nY6SOy6op3 d0uPtbXNDwVm45uWfvVx155R8DSjpZUR9r3j/uTVcQSqhsaYedDRMgTIUhDmsOaObU3k=; Received: from 194-208-208-245.tele.net ([194.208.208.245]:59137 helo=localhost.localdomain) by lx20.hoststar.hosting with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1oYYQF-00ENWk-LZ for ptxdist@pengutronix.de; Wed, 14 Sep 2022 21:51:47 +0200 From: Matthias Fend To: ptxdist@pengutronix.de Date: Wed, 14 Sep 2022 21:51:40 +0200 Message-Id: <20220914195141.221795-1-matthias.fend@emfend.at> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-4.0 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH v3 0/1] libcamera: new package X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false libcamera is an open source camera stack and framework for Linux, Android, and ChromeOS. Since libcamera is still quite new and there are no released versions yet, a git snapshot is used. A patch is currently required to deactivate the automatic git-based version generation, otherwise the git information from the BSP repository will be used incorrectly. This may lead to a build error, at least to an incorrect version. However, since libcamera versioning is currently being discussed, the patch may be dropped in the near future. Changelog: v3: - Select HOST_OPENSSL (currently mandatory) - Reorder Kconfig menu - Make IPAs dependent on their associated pipeline - Added option to enable cam tool KMS sink - Make module signing optional and crypto library selectable v2: - Changed format of git version tag - Use list-based processing for IPAs - Add a comment to note why IPA modules are not stripped - Some source format fixes Matthias Fend (1): libcamera: new package ...t-information-for-version-generation.patch | 29 ++++ .../libcamera-2022-08-30-g68683d3811a8/series | 4 + rules/libcamera.in | 129 ++++++++++++++++ rules/libcamera.make | 143 ++++++++++++++++++ 4 files changed, 305 insertions(+) create mode 100644 patches/libcamera-2022-08-30-g68683d3811a8/0001-do-not-use-git-information-for-version-generation.patch create mode 100644 patches/libcamera-2022-08-30-g68683d3811a8/series create mode 100644 rules/libcamera.in create mode 100644 rules/libcamera.make -- 2.25.1