[meta-ti] Jacob Stiffler : netapi: Use INC_PR

Arago Project git git at arago-project.org
Mon Feb 1 14:09:03 PST 2016


Module: meta-ti
Branch: master
Commit: a2abb468cddf97a0b9dd1241616d140bdaa0511d
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=a2abb468cddf97a0b9dd1241616d140bdaa0511d

Author: Jacob Stiffler <j-stiffler at ti.com>
Date:   Sat Jan 30 01:38:07 2016 +0000

netapi: Use INC_PR

Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes-ti/netapi/netapi-test_git.bb |    2 ++
 recipes-ti/netapi/netapi.inc         |    2 +-
 recipes-ti/netapi/netapi_git.bb      |    2 ++
 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 9d49c29..1347d34 100644
--- a/recipes-ti/netapi/netapi-test_git.bb
+++ b/recipes-ti/netapi/netapi-test_git.bb
@@ -4,6 +4,8 @@ DEPENDS = "netapi ipsecmgr"
 
 include netapi.inc
 
+PR = "${INC_PR}.0"
+
 EXTRA_OEMAKE = "PDK_INSTALL_PATH=${STAGING_INCDIR}"
 
 do_compile () {
diff --git a/recipes-ti/netapi/netapi.inc b/recipes-ti/netapi/netapi.inc
index f7e5393..e497b1a 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
 # Below Commit ID corresponds to "DEV.NETAPI.01.01.00.06"
 SRCREV = "8180b61615965954eaaedc26053f9a8939d9a273"
 PV = "01.01.00.06"
-PR = "r1"
+INC_PR = "r2"
 
 DEVICELIST = "k2h k2k k2l k2e"
 
diff --git a/recipes-ti/netapi/netapi_git.bb b/recipes-ti/netapi/netapi_git.bb
index d88e95a..298a86f 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"
 
 include netapi.inc
 
+PR = "${INC_PR}.0"
+
 EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}"
 
 do_compile () {



More information about the meta-ti mailing list