1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-27 14:28:05 +00:00

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>
This commit is contained in:
Sam Nelson
2015-02-27 00:08:25 +00:00
committed by Denys Dmytriyenko
parent 1547003eb4
commit 40cd328669
3 changed files with 97 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING.txt;md5=f2b4f162358b1ffaf3f2307287ca2074"
BRANCH = "master"
SRC_URI = "git://git.ti.com/keystone-rtos/netapi.git;protocol=git;branch=${BRANCH}"
# Below Commit ID corresponds to "DEV.NETAPI.01.01.00.04"
SRCREV= "dc08af268200908d3d8a456ac852c65c53d2fd12"
PV = "01.01.00.04"
DEVICELIST = "k2h k2k k2l k2e"
CHOICELIST = "yes no"
BASEDIR = "${WORKDIR}/git"
S = "${BASEDIR}/ti/runtime/netapi"