summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-03-23 01:19:29 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-03-22 15:20:50 -0400
commit2317e1f5134b36fcc8d7127a85ed9e08a2d162d4 (patch)
treed3e99779f05418a64bc7308bddb64058cbd64d96
parentd61898a2685099bb2a6cbea1b8a01d7cdb7a6ea6 (diff)
downloadmeta-ti-2317e1f5134b36fcc8d7127a85ed9e08a2d162d4.tar.gz
gdbc6x: Bump SRCREV so that all machines use same branch
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-devtools/gdbc6x/gdbc6x.inc8
1 files changed, 2 insertions, 6 deletions
diff --git a/recipes-devtools/gdbc6x/gdbc6x.inc b/recipes-devtools/gdbc6x/gdbc6x.inc
index 4513a91f..4d77117d 100644
--- a/recipes-devtools/gdbc6x/gdbc6x.inc
+++ b/recipes-devtools/gdbc6x/gdbc6x.inc
@@ -1,13 +1,9 @@
1# This corresponds to version 1.1.0 1# This corresponds to version 1.1.0
2SRCREV = "1ab06f8bcfe7540754558bac331a0312c4b59142" 2SRCREV = "653f7d0a345bede0542326090b622b885545c712"
3SRCREV_keystone = "913f18db6325e08f634be6dda91f57fb0ec8c838"
4 3
5PV = "1.1.0" 4PV = "1.1.0"
6INC_PR = "r1" 5INC_PR = "r2"
7 6
8SRC_URI = "git://git.ti.com/sdo-emu/gdbc6x.git;protocol=git;branch=${BRANCH}" 7SRC_URI = "git://git.ti.com/sdo-emu/gdbc6x.git;protocol=git;branch=${BRANCH}"
9 8
10BRANCH = "master" 9BRANCH = "master"
11BRANCH_keystone = "k2h"
12
13PACKAGE_ARCH = "${MACHINE_ARCH}"