From patchwork Thu Sep 24 14:42:41 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ricardo Ribalda X-Patchwork-Id: 9789 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 81274C3B5C for ; Thu, 24 Sep 2020 14:42:47 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 4CF2660367; Thu, 24 Sep 2020 16:42:47 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="o5IRXhpY"; dkim-atps=neutral Received: from mail-wm1-x343.google.com (mail-wm1-x343.google.com [IPv6:2a00:1450:4864:20::343]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 259A060363 for ; Thu, 24 Sep 2020 16:42:46 +0200 (CEST) Received: by mail-wm1-x343.google.com with SMTP id s13so3769758wmh.4 for ; Thu, 24 Sep 2020 07:42:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=NfgZSzAk7NPd0Gg+8ecH+vuMEAfLCEiXXzciC+3AAQE=; b=o5IRXhpYoW57aBeOJxAm5MICzmqDBHVSudtri+d3JdBr0yr6EBE1L5meErpLq5TVSo optckpQF7vXPn2Pg1CpRiYtFz98WCDCEQo9souJIilEAvLQv0vk/QF18YZu55bn2sZJ0 ParMNT0mx0/RrXHSpl1/2zMJ3vAwarS+U8zBkbogUVgrxTjQFzlSG3tJ0QCdjslfrKpz fg/JTQ1OVm08RJ4baRHBmY2jUSta2icAQ5A6i/9bs84rY/wIHjC33A8B+xnHpfHD4/vG Oxn1DVkAu3Z+b4ppf50CzbASga4SfGw/Wo22mGMdF7EwjwgjT73dv6f52icctW46W2Jg 447Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding; bh=NfgZSzAk7NPd0Gg+8ecH+vuMEAfLCEiXXzciC+3AAQE=; b=sr2EuXxz5abFDow991ZzGxRqdP/F+Wd26HPaqAsJ1MoPlE0Vq+gd/rR8enwfhnVxQp l+MiVtfzVKr/nv1xwSO+WT2Zr1GpnN4rol4i/4N3GWs84xTP8tcqHHk3RT5Cb7L91MLm NFmhlM8XuFYRkPt/wuJnqmcOVr8omseCr2UOq+v1kpLZTQfOrjAyhQZzH5Mfg7/IMLEB iL4+XkndubC3lc+ptxo9hCyOjAZr/sEhn/7lnZjMIgHVWXMXVxn0H/TZPW8V5pGiBGaA 5QkhofG60D/2nVQemzIBRsIMV//5c1mQKK/KFpR937TDRrQU0yb5PlAX646NNaUTpVI7 aLeA== X-Gm-Message-State: AOAM532zTgtIY0eWdIGvgBGu5/SCeRMGebZBs/TvtfDywwEipmJtHaRQ dvQCtVbPXWdS15tOp5LWMlQqJs8LEEFNHg== X-Google-Smtp-Source: ABdhPJwnv9uNSL+hvMlOL3dAMg3aO3Y8wAuULMCbRkgAn+Gjsqai+r6PtkJABrOBgsdw2UopKq0z0A== X-Received: by 2002:a1c:1dd0:: with SMTP id d199mr4976552wmd.7.1600958565437; Thu, 24 Sep 2020 07:42:45 -0700 (PDT) Received: from piling.lan ([80.71.134.83]) by smtp.gmail.com with ESMTPSA id m10sm3612319wmi.9.2020.09.24.07.42.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Sep 2020 07:42:44 -0700 (PDT) From: Ricardo Ribalda To: libcamera-devel@lists.libcamera.org, Laurent Pinchart Date: Thu, 24 Sep 2020 16:42:41 +0200 Message-Id: <20200924144242.317020-1-ricardo@ribalda.com> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2.1 1/11] README: Unify dependency names 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" All the dependencies are for libcamera, so we should move all the packages under this paragraph, or make a paragraph for Meson, and a second one for python3-yaml. I think the later is more clear. Signed-off-by: Ricardo Ribalda Reviewed-by: Laurent Pinchart --- README.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 40d4519..93141ee 100644 --- a/README.rst +++ b/README.rst @@ -46,8 +46,8 @@ Other distributions may have differing package names: A C++ toolchain: [required] Either {g++, clang} -for libcamera: [required] - meson (>= 0.47) ninja-build python3-yaml +Meson Build system: [required] + meson (>= 0.47) ninja-build If your distribution doesn't provide a recent enough version of meson, you can install or upgrade it using pip3. @@ -57,6 +57,9 @@ for libcamera: [required] pip3 install --user meson pip3 install --user --upgrade meson +for the libcamera core: [required] + python3-yaml + for device hotplug enumeration: [optional] pkg-config libudev-dev From patchwork Thu Sep 24 14:42:42 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ricardo Ribalda X-Patchwork-Id: 9790 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 D3D65C3B5C for ; Thu, 24 Sep 2020 14:42:48 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 9FCCB62FF3; Thu, 24 Sep 2020 16:42:48 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="nwXNokGY"; dkim-atps=neutral Received: from mail-wm1-x343.google.com (mail-wm1-x343.google.com [IPv6:2a00:1450:4864:20::343]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 2373A60363 for ; Thu, 24 Sep 2020 16:42:48 +0200 (CEST) Received: by mail-wm1-x343.google.com with SMTP id w2so3789409wmi.1 for ; Thu, 24 Sep 2020 07:42:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=LQ/b6t23h3gZf8vAVSk3/cbdrALW6zYFNQo2TzebbQc=; b=nwXNokGYdPHdGzwdGv4Xgc8SgUytqLCiJ1qOn29du/6mrIHHV+1Sg/gtOMLU3nCYip vwCiSonsRwKVZV2bDQ8jPDMEwSpCTQu2RaWB9K9kOJjv0tbx8HO5Gy1TmPyUJCEQyd6f tSqZVHVyN93SXDLbv2K+X5Yv8yMh9qv4LuposGwnKZWujcwhXxr2nK5GO/ei40Fua+vu pkTsXXTsDtSeyImyWbFYUi0PWS8CjseN3ls681MA1PkPtd6bkknSRnWsj3enGh/6ihdz xsQwHx6B7DJPImEueAqEBWeL6ErR87KFbLofd4BrnR7l9bkZoEiQ6DGZOlucCr6jb8FD ZHFA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=LQ/b6t23h3gZf8vAVSk3/cbdrALW6zYFNQo2TzebbQc=; b=aHWdwTyigqypyx0ZcWnLAW8S5oBqYySHYAYLDE1dmp2fhWuw0wJXLevMVQUC/hCe3/ bGFYOH+QzIqlB0B0VRZjwkvxKu/peSqlpWMYIRtu6LU8gGq5AmDeaDgQt9819oUTU14R o/P3UYd0iF5c+51pnn0nOe96VvtwffpGdpep+ZXO9pKdsVfhnKuTIMO5jgbe7yxh4E/4 mMA8leziQVXNJoOFbxobONciHqNjNurnaJ4l/Qeb928naXpuKuomIAkFWTrqKWolq4jA eruBMQfPLilmm84c2p+A8gxmxuamWJiLJaODq9XvHj2Rx6cT0rM/gEwPfhoyEWdCQ25c PJZQ== X-Gm-Message-State: AOAM533KajrA/rT5wfLEp8GVTc21nb0pN97pRLlGTz2zLw096hevVOgd Q27RKYYNhbIr2PqV5V6nyXqOb1/xRxfPeQ== X-Google-Smtp-Source: ABdhPJxEoOvFTyQbkaMA+kjEjjGYzxXol6vnurDJjoSYcVgd7qwdkxpgmRTiI5vIiiwkG7liz078/g== X-Received: by 2002:a1c:6607:: with SMTP id a7mr5139994wmc.142.1600958567368; Thu, 24 Sep 2020 07:42:47 -0700 (PDT) Received: from piling.lan ([80.71.134.83]) by smtp.gmail.com with ESMTPSA id m10sm3612319wmi.9.2020.09.24.07.42.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Sep 2020 07:42:45 -0700 (PDT) From: Ricardo Ribalda To: libcamera-devel@lists.libcamera.org, Laurent Pinchart Date: Thu, 24 Sep 2020 16:42:42 +0200 Message-Id: <20200924144242.317020-2-ricardo@ribalda.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200924144242.317020-1-ricardo@ribalda.com> References: <20200924144242.317020-1-ricardo@ribalda.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2.1 3/11] README: Add libboost to list of dependencies 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" Raspberry Pi IPA, which is enabled by default, requires libboost to compile. Specify in the documentation its dependencies and how to disable the IPA. Reviewed-by: Laurent Pinchart Signed-off-by: Ricardo Ribalda Reviewed-by: Laurent Pinchart --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 583414a..7ae9c87 100644 --- a/README.rst +++ b/README.rst @@ -63,6 +63,12 @@ for the libcamera core: [required] for IPA module signing: [required] libgnutls28-dev openssl +for the Raspberry Pi IPA: [optional] + libboost-dev + + Support for Raspberry Pi can be disabled through the meson + 'pipelines' option to avoid this dependency. + for device hotplug enumeration: [optional] pkg-config libudev-dev