summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-03-21 19:16:03 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-03-21 20:42:53 +0000
commit67186183f8fba4959226813e4ad5114ad5420159 (patch)
tree8a6a5ee787ec9895b0d2b8536355fa4eaba80179
parent311fae4c94c88c63678bd303a6525a499a7635e3 (diff)
downloadmeta-ti-67186183f8fba4959226813e4ad5114ad5420159.tar.gz
starterware:SRCREV update to 02.01.01.10, added dependency to ti-xdctools-native
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/starterware/starterware-rtos_git.bb2
-rw-r--r--recipes-bsp/starterware/starterware.inc6
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/starterware/starterware-rtos_git.bb b/recipes-bsp/starterware/starterware-rtos_git.bb
index b846c047..5e3535e9 100644
--- a/recipes-bsp/starterware/starterware-rtos_git.bb
+++ b/recipes-bsp/starterware/starterware-rtos_git.bb
@@ -1,6 +1,6 @@
1require starterware.inc 1require starterware.inc
2 2
3DEPENDS = "gcc-arm-none-eabi-native ti-pdk-build-rtos" 3DEPENDS = "gcc-arm-none-eabi-native ti-pdk-build-rtos ti-xdctools-native"
4 4
5require recipes-ti/includes/ti-paths.inc 5require recipes-ti/includes/ti-paths.inc
6 6
diff --git a/recipes-bsp/starterware/starterware.inc b/recipes-bsp/starterware/starterware.inc
index 70aa49cb..f77e5dde 100644
--- a/recipes-bsp/starterware/starterware.inc
+++ b/recipes-bsp/starterware/starterware.inc
@@ -8,14 +8,14 @@ STARTERWARE_GIT_URI = "git://git.ti.com/keystone-rtos/starterware.git"
8STARTERWARE_GIT_PROTOCOL = "git" 8STARTERWARE_GIT_PROTOCOL = "git"
9STARTERWARE_GIT_BRANCH = "master" 9STARTERWARE_GIT_BRANCH = "master"
10 10
11# Below commit ID corresponds to "DEV.STARTERWARE.PROCSDK.02.01.01.09" 11# Below commit ID corresponds to "DEV.STARTERWARE.PROCSDK.02.01.01.10"
12STARTERWARE_SRCREV = "2206e5f0cf6252d3d49041639e7b80c56a98387b" 12STARTERWARE_SRCREV = "15b7839d4fe9bfb7188025c3710ea9d7c4118309"
13 13
14BRANCH = "${STARTERWARE_GIT_BRANCH}" 14BRANCH = "${STARTERWARE_GIT_BRANCH}"
15SRC_URI = "${STARTERWARE_GIT_URI};protocol=${STARTERWARE_GIT_PROTOCOL};branch=${BRANCH}" 15SRC_URI = "${STARTERWARE_GIT_URI};protocol=${STARTERWARE_GIT_PROTOCOL};branch=${BRANCH}"
16 16
17SRCREV = "${STARTERWARE_SRCREV}" 17SRCREV = "${STARTERWARE_SRCREV}"
18PV = "02.01.01.09" 18PV = "02.01.01.10"
19INC_PR = "r0" 19INC_PR = "r0"
20 20
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"