From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by arago-project.org (Postfix) with ESMTPS id 7D54552090 for ; Thu, 27 Sep 2018 21:34:11 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id w8RLY2Sn130789 for ; Thu, 27 Sep 2018 16:34:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1538084042; bh=m2JB1XmoQX3nhvKJjeEes1SLFXXOhxYqfhFBCPlo3cY=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=RxyIz6k1KVhZqFBTDA8p3r+2MGZgugBehckWJLaFsLv0kP7wJXwHleUp3xHuXsFA9 XV2REoEAA4JA5Wd03Em6YeSFVD/BqDiCww1yWWjjfnbRi6xSDX62fjSS6fjztuXG4L fEP/tu0s08Ij0sYqpTbu/RJd5DbVVvAyPSHMPYOw= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id w8RLY28v016037 for ; Thu, 27 Sep 2018 16:34:02 -0500 Received: from DLEE103.ent.ti.com (157.170.170.33) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Thu, 27 Sep 2018 16:34:02 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1466.3 via Frontend Transport; Thu, 27 Sep 2018 16:34:02 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id w8RLY1s8028248; Thu, 27 Sep 2018 16:34:02 -0500 Date: Thu, 27 Sep 2018 17:34:01 -0400 From: Denys Dmytriyenko To: Mahesh Radhakrishnan Message-ID: <20180927213401.GK8582@beryl> References: <1538081991-52963-1-git-send-email-m-radhakrishnan2@ti.com> <1538081991-52963-2-git-send-email-m-radhakrishnan2@ti.com> MIME-Version: 1.0 In-Reply-To: <1538081991-52963-2-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-arago@arago-project.org Subject: Re: [rocko/master/ti2018.03][PATCH v2 1/2] posix-smp-demo: Update to versin 01.01.00.02B X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2018 21:34:12 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline ACK On Thu, Sep 27, 2018 at 04:59:50PM -0400, Mahesh Radhakrishnan wrote: > Signed-off-by: Mahesh Radhakrishnan > --- > meta-arago-extras/recipes-apps/posix-smp-demo/posix-smp-demo.inc | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/meta-arago-extras/recipes-apps/posix-smp-demo/posix-smp-demo.inc b/meta-arago-extras/recipes-apps/posix-smp-demo/posix-smp-demo.inc > index b89ebd4..77b61ac 100644 > --- a/meta-arago-extras/recipes-apps/posix-smp-demo/posix-smp-demo.inc > +++ b/meta-arago-extras/recipes-apps/posix-smp-demo/posix-smp-demo.inc > @@ -7,14 +7,14 @@ POSIX_SMP_GIT_URI = "git://git.ti.com/keystone-demos/posix-smp.git" > POSIX_SMP_GIT_PROTOCOL = "git" > POSIX_SMP_GIT_BRANCH = "master" > > -# Below commit ID corresponds to "DEV.POSIX-SMP.01.01.00.01" > -POSIX_SMP_SRCREV = "99834751f63f8f418e659b251f10e8e13b900881" > +# Below commit ID corresponds to "DEV.POSIX-SMP.01.01.00.02B" > +POSIX_SMP_SRCREV = "339039e281586a79c5b04fac6c2ae84eb30c0576" > > BRANCH = "${POSIX_SMP_GIT_BRANCH}" > SRC_URI = "${POSIX_SMP_GIT_URI};protocol=${POSIX_SMP_GIT_PROTOCOL};branch=${BRANCH}" > > SRCREV = "${POSIX_SMP_SRCREV}" > -PV = "01.01.00.01" > +PV = "01.01.00.02B" > INC_PR = "r0" > > S = "${WORKDIR}/git" > -- > 1.9.1 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago