diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-01-27 03:16:51 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-01-27 15:54:34 -0500 |
commit | 354ef246e34ad6bb336f229c8a4b0fe34ce94337 (patch) | |
tree | 210ea64a4d968dd89360cb9cf7b7fa337d52e733 /recipes-devtools | |
parent | ac917dc7863b37b4390746e22df32294de7728c1 (diff) | |
download | meta-ti-354ef246e34ad6bb336f229c8a4b0fe34ce94337.tar.gz |
gdbc6x: Extend support to keystone SOCs
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 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes-devtools/gdbc6x/gdbc6x.inc b/recipes-devtools/gdbc6x/gdbc6x.inc index 8256127a..4513a91f 100644 --- a/recipes-devtools/gdbc6x/gdbc6x.inc +++ b/recipes-devtools/gdbc6x/gdbc6x.inc | |||
@@ -1,8 +1,13 @@ | |||
1 | # This corresponds to version 1.1.0 | 1 | # This corresponds to version 1.1.0 |
2 | SRCREV = "1ab06f8bcfe7540754558bac331a0312c4b59142" | 2 | SRCREV = "1ab06f8bcfe7540754558bac331a0312c4b59142" |
3 | SRCREV_keystone = "913f18db6325e08f634be6dda91f57fb0ec8c838" | ||
4 | |||
3 | PV = "1.1.0" | 5 | PV = "1.1.0" |
4 | INC_PR = "r0" | 6 | INC_PR = "r1" |
5 | 7 | ||
6 | SRC_URI = "git://git.ti.com/sdo-emu/gdbc6x.git;protocol=git;branch=${BRANCH}" | 8 | SRC_URI = "git://git.ti.com/sdo-emu/gdbc6x.git;protocol=git;branch=${BRANCH}" |
7 | 9 | ||
8 | BRANCH = "master" | 10 | BRANCH = "master" |
11 | BRANCH_keystone = "k2h" | ||
12 | |||
13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||