mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-17 06:48:07 +00:00
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>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
ebc824ffbf
commit
78d5e2a5bf
@@ -1,6 +1,6 @@
|
|||||||
require starterware.inc
|
require starterware.inc
|
||||||
|
|
||||||
DEPENDS = "gcc-arm-none-eabi-native ti-pdk-build-rtos"
|
DEPENDS = "gcc-arm-none-eabi-native ti-pdk-build-rtos ti-xdctools-native"
|
||||||
|
|
||||||
require recipes-ti/includes/ti-paths.inc
|
require recipes-ti/includes/ti-paths.inc
|
||||||
|
|
||||||
|
|||||||
@@ -8,14 +8,14 @@ STARTERWARE_GIT_URI = "git://git.ti.com/keystone-rtos/starterware.git"
|
|||||||
STARTERWARE_GIT_PROTOCOL = "git"
|
STARTERWARE_GIT_PROTOCOL = "git"
|
||||||
STARTERWARE_GIT_BRANCH = "master"
|
STARTERWARE_GIT_BRANCH = "master"
|
||||||
|
|
||||||
# Below commit ID corresponds to "DEV.STARTERWARE.PROCSDK.02.01.01.09"
|
# Below commit ID corresponds to "DEV.STARTERWARE.PROCSDK.02.01.01.10"
|
||||||
STARTERWARE_SRCREV = "2206e5f0cf6252d3d49041639e7b80c56a98387b"
|
STARTERWARE_SRCREV = "15b7839d4fe9bfb7188025c3710ea9d7c4118309"
|
||||||
|
|
||||||
BRANCH = "${STARTERWARE_GIT_BRANCH}"
|
BRANCH = "${STARTERWARE_GIT_BRANCH}"
|
||||||
SRC_URI = "${STARTERWARE_GIT_URI};protocol=${STARTERWARE_GIT_PROTOCOL};branch=${BRANCH}"
|
SRC_URI = "${STARTERWARE_GIT_URI};protocol=${STARTERWARE_GIT_PROTOCOL};branch=${BRANCH}"
|
||||||
|
|
||||||
SRCREV = "${STARTERWARE_SRCREV}"
|
SRCREV = "${STARTERWARE_SRCREV}"
|
||||||
PV = "02.01.01.09"
|
PV = "02.01.01.10"
|
||||||
INC_PR = "r0"
|
INC_PR = "r0"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|||||||
Reference in New Issue
Block a user