summaryrefslogtreecommitdiffstats
path: root/recipes-ti/netapi
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-01-30 01:38:07 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-02-01 17:08:27 -0500
commita2abb468cddf97a0b9dd1241616d140bdaa0511d (patch)
tree9451c9207009d61420f0a2aa41eb6f5b1769f681 /recipes-ti/netapi
parent0d7f26f1112e77d652825630fd3c9a6fab46b1cc (diff)
downloadmeta-ti-a2abb468cddf97a0b9dd1241616d140bdaa0511d.tar.gz
netapi: Use INC_PR
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/netapi')
-rw-r--r--recipes-ti/netapi/netapi-test_git.bb2
-rw-r--r--recipes-ti/netapi/netapi.inc2
-rw-r--r--recipes-ti/netapi/netapi_git.bb2
3 files changed, 5 insertions, 1 deletions
diff --git a/recipes-ti/netapi/netapi-test_git.bb b/recipes-ti/netapi/netapi-test_git.bb
index 9d49c294..1347d346 100644
--- a/recipes-ti/netapi/netapi-test_git.bb
+++ b/recipes-ti/netapi/netapi-test_git.bb
@@ -4,6 +4,8 @@ DEPENDS = "netapi ipsecmgr"
4 4
5include netapi.inc 5include netapi.inc
6 6
7PR = "${INC_PR}.0"
8
7EXTRA_OEMAKE = "PDK_INSTALL_PATH=${STAGING_INCDIR}" 9EXTRA_OEMAKE = "PDK_INSTALL_PATH=${STAGING_INCDIR}"
8 10
9do_compile () { 11do_compile () {
diff --git a/recipes-ti/netapi/netapi.inc b/recipes-ti/netapi/netapi.inc
index f7e53936..e497b1a0 100644
--- a/recipes-ti/netapi/netapi.inc
+++ b/recipes-ti/netapi/netapi.inc
@@ -7,7 +7,7 @@ SRC_URI = "git://git.ti.com/keystone-rtos/netapi.git;protocol=git;branch=${BRANC
7# Below Commit ID corresponds to "DEV.NETAPI.01.01.00.06" 7# Below Commit ID corresponds to "DEV.NETAPI.01.01.00.06"
8SRCREV = "8180b61615965954eaaedc26053f9a8939d9a273" 8SRCREV = "8180b61615965954eaaedc26053f9a8939d9a273"
9PV = "01.01.00.06" 9PV = "01.01.00.06"
10PR = "r1" 10INC_PR = "r2"
11 11
12DEVICELIST = "k2h k2k k2l k2e" 12DEVICELIST = "k2h k2k k2l k2e"
13 13
diff --git a/recipes-ti/netapi/netapi_git.bb b/recipes-ti/netapi/netapi_git.bb
index d88e95ab..298a86fe 100644
--- a/recipes-ti/netapi/netapi_git.bb
+++ b/recipes-ti/netapi/netapi_git.bb
@@ -6,6 +6,8 @@ DEPENDS = "common-csl-ip rm-lld qmss-lld cppi-lld sa-lld hplib pktlib nwal-lld"
6 6
7include netapi.inc 7include netapi.inc
8 8
9PR = "${INC_PR}.0"
10
9EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}" 11EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}"
10 12
11do_compile () { 13do_compile () {