From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 24D2BE00B5C; Mon, 1 Feb 2016 14:09:15 -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 E6469E00973 for ; Mon, 1 Feb 2016 14:09:04 -0800 (PST) Received: by arago-project.org (Postfix, from userid 107) id DF0C052ABC; Mon, 1 Feb 2016 22:09:03 +0000 (UTC) To: meta-ti@yoctoproject.org Message-Id: <20160201220903.DF0C052ABC@arago-project.org> Date: Mon, 1 Feb 2016 22:09:03 +0000 (UTC) From: git@arago-project.org (Arago Project git) Subject: Jacob Stiffler : dsptop: Bump SRCREV to the latest 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: Mon, 01 Feb 2016 22:09:15 -0000 Content-Type: text/plain; charset=UTF-8 Module: meta-ti Branch: master Commit: 1f1a613d752167264abcf01c697e2d77f6055cbc URL: http://arago-project.org/git/meta-ti.git?a=commit;h=1f1a613d752167264abcf01c697e2d77f6055cbc Author: Jacob Stiffler Date: Tue Feb 2 03:16:45 2016 +0000 dsptop: Bump SRCREV to the latest Signed-off-by: Jacob Stiffler Signed-off-by: Denys Dmytriyenko --- recipes-bsp/dsptop/debugss-module-drv_git.bb | 2 +- recipes-bsp/dsptop/dsptop.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/dsptop/debugss-module-drv_git.bb b/recipes-bsp/dsptop/debugss-module-drv_git.bb index 6856d60..bf7da44 100644 --- a/recipes-bsp/dsptop/debugss-module-drv_git.bb +++ b/recipes-bsp/dsptop/debugss-module-drv_git.bb @@ -3,7 +3,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING.txt;md5=9d4316fe434ba450dca4da25348ca5a3" # This package builds a kernel module, use kernel PR as base and append a local -MACHINE_KERNEL_PR_append = "b" +MACHINE_KERNEL_PR_append = "c" PR = "${MACHINE_KERNEL_PR}" PV_append = "+git${SRCPV}" diff --git a/recipes-bsp/dsptop/dsptop.inc b/recipes-bsp/dsptop/dsptop.inc index 5897f25..8d23ad0 100644 --- a/recipes-bsp/dsptop/dsptop.inc +++ b/recipes-bsp/dsptop/dsptop.inc @@ -1,7 +1,7 @@ # This corresponds to version 1.2.0 -SRCREV = "9893486936626e2d3de721f429a67fcac8a68151" +SRCREV = "edf5670075cf6cf42f46654d284f9f78c1c123a1" PV = "1.2.0" -INC_PR = "r0" +INC_PR = "r1" SRC_URI = "git://git.ti.com/sdo-emu/dsptop.git;protocol=git;branch=${BRANCH}"