From patchwork Mon Nov 9 01:16:54 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Niklas_S=C3=B6derlund?= X-Patchwork-Id: 10394 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 3F14FBE084 for ; Mon, 9 Nov 2020 01:17:17 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 5B67363070; Mon, 9 Nov 2020 02:17:16 +0100 (CET) Received: from bin-mail-out-06.binero.net (bin-mail-out-06.binero.net [195.74.38.229]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id E9A366033F for ; Mon, 9 Nov 2020 02:17:10 +0100 (CET) X-Halon-ID: 42d0fff6-2229-11eb-954c-0050569116f7 Authorized-sender: niklas.soderlund@fsdn.se Received: from bismarck.berto.se (p4fca2458.dip0.t-ipconnect.de [79.202.36.88]) by bin-vsp-out-03.atm.binero.net (Halon) with ESMTPA id 42d0fff6-2229-11eb-954c-0050569116f7; Mon, 09 Nov 2020 02:17:09 +0100 (CET) From: =?utf-8?q?Niklas_S=C3=B6derlund?= To: Tomasz Figa Date: Mon, 9 Nov 2020 02:16:54 +0100 Message-Id: <20201109011656.2560957-1-niklas.soderlund@ragnatech.se> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/2] media-libs/libcamera: Small fixes for IPA builds 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: , Cc: libcamera-devel@lists.libcamera.org Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Hi Tomasz, This small series fix two issues I have when building libcamera for CrOS. I'm unsure how to best submit them "correctly" for upstream so I send them to you. If you wish me to resubmit thru some other channel just let me know. Patch 1/2 I have had in my tree for quiet some time and deals with that the android option was turned into a meson feature instead of a boolean. Patch 2/2 is a recent find that deals with how libcamera signs its IPA modules and how CrOS build system strips binaries. Niklas Söderlund (2): media-libs/libcamera: Android support is a feature not a boolean media-libs/libcamera: Do not strip IPA binaries media-libs/libcamera/libcamera-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)