summaryrefslogtreecommitdiffstats
path: root/recipes-ti/netapi/netapi.inc
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.inc
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.inc')
-rw-r--r--recipes-ti/netapi/netapi.inc9
1 files changed, 7 insertions, 2 deletions
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