diff options
| author | Sam Nelson <sam.nelson@ti.com> | 2015-02-27 00:08:25 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2015-02-26 14:04:15 -0500 |
| commit | 40cd328669c1acdc3ed5d3d66e243c9dcf010328 (patch) | |
| tree | 60063e234e5865e404a0da377f8f499cc7ac6b64 /recipes-ti/netapi/netapi.inc | |
| parent | 1547003eb4425dbbe4db44c51472a763f441cd43 (diff) | |
| download | meta-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.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" | ||
