summaryrefslogtreecommitdiffstats
path: root/recipes-ti
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
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')
-rw-r--r--recipes-ti/netapi/netapi-test_git.bb4
-rw-r--r--recipes-ti/netapi/netapi.inc9
-rw-r--r--recipes-ti/netapi/netapi_git.bb4
3 files changed, 10 insertions, 7 deletions
diff --git a/recipes-ti/netapi/netapi-test_git.bb b/recipes-ti/netapi/netapi-test_git.bb
index 1347d346..3b7825c9 100644
--- a/recipes-ti/netapi/netapi-test_git.bb
+++ b/recipes-ti/netapi/netapi-test_git.bb
@@ -1,10 +1,10 @@
1DESCRIPTION = "Provides test and application binaries using NETAPI module" 1DESCRIPTION = "Provides test and application binaries using NETAPI module"
2COMPATIBLE_MACHINE = "keystone" 2
3DEPENDS = "netapi ipsecmgr" 3DEPENDS = "netapi ipsecmgr"
4 4
5include netapi.inc 5include netapi.inc
6 6
7PR = "${INC_PR}.0" 7PR = "${INC_PR}.1"
8 8
9EXTRA_OEMAKE = "PDK_INSTALL_PATH=${STAGING_INCDIR}" 9EXTRA_OEMAKE = "PDK_INSTALL_PATH=${STAGING_INCDIR}"
10 10
diff --git a/recipes-ti/netapi/netapi.inc b/recipes-ti/netapi/netapi.inc
index e497b1a0..0e7b04b8 100644
--- a/recipes-ti/netapi/netapi.inc
+++ b/recipes-ti/netapi/netapi.inc
@@ -1,15 +1,20 @@
1LICENSE = "BSD-3-Clause" 1LICENSE = "BSD-3-Clause"
2LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING.txt;md5=f2b4f162358b1ffaf3f2307287ca2074" 2LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING.txt;md5=f2b4f162358b1ffaf3f2307287ca2074"
3 3
4COMPATIBLE_MACHINE = "keystone"
5PACKAGE_ARCH = "${MACHINE_ARCH}"
6
4BRANCH = "master" 7BRANCH = "master"
5SRC_URI = "git://git.ti.com/keystone-rtos/netapi.git;protocol=git;branch=${BRANCH}" 8SRC_URI = "git://git.ti.com/keystone-rtos/netapi.git;protocol=git;branch=${BRANCH}"
6 9
7# Below Commit ID corresponds to "DEV.NETAPI.01.01.00.06" 10# Below Commit ID corresponds to "DEV.NETAPI.01.01.00.06"
8SRCREV = "8180b61615965954eaaedc26053f9a8939d9a273" 11SRCREV = "8180b61615965954eaaedc26053f9a8939d9a273"
9PV = "01.01.00.06" 12PV = "01.01.00.06"
10INC_PR = "r2" 13INC_PR = "r3"
11 14
12DEVICELIST = "k2h k2k k2l k2e" 15DEVICELIST_k2hk-evm = "k2h k2k"
16DEVICELIST_k2l-evm = "k2l"
17DEVICELIST_k2e-evm = "k2e"
13 18
14CHOICELIST = "yes no" 19CHOICELIST = "yes no"
15 20
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