summaryrefslogtreecommitdiffstats
path: root/recipes-ti/netapi/netapi.inc
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2015-02-27 00:08:25 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-02-26 14:04:15 -0500
commit40cd328669c1acdc3ed5d3d66e243c9dcf010328 (patch)
tree60063e234e5865e404a0da377f8f499cc7ac6b64 /recipes-ti/netapi/netapi.inc
parent1547003eb4425dbbe4db44c51472a763f441cd43 (diff)
downloadmeta-ti-40cd328669c1acdc3ed5d3d66e243c9dcf010328.tar.gz
netapi: Add recipe for NETAPI module
- Provide TI user space network library and test code - Supports k2h, k2k, k2l & k2e devices Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
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"