diff options
Diffstat (limited to 'recipes-ti/netapi/netapi.inc')
| -rw-r--r-- | recipes-ti/netapi/netapi.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-ti/netapi/netapi.inc b/recipes-ti/netapi/netapi.inc new file mode 100644 index 00000000..b8d481ab --- /dev/null +++ b/recipes-ti/netapi/netapi.inc | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | LICENSE = "BSD-3-Clause" | ||
| 2 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING.txt;md5=f2b4f162358b1ffaf3f2307287ca2074" | ||
| 3 | |||
| 4 | BRANCH = "master" | ||
| 5 | SRC_URI = "git://git.ti.com/keystone-rtos/netapi.git;protocol=git;branch=${BRANCH}" | ||
| 6 | |||
| 7 | # Below Commit ID corresponds to "DEV.NETAPI.01.01.00.04" | ||
| 8 | SRCREV= "dc08af268200908d3d8a456ac852c65c53d2fd12" | ||
| 9 | PV = "01.01.00.04" | ||
| 10 | |||
| 11 | DEVICELIST = "k2h k2k k2l k2e" | ||
| 12 | |||
| 13 | CHOICELIST = "yes no" | ||
| 14 | |||
| 15 | BASEDIR = "${WORKDIR}/git" | ||
| 16 | S = "${BASEDIR}/ti/runtime/netapi" | ||
