diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-03-23 01:19:29 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-03-22 15:20:56 -0400 |
commit | 491f3bc8a9c801ddfa171dceb2a91c3e555eb376 (patch) | |
tree | 0e15c317745ce544dbd3334116176bed57c93106 /recipes-devtools | |
parent | d90c889953d5e9be27340d0c13b5b06b326e320b (diff) | |
download | meta-ti-491f3bc8a9c801ddfa171dceb2a91c3e555eb376.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>
Diffstat (limited to 'recipes-devtools')
-rw-r--r-- | recipes-devtools/gdbc6x/gdbc6x.inc | 8 |
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 |
2 | SRCREV = "1ab06f8bcfe7540754558bac331a0312c4b59142" | 2 | SRCREV = "653f7d0a345bede0542326090b622b885545c712" |
3 | SRCREV_keystone = "913f18db6325e08f634be6dda91f57fb0ec8c838" | ||
4 | 3 | ||
5 | PV = "1.1.0" | 4 | PV = "1.1.0" |
6 | INC_PR = "r1" | 5 | INC_PR = "r2" |
7 | 6 | ||
8 | SRC_URI = "git://git.ti.com/sdo-emu/gdbc6x.git;protocol=git;branch=${BRANCH}" | 7 | SRC_URI = "git://git.ti.com/sdo-emu/gdbc6x.git;protocol=git;branch=${BRANCH}" |
9 | 8 | ||
10 | BRANCH = "master" | 9 | BRANCH = "master" |
11 | BRANCH_keystone = "k2h" | ||
12 | |||
13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||