summaryrefslogtreecommitdiffstats
path: root/recipes-ti/netapi/netapi_git.bb
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-01-30 01:38:08 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-02-01 17:08:29 -0500
commit504c5919e7374cd4e92cfa84d6fba626209e72ed (patch)
tree5f7bba420dabcae80cf2b5fe911f73ac9eb6c1d0 /recipes-ti/netapi/netapi_git.bb
parenta2abb468cddf97a0b9dd1241616d140bdaa0511d (diff)
downloadmeta-ti-504c5919e7374cd4e92cfa84d6fba626209e72ed.tar.gz
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>
Diffstat (limited to 'recipes-ti/netapi/netapi_git.bb')
-rw-r--r--recipes-ti/netapi/netapi_git.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-ti/netapi/netapi_git.bb b/recipes-ti/netapi/netapi_git.bb
index 298a86fe..4427ecc2 100644
--- a/recipes-ti/netapi/netapi_git.bb
+++ b/recipes-ti/netapi/netapi_git.bb
@@ -1,12 +1,10 @@
1DESCRIPTION = "Provides NETAPI module: TI user space network library" 1DESCRIPTION = "Provides NETAPI module: TI user space network library"
2 2
3COMPATIBLE_MACHINE = "keystone"
4
5DEPENDS = "common-csl-ip rm-lld qmss-lld cppi-lld sa-lld hplib pktlib nwal-lld" 3DEPENDS = "common-csl-ip rm-lld qmss-lld cppi-lld sa-lld hplib pktlib nwal-lld"
6 4
7include netapi.inc 5include netapi.inc
8 6
9PR = "${INC_PR}.0" 7PR = "${INC_PR}.1"
10 8
11EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}" 9EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}"
12 10