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:
committed by
Denys Dmytriyenko
parent
0d7f26f111
commit
a2abb468cd
@@ -4,6 +4,8 @@ DEPENDS = "netapi ipsecmgr"
|
||||
|
||||
include netapi.inc
|
||||
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
EXTRA_OEMAKE = "PDK_INSTALL_PATH=${STAGING_INCDIR}"
|
||||
|
||||
do_compile () {
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user