diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-02-02 03:16:45 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-02-01 17:08:36 -0500 |
commit | 1f1a613d752167264abcf01c697e2d77f6055cbc (patch) | |
tree | e4820e599e87273dc9bce48cfce170723a631196 /recipes-bsp/dsptop | |
parent | 504c5919e7374cd4e92cfa84d6fba626209e72ed (diff) | |
download | meta-ti-1f1a613d752167264abcf01c697e2d77f6055cbc.tar.gz |
dsptop: Bump SRCREV to the latest
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/dsptop')
-rw-r--r-- | recipes-bsp/dsptop/debugss-module-drv_git.bb | 2 | ||||
-rw-r--r-- | 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 6856d60e..bf7da440 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" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=9d4316fe434ba450dca4da25348ca5a3" | 3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=9d4316fe434ba450dca4da25348ca5a3" |
4 | 4 | ||
5 | # This package builds a kernel module, use kernel PR as base and append a local | 5 | # This package builds a kernel module, use kernel PR as base and append a local |
6 | MACHINE_KERNEL_PR_append = "b" | 6 | MACHINE_KERNEL_PR_append = "c" |
7 | PR = "${MACHINE_KERNEL_PR}" | 7 | PR = "${MACHINE_KERNEL_PR}" |
8 | PV_append = "+git${SRCPV}" | 8 | PV_append = "+git${SRCPV}" |
9 | 9 | ||
diff --git a/recipes-bsp/dsptop/dsptop.inc b/recipes-bsp/dsptop/dsptop.inc index 5897f25b..8d23ad04 100644 --- a/recipes-bsp/dsptop/dsptop.inc +++ b/recipes-bsp/dsptop/dsptop.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | # This corresponds to version 1.2.0 | 1 | # This corresponds to version 1.2.0 |
2 | SRCREV = "9893486936626e2d3de721f429a67fcac8a68151" | 2 | SRCREV = "edf5670075cf6cf42f46654d284f9f78c1c123a1" |
3 | PV = "1.2.0" | 3 | PV = "1.2.0" |
4 | INC_PR = "r0" | 4 | INC_PR = "r1" |
5 | 5 | ||
6 | SRC_URI = "git://git.ti.com/sdo-emu/dsptop.git;protocol=git;branch=${BRANCH}" | 6 | SRC_URI = "git://git.ti.com/sdo-emu/dsptop.git;protocol=git;branch=${BRANCH}" |
7 | 7 | ||