summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-01-27 03:16:51 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-01-27 15:54:34 -0500
commit354ef246e34ad6bb336f229c8a4b0fe34ce94337 (patch)
tree210ea64a4d968dd89360cb9cf7b7fa337d52e733 /recipes-devtools
parentac917dc7863b37b4390746e22df32294de7728c1 (diff)
downloadmeta-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.inc7
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
2SRCREV = "1ab06f8bcfe7540754558bac331a0312c4b59142" 2SRCREV = "1ab06f8bcfe7540754558bac331a0312c4b59142"
3SRCREV_keystone = "913f18db6325e08f634be6dda91f57fb0ec8c838"
4
3PV = "1.1.0" 5PV = "1.1.0"
4INC_PR = "r0" 6INC_PR = "r1"
5 7
6SRC_URI = "git://git.ti.com/sdo-emu/gdbc6x.git;protocol=git;branch=${BRANCH}" 8SRC_URI = "git://git.ti.com/sdo-emu/gdbc6x.git;protocol=git;branch=${BRANCH}"
7 9
8BRANCH = "master" 10BRANCH = "master"
11BRANCH_keystone = "k2h"
12
13PACKAGE_ARCH = "${MACHINE_ARCH}"