From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 0CBBAE00A86; Mon, 20 Aug 2018 11:27:47 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [198.47.23.248 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 76024E003D7 for ; Mon, 20 Aug 2018 11:27:46 -0700 (PDT) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id w7KIRjqX028097; Mon, 20 Aug 2018 13:27:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1534789665; bh=cdb8UD2iaBVnE9I+QKJ2uBUZ6G8E+fXvKkEM/+AdFKo=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=d5jP9NtMmoQ0bkRinJJETkGY7TjC3LP4oNru7XM3xmb5mBpMYxuumENhymLDi2oHb 181Bcgkg+SncEGh72A3HfoHgTCCQ5FTLw6VbJrR7wI/IfIroWootZkm6Gm/XRGwt/F A0oz2geSsNGBKRM9+tFbv3jB9WO4LKiHqEFcmvSQ= Received: from DLEE113.ent.ti.com (dlee113.ent.ti.com [157.170.170.24]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id w7KIRjFq003990; Mon, 20 Aug 2018 13:27:45 -0500 Received: from DLEE111.ent.ti.com (157.170.170.22) by DLEE113.ent.ti.com (157.170.170.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Mon, 20 Aug 2018 13:27:45 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DLEE111.ent.ti.com (157.170.170.22) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1466.3 via Frontend Transport; Mon, 20 Aug 2018 13:27:45 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id w7KIRjJK025361; Mon, 20 Aug 2018 13:27:45 -0500 Date: Mon, 20 Aug 2018 14:26:47 -0400 From: Denys Dmytriyenko To: Ankur Tyagi Message-ID: <20180820182647.GD29422@beryl> References: <1534554143-16256-1-git-send-email-ankur.tyagi85@gmail.com> MIME-Version: 1.0 In-Reply-To: <1534554143-16256-1-git-send-email-ankur.tyagi85@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Cc: meta-ti@yoctoproject.org Subject: Re: [rocko][sumo][master][PATCH] u-boot-ti: add UBOOT_GIT_URI, UBOOT_GIT_PROTOCOL variable X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2018 18:27:47 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Thanks, I can take this. On Sat, Aug 18, 2018 at 01:02:23PM +1200, Ankur Tyagi wrote: > This is to allow user to override git repository and git protocol. > > Signed-off-by: Ankur Tyagi > --- > recipes-bsp/u-boot/u-boot-ti.inc | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc > index 61bf990..f22fcb4 100644 > --- a/recipes-bsp/u-boot/u-boot-ti.inc > +++ b/recipes-bsp/u-boot/u-boot-ti.inc > @@ -22,7 +22,9 @@ LICENSE = "GPLv2+" > LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" > > BRANCH ?= "master" > -SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}" > +UBOOT_GIT_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git" > +UBOOT_GIT_PROTOCOL = "git" > +SRC_URI = "${UBOOT_GIT_URI};protocol=${UBOOT_GIT_PROTOCOL};branch=${BRANCH}" > > PV_append = "+git${SRCPV}" > > -- > 2.7.4 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti