From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 83F26E00CAA; Thu, 19 Sep 2019 18:39:57 -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 58277E0080A for ; Thu, 19 Sep 2019 18:39: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 x8K1dtS1078239 for ; Thu, 19 Sep 2019 20:39:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1568943595; bh=u434q9YSbjDjsq+hCOFtGhb4+Ra83LsZ86wp7MEUgyg=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=KrX2bkeIxFWTj/0w2Kc8qDPFjDuO52jdOeRS7FYJPAIKyw62T7dzapcAr1DVo2u1v xGY/msjYc91r9W8nFdfBAmUC00oSIzOtjBMDzRX9mjawXOx2bAsKQe+oI0jQZT6FPC GM3i5JFJhWS9UbsBCxzH4cxSHToV7ozHHgHoKm7Q= Received: from DFLE108.ent.ti.com (dfle108.ent.ti.com [10.64.6.29]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id x8K1dtrx108140 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 19 Sep 2019 20:39:55 -0500 Received: from DFLE112.ent.ti.com (10.64.6.33) by DFLE108.ent.ti.com (10.64.6.29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5; Thu, 19 Sep 2019 20:39:51 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5 via Frontend Transport; Thu, 19 Sep 2019 20:39:51 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id x8K1dtkn098893; Thu, 19 Sep 2019 20:39:55 -0500 Date: Thu, 19 Sep 2019 21:39:55 -0400 From: Denys Dmytriyenko To: Sam Nelson Message-ID: <20190920013955.GF5351@beryl> References: <1568832646-1049-1-git-send-email-sam.nelson@ti.com> MIME-Version: 1.0 In-Reply-To: <1568832646-1049-1-git-send-email-sam.nelson@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: [thud/master][PATCH v2] ti-ipc: Update to new version 3.50.04.07 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: Fri, 20 Sep 2019 01:39:57 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Now ti-ipc-examples-linux fails on Keystone2 devices and omapl138. On Wed, Sep 18, 2019 at 02:50:46PM -0400, Sam Nelson wrote: > Signed-off-by: Sam Nelson > > --- > Update from previous version of the patch > - Updated ipc-examples commit > - This has dependency on sciclient update > so nned to merge only after sciclient patch > --- > --- > recipes-ti/ipc/ti-ipc-common.inc | 2 +- > recipes-ti/ipc/ti-ipc-rtos.inc | 8 ++++---- > recipes-ti/ipc/ti-ipc.inc | 4 ++-- > 3 files changed, 7 insertions(+), 7 deletions(-) > > diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-common.inc > index 4ec72cc..365486e 100644 > --- a/recipes-ti/ipc/ti-ipc-common.inc > +++ b/recipes-ti/ipc/ti-ipc-common.inc > @@ -1,4 +1,4 @@ > -PV = "3.50.04.06" > +PV = "3.50.04.07" > INC_PR = "r0" > > PACKAGE_ARCH = "${MACHINE_ARCH}" > diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc > index 460befe..ef8640e 100644 > --- a/recipes-ti/ipc/ti-ipc-rtos.inc > +++ b/recipes-ti/ipc/ti-ipc-rtos.inc > @@ -24,10 +24,10 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\ > branch=${TI_IPC_METADATA_GIT_BRANCH};\ > name=${TI_IPC_METADATA_NAME}" > > -# Corresponds to tag: 3.50.04.06 > -TI_IPC_METADATA_SRCREV = "15d256ea3c3a35fe065a0513f09f4ea6ece58725" > -# Corresponds to tag: 3.50.04.06 > -TI_IPC_EXAMPLES_SRCREV = "f29c27652302892abbe78ce2c22a2aae28b28d69" > +# Corresponds to tag: 3.50.04.07 > +TI_IPC_METADATA_SRCREV = "37e85ff1966f7d093fe2bde2dd9d4546f29d0d80" > +# Corresponds to tag: 3.50.04.07 > +TI_IPC_EXAMPLES_SRCREV = "90e68a120c29f489fc8760fe8b86c5b765bdd76f" > > SRCREV_FORMAT = "default" > SRCREV_ipc-metadata = "${TI_IPC_METADATA_SRCREV}" > diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc > index b9f9ca9..000c5c0 100644 > --- a/recipes-ti/ipc/ti-ipc.inc > +++ b/recipes-ti/ipc/ti-ipc.inc > @@ -8,8 +8,8 @@ TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git" > TI_IPC_GIT_PROTOCOL = "git" > TI_IPC_GIT_BRANCH = "3.50" > > -#Corresponds to 3.50.04.06 > -TI_IPC_SRCREV = "ca7ce99b8ec82331559f0fd99a174bdcca1da9ac" > +#Corresponds to 3.50.04.07 > +TI_IPC_SRCREV = "129b6f44c50cbe760a5c1481b34b323b7a42ead5" > > BRANCH = "${TI_IPC_GIT_BRANCH}" > SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev" > -- > 1.9.1 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti