From patchwork Thu Sep 24 07:19:12 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ricardo Ribalda X-Patchwork-Id: 9767 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 84E9EC3B5C for ; Thu, 24 Sep 2020 07:19:31 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 1355662FDE; Thu, 24 Sep 2020 09:19:31 +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="jPxFn4NC"; dkim-atps=neutral Received: from mail-wm1-x344.google.com (mail-wm1-x344.google.com [IPv6:2a00:1450:4864:20::344]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 2DB9B60362 for ; Thu, 24 Sep 2020 09:19:30 +0200 (CEST) Received: by mail-wm1-x344.google.com with SMTP id e11so6127572wme.0 for ; Thu, 24 Sep 2020 00:19:30 -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=OOoVn3dbs3BS6tPRIA3Ia2cPI0mlP39FGwkxYsFpxVY=; b=jPxFn4NC2ekrUwG4AVvKUWL0/yuBNTyKqdtxh9EsS3twoZFsgV72hnwUbEu7odN/xj 8x1P5y1uipOsHW/9JZZwoFHpA/qTyGAtmMtfKott8Ew06Um6qwiHpL5Uotq8mfvTeIpz ColMecpwjtJby+IFdD9BGMIHCxzQuYBv5XqQFEaN4a6X6RM8IRHbSOXvEFn7onHnMJjj O05zMc1sxNIO4hIr+tCBJQq7OrO2CwrGFzRPXTfDrSkhCnja6+BIrC7BpcCz1leqnPaB SsuhkW4e3e0/SdPcMeRTiajt1GxdT0bgrRX+EmAteVDxxgRmIgU70JFS8xzHba/RvxzL Bi6A== 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=OOoVn3dbs3BS6tPRIA3Ia2cPI0mlP39FGwkxYsFpxVY=; b=rkRn1L/c2LnLyINGb1P1cp9oaofXdtzV15XAMDOATY5UDbSJ2hrgxzrtdmElfPxbQb X2vT00VoOgifKDmilcPCfUh7X+uM4eheZTUFADyOpIC3K6Y4MxDBjyMFD3R4tMT40TQ+ YqzIwvJhmbP9nBrPwhbJHavjapgINT79WLChbPpeFOV5kd3iASZUiQE+/st9sBG3dzEu sfnd5Y/tSsSk3u/Hjby+KxnrAHC9eBOZOj8+IGl+OAExzlYYX6zE1Hr8wCgc6JBFdwsi IaKAg/Jrlz2s2gvV81EWQZhPrdSRnHekWbgrHTIMO0hpbGHc7uz6GyNhUM9QUUL0xs17 PujA== X-Gm-Message-State: AOAM532T2fHxVGzNAvUR+S7GN+Un41tc9duefBEpBux1jHUtOJ/I3A2+ J2yJkAtoNaInXEz2G1pIL81w+53K6unKTw== X-Google-Smtp-Source: ABdhPJztuqN2m0Eg1Mgs6MhytaxvZXR7NyYl3WAJ6oO2h9xMk1JNpxWQFRp6uzW4veFeTF1ZVoNWhQ== X-Received: by 2002:a1c:960a:: with SMTP id y10mr3153980wmd.128.1600931969490; Thu, 24 Sep 2020 00:19:29 -0700 (PDT) Received: from piling.lan ([80.71.134.83]) by smtp.gmail.com with ESMTPSA id z9sm2275393wmg.46.2020.09.24.00.19.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Sep 2020 00:19:28 -0700 (PDT) From: Ricardo Ribalda To: libcamera-devel@lists.libcamera.org, Kieran Bingham , Laurent Pinchart Date: Thu, 24 Sep 2020 09:19:12 +0200 Message-Id: <20200924071922.231063-2-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 01/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 --- README.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 40d4519..e756753 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 generating the control definitions: [required] + python3-yaml + for device hotplug enumeration: [optional] pkg-config libudev-dev