summaryrefslogtreecommitdiffstats
path: root/recipes-ti/netapi/netapi.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/netapi/netapi.inc')
-rw-r--r--recipes-ti/netapi/netapi.inc16
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 @@
1LICENSE = "BSD-3-Clause"
2LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING.txt;md5=f2b4f162358b1ffaf3f2307287ca2074"
3
4BRANCH = "master"
5SRC_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"
8SRCREV= "dc08af268200908d3d8a456ac852c65c53d2fd12"
9PV = "01.01.00.04"
10
11DEVICELIST = "k2h k2k k2l k2e"
12
13CHOICELIST = "yes no"
14
15BASEDIR = "${WORKDIR}/git"
16S = "${BASEDIR}/ti/runtime/netapi"