diff options
Diffstat (limited to 'recipes-bsp/starterware/starterware.inc')
-rw-r--r-- | recipes-bsp/starterware/starterware.inc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-bsp/starterware/starterware.inc b/recipes-bsp/starterware/starterware.inc new file mode 100644 index 00000000..c5d76559 --- /dev/null +++ b/recipes-bsp/starterware/starterware.inc | |||
@@ -0,0 +1,21 @@ | |||
1 | LICENSE = "BSD-3-Clause" | ||
2 | LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=35;md5=286cbb5dce3e348294b6b025cff969b3" | ||
3 | |||
4 | COMPATIBLE_MACHINE = "ti33x|ti43x" | ||
5 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
6 | |||
7 | STARTERWARE_GIT_URI = "git://git.ti.com/keystone-rtos/starterware.git" | ||
8 | STARTERWARE_GIT_PROTOCOL = "git" | ||
9 | STARTERWARE_GIT_BRANCH = "master" | ||
10 | |||
11 | # Below commit ID corresponds to "DEV.STARTERWARE.PROCSDK.02.01.01.03A" | ||
12 | STARTERWARE_SRCREV = "08f65ae3d5ccd19fbaf36040a99de971b685d144" | ||
13 | |||
14 | BRANCH = "${STARTERWARE_GIT_BRANCH}" | ||
15 | SRC_URI = "${STARTERWARE_GIT_URI};protocol=${STARTERWARE_GIT_PROTOCOL};branch=${BRANCH}" | ||
16 | |||
17 | SRCREV = "${STARTERWARE_SRCREV}" | ||
18 | PV = "02.01.01.03A" | ||
19 | INC_PR = "r0" | ||
20 | |||
21 | S = "${WORKDIR}/git" | ||