1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-31 07:50:52 +00:00

netapi: Use INC_PR

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Jacob Stiffler
2016-01-30 01:38:07 +00:00
committed by Denys Dmytriyenko
parent 0d7f26f111
commit a2abb468cd
3 changed files with 5 additions and 1 deletions
+2
View File
@@ -4,6 +4,8 @@ DEPENDS = "netapi ipsecmgr"
include netapi.inc
PR = "${INC_PR}.0"
EXTRA_OEMAKE = "PDK_INSTALL_PATH=${STAGING_INCDIR}"
do_compile () {
+1 -1
View File
@@ -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"
+2
View File
@@ -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 () {