mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-23 12:26:59 +00:00
a9cac6d38b
- Fixes issues with parallel builds Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
17 lines
468 B
PHP
17 lines
468 B
PHP
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.06"
|
|
SRCREV = "42eefef1b4bdc659fc8fc42e8f2bc74a4b155265"
|
|
PV = "01.01.00.06"
|
|
|
|
DEVICELIST = "k2h k2k k2l k2e"
|
|
|
|
CHOICELIST = "yes no"
|
|
|
|
BASEDIR = "${WORKDIR}/git"
|
|
S = "${BASEDIR}/ti/runtime/netapi"
|