diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-07-12 19:44:52 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-07-19 21:42:06 -0400 |
commit | 91490ee0d84bdbe08969dfd472e3767e62b7c79b (patch) | |
tree | 0cc6923d061934ff7ab7aa8e42670e458fae3c57 /recipes-ti | |
parent | d12c6b3df98712302b486dc776fc44ab6f23d49e (diff) | |
download | meta-ti-91490ee0d84bdbe08969dfd472e3767e62b7c79b.tar.gz |
netapi: Upgrade to version 1.1.0.7
* update DT path to rxqueue
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r-- | recipes-ti/netapi/netapi.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-ti/netapi/netapi.inc b/recipes-ti/netapi/netapi.inc index 7ce8f19a..3490cb7f 100644 --- a/recipes-ti/netapi/netapi.inc +++ b/recipes-ti/netapi/netapi.inc | |||
@@ -13,15 +13,15 @@ NETAPI_GIT_URI = "git://git.ti.com/keystone-rtos/netapi.git" | |||
13 | NETAPI_GIT_PROTOCOL = "git" | 13 | NETAPI_GIT_PROTOCOL = "git" |
14 | NETAPI_GIT_BRANCH = "master" | 14 | NETAPI_GIT_BRANCH = "master" |
15 | 15 | ||
16 | # Below Commit ID corresponds to "DEV.NETAPI.01.01.00.06" | 16 | # Below Commit ID corresponds to "DEV.NETAPI.01.01.00.07" |
17 | NETAPI_SRCREV = "8180b61615965954eaaedc26053f9a8939d9a273" | 17 | NETAPI_SRCREV = "50026020384737d253668c4be80745a3653106f8" |
18 | 18 | ||
19 | BRANCH = "${NETAPI_GIT_BRANCH}" | 19 | BRANCH = "${NETAPI_GIT_BRANCH}" |
20 | SRC_URI = "${NETAPI_GIT_URI};protocol=${NETAPI_GIT_PROTOCOL};branch=${BRANCH}" | 20 | SRC_URI = "${NETAPI_GIT_URI};protocol=${NETAPI_GIT_PROTOCOL};branch=${BRANCH}" |
21 | SRCREV = "${NETAPI_SRCREV}" | 21 | SRCREV = "${NETAPI_SRCREV}" |
22 | 22 | ||
23 | PV = "01.01.00.06" | 23 | PV = "01.01.00.07" |
24 | INC_PR = "r5" | 24 | INC_PR = "r0" |
25 | 25 | ||
26 | DEVICELIST_k2hk-evm = "k2h k2k" | 26 | DEVICELIST_k2hk-evm = "k2h k2k" |
27 | DEVICELIST_k2l-evm = "k2l" | 27 | DEVICELIST_k2l-evm = "k2l" |