diff options
| author | Jacob Stiffler <j-stiffler@ti.com> | 2016-01-30 01:38:07 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2016-02-01 17:08:27 -0500 |
| commit | a2abb468cddf97a0b9dd1241616d140bdaa0511d (patch) | |
| tree | 9451c9207009d61420f0a2aa41eb6f5b1769f681 | |
| parent | 0d7f26f1112e77d652825630fd3c9a6fab46b1cc (diff) | |
| download | meta-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>
| -rw-r--r-- | recipes-ti/netapi/netapi-test_git.bb | 2 | ||||
| -rw-r--r-- | recipes-ti/netapi/netapi.inc | 2 | ||||
| -rw-r--r-- | 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 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 | ||
| 5 | include netapi.inc | 5 | include netapi.inc |
| 6 | 6 | ||
| 7 | PR = "${INC_PR}.0" | ||
| 8 | |||
| 7 | EXTRA_OEMAKE = "PDK_INSTALL_PATH=${STAGING_INCDIR}" | 9 | EXTRA_OEMAKE = "PDK_INSTALL_PATH=${STAGING_INCDIR}" |
| 8 | 10 | ||
| 9 | do_compile () { | 11 | do_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" |
| 8 | SRCREV = "8180b61615965954eaaedc26053f9a8939d9a273" | 8 | SRCREV = "8180b61615965954eaaedc26053f9a8939d9a273" |
| 9 | PV = "01.01.00.06" | 9 | PV = "01.01.00.06" |
| 10 | PR = "r1" | 10 | INC_PR = "r2" |
| 11 | 11 | ||
| 12 | DEVICELIST = "k2h k2k k2l k2e" | 12 | DEVICELIST = "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 | ||
| 7 | include netapi.inc | 7 | include netapi.inc |
| 8 | 8 | ||
| 9 | PR = "${INC_PR}.0" | ||
| 10 | |||
| 9 | EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}" | 11 | EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}" |
| 10 | 12 | ||
| 11 | do_compile () { | 13 | do_compile () { |
