1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-17 06:48:07 +00:00

netapi: Only build binaries relevent to the machine

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:08 +00:00
committed by Denys Dmytriyenko
parent 4260a73511
commit 86d9d577b7
3 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
DESCRIPTION = "Provides test and application binaries using NETAPI module"
COMPATIBLE_MACHINE = "keystone"
DEPENDS = "netapi ipsecmgr"
include netapi.inc
PR = "${INC_PR}.0"
PR = "${INC_PR}.1"
EXTRA_OEMAKE = "PDK_INSTALL_PATH=${STAGING_INCDIR}"