From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 629DBC433EF for ; Thu, 10 Mar 2022 10:54:02 +0000 (UTC) Received: from smtp1.axis.com (smtp1.axis.com [195.60.68.17]) by mx.groups.io with SMTP id smtpd.web12.8199.1646909639597082245 for ; Thu, 10 Mar 2022 02:54:02 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@axis.com header.s=axis-central1 header.b=Sc7GzSb7; spf=pass (domain: axis.com, ip: 195.60.68.17, mailfrom: peter.kjellerstedt@axis.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=axis.com; q=dns/txt; s=axis-central1; t=1646909639; x=1678445639; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=YsVPqLgsVXLQ/gvqjzpNDw6mB/NHIgxwBGZNzLYopx0=; b=Sc7GzSb7V93cDaHtHZeZYFoWj4FwoYINbfqCLTlDRD1tnBG5c8VNq1Nb HCQDWPeGkI6x6uXAJ6TpZK46LIIFKnOKEyzYZNj/5Ire18RecL8dhpkId 5EeUdRN9s17Si5gEvUH5W34p60aDS87I0qWqiEMzNunnX79oVptCZQfPA v8iFrE0CrU4N63wsrR16VuwW5QdnyajKnntAeTYOp8l1Mtmt14n5hk3HY cpwBjGFW3N6usJOqZuZ8QAuoc17oYHfODC7d8VUSvXypldJ17pZV0R9B/ qeM+qlAjzspBeF08ZGHWIzSoOf9e819OKydUzvxLYriRUBESTCl6vK+T6 A==; From: Peter Kjellerstedt To: "michael.opdenacker@bootlin.com" , "bitbake-devel@lists.openembedded.org" CC: "docs@lists.yoctoproject.org" Subject: RE: [docs] [PATCH 2/2] doc: bitbake-user-manual: branch parameter now mandatory in git SRC_URIs Thread-Topic: [docs] [PATCH 2/2] doc: bitbake-user-manual: branch parameter now mandatory in git SRC_URIs Thread-Index: AQHYM96fAlG5BjX800+E7kbOPWUlQay4cheg Date: Thu, 10 Mar 2022 10:53:47 +0000 Message-ID: References: <20220309175319.620707-1-michael.opdenacker@bootlin.com> <20220309175319.620707-2-michael.opdenacker@bootlin.com> In-Reply-To: <20220309175319.620707-2-michael.opdenacker@bootlin.com> Accept-Language: en-US, sv-SE Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.0.5.60] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 10 Mar 2022 10:54:02 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/docs/message/2573 > -----Original Message----- > From: docs@lists.yoctoproject.org On Behalf > Of Michael Opdenacker via lists.yoctoproject.org > Sent: den 9 mars 2022 18:53 > To: bitbake-devel@lists.openembedded.org > Cc: docs@lists.yoctoproject.org; Michael Opdenacker > > Subject: [docs] [PATCH 2/2] doc: bitbake-user-manual: branch parameter no= w > mandatory in git SRC_URIs >=20 > Signed-off-by: Michael Opdenacker > --- > doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst > b/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst > index ae2d3a17..d0c78062 100644 > --- a/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst > +++ b/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst > @@ -432,8 +432,8 @@ This fetcher supports the following parameters: > raw Git metadata is provided. This parameter implies the "nocheckout" > parameter as well. >=20 > -- *"branch":* The branch(es) of the Git tree to clone. If unset, this > - is assumed to be "master". The number of branch parameters much match > +- *"branch":* The branch(es) of the Git tree to clone. This is a > + mandatory parameter. The number of branch parameters must match > the number of name parameters. Note that it is either branch=3D... or nobranch=3D1 that is mandatory. >=20 > - *"rev":* The revision to use for the checkout. The default is > -- > 2.25.1 //Peter