From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id ECF2BE009D4; Wed, 15 Feb 2017 11:41:31 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,RDNS_DYNAMIC autolearn=no version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 1.0 RDNS_DYNAMIC Delivered to internal network by host with * dynamic-looking rDNS Received: from arago-project.org (ec2-184-73-161-183.compute-1.amazonaws.com [184.73.161.183]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 10310E009D4 for ; Wed, 15 Feb 2017 11:41:28 -0800 (PST) Received: by arago-project.org (Postfix, from userid 107) id 0EC8C52993; Wed, 15 Feb 2017 19:41:27 +0000 (UTC) To: meta-ti@yoctoproject.org Message-Id: <20170215194127.0EC8C52993@arago-project.org> Date: Wed, 15 Feb 2017 19:41:27 +0000 (UTC) From: git@arago-project.org (Arago Project git) Subject: Karthik Ramanan : ipumm-fw: Updated to MJPEG encoder 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: Wed, 15 Feb 2017 19:41:32 -0000 Content-Type: text/plain; charset=UTF-8 Module: meta-ti Branch: master Commit: 169c833bf2dc57107086272fe54508923b2f399d URL: http://arago-project.org/git/meta-ti.git?a=commit;h=169c833bf2dc57107086272fe54508923b2f399d Author: Karthik Ramanan Date: Wed Feb 15 17:34:37 2017 +0000 ipumm-fw: Updated to MJPEG encoder Signed-off-by: Karthik Ramanan Signed-off-by: Denys Dmytriyenko --- recipes-bsp/ipumm-fw/ipumm-fw_git.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb index 2dd4962..26876d4 100644 --- a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb +++ b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb @@ -17,12 +17,12 @@ RDEPENDS_${PN} = " libdce" SRC_URI = "git://git.ti.com/ivimm/ipumm.git;protocol=git" -SRCREV = "42fd71596b161e79e017e00741433e84705a28a6" +SRCREV = "97efa6fa9fc108096fcc18404a2d0ef43f9304ac" S = "${WORKDIR}/git" PV = "3.00.12.00" -PR = "r1" +PR = "r2" require recipes-ti/includes/ti-paths.inc require recipes-ti/includes/ti-staging.inc