From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 0581EE00CE5; Tue, 19 Mar 2019 08:46:48 -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=-4.3 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, * medium trust * [198.47.23.248 listed in list.dnswl.org] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 6A0D7E00AB0 for ; Tue, 19 Mar 2019 08:46:47 -0700 (PDT) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id x2JFkk1Q034724 for ; Tue, 19 Mar 2019 10:46:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1553010406; bh=UtuCNnuJG5ShpImdlpW3Lsjwq7mZ1LvlwvJYsrmYe+o=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=qEitO05t3ZGckc/ETrt3NdZcdPoERc9VcOk8FMbwBf1ex5RqD+eq7uHZo5BMGPfBG pjvj6qWs8TpOx7zduAcBli7DnS2YHkmiNsBJiFaLoeV8j/Suoh55mpFG7oLsYcfsVx XfZdCF6IwQ8A/acLio0mxi9uWJsGekt5AfcVCoJY= Received: from DLEE115.ent.ti.com (dlee115.ent.ti.com [157.170.170.26]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id x2JFkkCV116955 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 19 Mar 2019 10:46:46 -0500 Received: from DLEE102.ent.ti.com (157.170.170.32) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5; Tue, 19 Mar 2019 10:46:46 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DLEE102.ent.ti.com (157.170.170.32) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1713.5 via Frontend Transport; Tue, 19 Mar 2019 10:46:46 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id x2JFkkq3014514; Tue, 19 Mar 2019 10:46:46 -0500 Date: Tue, 19 Mar 2019 11:46:45 -0400 From: Denys Dmytriyenko To: Mahesh Radhakrishnan Message-ID: <20190319154645.GC3374@beryl> References: <1552603832-16016-1-git-send-email-m-radhakrishnan2@ti.com> <1552603832-16016-5-git-send-email-m-radhakrishnan2@ti.com> MIME-Version: 1.0 In-Reply-To: <1552603832-16016-5-git-send-email-m-radhakrishnan2@ti.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/master][PATCH 4/5] swtools: SRCREV update and updates to facilitate AUTOREV 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: Tue, 19 Mar 2019 15:46:48 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Please rebase the last 2 patches in this series. Thanks. On Thu, Mar 14, 2019 at 06:50:31PM -0400, Mahesh Radhakrishnan wrote: > Signed-off-by: Mahesh Radhakrishnan > --- > recipes-ti/swtools/swtools_git.bb | 14 ++++++++++---- > 1 file changed, 10 insertions(+), 4 deletions(-) > > diff --git a/recipes-ti/swtools/swtools_git.bb b/recipes-ti/swtools/swtools_git.bb > index 425a069..b950f3f 100644 > --- a/recipes-ti/swtools/swtools_git.bb > +++ b/recipes-ti/swtools/swtools_git.bb > @@ -11,11 +11,17 @@ DEPENDS = "ti-cgt6x-native \ > ti-xdctools-native" > > PV = "5_0_8" > -PR = "r0" > +PR = "r1" > S = "${WORKDIR}/git" > -BRANCH = "master" > -SRC_URI = "git://git.ti.com/ep-processor-libraries/swtools.git;protocol=git;branch=${BRANCH}" > -SRCREV = "881267836907de650edadc56b8e57ab45428021d" > + > +SWTOOLS_GIT_BRANCH = "master" > +SWTOOLS_GIT_PROTOCOL = "git" > +SWTOOLS_GIT_URI = "git://git.ti.com/ep-processor-libraries/swtools.git" > +SWTOOLS_SRCREV = "d0c1022954b489d5f3d8d2f5c81d8c6a392f4af4" > + > +BRANCH = "${SWTOOLS_GIT_BRANCH}" > +SRC_URI = "${SWTOOLS_GIT_URI};protocol=${SWTOOLS_GIT_PROTOCOL};branch=${SWTOOLS_GIT_BRANCH}" > +SRCREV = "${SWTOOLS_SRCREV}" > > export C64PCODEGENTOOL = "${CGTOOLS_INSTALL_DIR}" > export C674CODEGENTOOL = "${CGTOOLS_INSTALL_DIR}" > -- > 1.9.1 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti