diff options
| author | Jacob Stiffler <j-stiffler@ti.com> | 2016-01-30 01:38:08 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2016-02-01 17:08:29 -0500 |
| commit | 504c5919e7374cd4e92cfa84d6fba626209e72ed (patch) | |
| tree | 5f7bba420dabcae80cf2b5fe911f73ac9eb6c1d0 /recipes-ti/netapi/netapi_git.bb | |
| parent | a2abb468cddf97a0b9dd1241616d140bdaa0511d (diff) | |
| download | meta-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.bb | 4 |
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 @@ | |||
| 1 | DESCRIPTION = "Provides NETAPI module: TI user space network library" | 1 | DESCRIPTION = "Provides NETAPI module: TI user space network library" |
| 2 | 2 | ||
| 3 | COMPATIBLE_MACHINE = "keystone" | ||
| 4 | |||
| 5 | DEPENDS = "common-csl-ip rm-lld qmss-lld cppi-lld sa-lld hplib pktlib nwal-lld" | 3 | DEPENDS = "common-csl-ip rm-lld qmss-lld cppi-lld sa-lld hplib pktlib nwal-lld" |
| 6 | 4 | ||
| 7 | include netapi.inc | 5 | include netapi.inc |
| 8 | 6 | ||
| 9 | PR = "${INC_PR}.0" | 7 | PR = "${INC_PR}.1" |
| 10 | 8 | ||
| 11 | EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}" | 9 | EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}" |
| 12 | 10 | ||
