From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sat, 17 Sep 2022 20:34:35 +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 1oZceB-007xRF-DR for lore@lore.pengutronix.de; Sat, 17 Sep 2022 20:34:35 +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 1oZceA-0003av-RG; Sat, 17 Sep 2022 20:34:34 +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 1oZcdb-0003ac-19 for ptxdist@pengutronix.de; Sat, 17 Sep 2022 20:33:59 +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=M72NDyyM/QP6xLswuEDyAkBtXrNjpu+i32G96epshTo=; b=o53/Xorwu/RJKJwx+yiPefQxhZ dmqvOqN5zhdUvxqzB2qlTqDPo8DwXxq/iNPj20a8iJI6XI8AyQJbAn07Tng5jyhSN30kK0EHLqK5C PkObOSeAk6q4aDYkebF8D5r70FQbgtH8pJS9YYp7GzO5VNuFD6lTnwzu3dB3Ce08/UP8=; Received: from 194-208-208-245.tele.net ([194.208.208.245]:60542 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 1oZcdY-007mjl-OC for ptxdist@pengutronix.de; Sat, 17 Sep 2022 20:33:57 +0200 From: Matthias Fend To: ptxdist@pengutronix.de Date: Sat, 17 Sep 2022 20:33:49 +0200 Message-Id: <20220917183350.1838893-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, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH v4 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: v4: - Corrected list of licenses - Always disable tracing with lttng - Change prompt for backtrace config to distinguish from lttng tracing 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