From patchwork Thu Sep 24 07:19:14 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ricardo Ribalda X-Patchwork-Id: 9770 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 F3E09C3B5C for ; Thu, 24 Sep 2020 07:19:35 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id C063962FF4; Thu, 24 Sep 2020 09:19:35 +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="G4VzwRg6"; dkim-atps=neutral Received: from mail-wm1-x335.google.com (mail-wm1-x335.google.com [IPv6:2a00:1450:4864:20::335]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 4206462FE3 for ; Thu, 24 Sep 2020 09:19:33 +0200 (CEST) Received: by mail-wm1-x335.google.com with SMTP id q9so2413051wmj.2 for ; Thu, 24 Sep 2020 00:19:33 -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=tFRMfN7+nvJmR2D5nwvH8H0kwCTEYmwVrHGBDLVFXuc=; b=G4VzwRg6Y+a7t/yQqqKVtu5LBCEV+UUUDop0TrJCKTmEcdv7HxY+04Ffa3abzMXx3b ZeU+Q7tum9QHukuny/vBhiTLVNVhXuvocR0I/TPUcHO4S3b3y5OfBHOXoh9ZwvBhflzV 4TiLzeZlUZaNEQaz0xLpBJVLUPC6P/npVfdch15RrhEDoxdh5p4FwiF4Q9FOYn0htZfJ y9qAtCBgZ/Qu5Oxvt+In6kBe04kdzBi+jDHlQnGvch3NphTvPzKutP2AznxRXR9IcKwE 9PedF4PPpE11WMoU9GwX5zBxtHpBdZdauX9V+8nVoiNb+bsiJ3rRfzNuhLbTbH8GPprE y7FA== 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=tFRMfN7+nvJmR2D5nwvH8H0kwCTEYmwVrHGBDLVFXuc=; b=IWUBBcb9NRAZ1hJy65jjkwbkC99lGa/yiK1kzZCrhnazvjg2H/tkODWd2Kzcd7ykyP rhhgMn4bf5HIh/A1SNT5OGdRAuggJ5mUVW3LNWGPISZqmjs5bfk6IUCvDzCgXGcyliAN BXFoF9jbCc/OkWvoiWMKBfJJmUBZjeBMOZaC+1HxXNonl/Sph/VfsFoTqGMfdy/rO/wG waKjxvP0CTFXjKvqkwnYHdtci20hwkPQiTrwHHCYLNOFFTkx8fkzAnMg7ujPu693m+wd ypf55JNmIsQGjD6tG0LhiBGANjD3wVOPI6uekPDS6GYeZitdIr3ctzjUfbipVhThr2F5 juuw== X-Gm-Message-State: AOAM531ldvUnX7NTjU6s94wSEJpKsTkLAP8Sv573VfSXAecXVssLuNAB BM4Bd4H516jtt5luYT1yHWjitCHlUj32JA== X-Google-Smtp-Source: ABdhPJzXK0ZAdaNYkxGpL8l78ReQStK81qH8KSocfAdNhxs1EOOo6l1wwpYpoQ6osAWVkL+AA8Z+kw== X-Received: by 2002:a7b:c111:: with SMTP id w17mr3059376wmi.109.1600931972341; Thu, 24 Sep 2020 00:19:32 -0700 (PDT) Received: from piling.lan ([80.71.134.83]) by smtp.gmail.com with ESMTPSA id z9sm2275393wmg.46.2020.09.24.00.19.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Sep 2020 00:19:31 -0700 (PDT) From: Ricardo Ribalda To: libcamera-devel@lists.libcamera.org, Kieran Bingham , Laurent Pinchart Date: Thu, 24 Sep 2020 09:19:14 +0200 Message-Id: <20200924071922.231063-4-ricardo@ribalda.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200924071922.231063-1-ricardo@ribalda.com> References: <20200924071922.231063-1-ricardo@ribalda.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 03/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" RPi IPA, which is enabled by default, requires libboost to compile. Specify in the documentation its dependencies and how to disable the IPA. Signed-off-by: Ricardo Ribalda Reviewed-by: Laurent Pinchart --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index 5059ce9..46efff3 100644 --- a/README.rst +++ b/README.rst @@ -63,6 +63,15 @@ for generating the control definitions: [required] for IPA module signing: [required] libgnutls28-dev openssl +for building the RPi IPA: [optional] + libboost-dev + + If you decide to not build the RPi IP, you should configure meson this way: + + .. code:: + + -Dpipelines=vimc,uvcvideo,ipu3,rkisp1 + for device hotplug enumeration: [optional] pkg-config libudev-dev