From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 05E98E00CE8; Tue, 12 Mar 2019 16:25:58 -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.19.141 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 fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E4418E00C38 for ; Tue, 12 Mar 2019 16:25:56 -0700 (PDT) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id x2CNPuqM058190 for ; Tue, 12 Mar 2019 18:25:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1552433156; bh=L9SzgWB6OBYXx9serWW0KdqHEIB1W6hGTe6FT0gxhSo=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=r7uWh0vXNq4r6xZNoGHcIzYY5KahUsFsX91cgGvf7kg8INB8xnGj+74nwnvVeAPgB GVneQt79G8gixNxuTI36QbSzEkuqg0BQ6NOXB4GBOSyowVH5jOydIQmLA1xfTNZH/l pejk8NR4000g5XIu+4WOdigevo+EtBDnuSb4RTFg= Received: from DFLE113.ent.ti.com (dfle113.ent.ti.com [10.64.6.34]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id x2CNPucS003798 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 12 Mar 2019 18:25:56 -0500 Received: from DFLE104.ent.ti.com (10.64.6.25) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1591.10; Tue, 12 Mar 2019 18:25:55 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DFLE104.ent.ti.com (10.64.6.25) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1591.10 via Frontend Transport; Tue, 12 Mar 2019 18:25:55 -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 x2CNPtYD006728; Tue, 12 Mar 2019 18:25:55 -0500 Date: Tue, 12 Mar 2019 19:25:55 -0400 From: Denys Dmytriyenko To: Jianzhong Xu Message-ID: <20190312232555.GG28041@beryl> References: <1552338116-25917-1-git-send-email-xuj@ti.com> MIME-Version: 1.0 In-Reply-To: <1552338116-25917-1-git-send-email-xuj@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] swtools: bump SRCREV 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, 12 Mar 2019 23:25:58 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Needed on rocko? On Mon, Mar 11, 2019 at 05:01:56PM -0400, Jianzhong Xu wrote: > Signed-off-by: Jianzhong Xu > --- > recipes-ti/swtools/swtools_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-ti/swtools/swtools_git.bb b/recipes-ti/swtools/swtools_git.bb > index 425a069..16a8cc0 100644 > --- a/recipes-ti/swtools/swtools_git.bb > +++ b/recipes-ti/swtools/swtools_git.bb > @@ -15,7 +15,7 @@ PR = "r0" > S = "${WORKDIR}/git" > BRANCH = "master" > SRC_URI = "git://git.ti.com/ep-processor-libraries/swtools.git;protocol=git;branch=${BRANCH}" > -SRCREV = "881267836907de650edadc56b8e57ab45428021d" > +SRCREV = "d0c1022954b489d5f3d8d2f5c81d8c6a392f4af4" > > 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