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.inc | |
| 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.inc')
| -rw-r--r-- | recipes-ti/netapi/netapi.inc | 9 |
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 @@ | |||
| 1 | LICENSE = "BSD-3-Clause" | 1 | LICENSE = "BSD-3-Clause" |
| 2 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING.txt;md5=f2b4f162358b1ffaf3f2307287ca2074" | 2 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING.txt;md5=f2b4f162358b1ffaf3f2307287ca2074" |
| 3 | 3 | ||
| 4 | COMPATIBLE_MACHINE = "keystone" | ||
| 5 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 6 | |||
| 4 | BRANCH = "master" | 7 | BRANCH = "master" |
| 5 | SRC_URI = "git://git.ti.com/keystone-rtos/netapi.git;protocol=git;branch=${BRANCH}" | 8 | SRC_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" |
| 8 | SRCREV = "8180b61615965954eaaedc26053f9a8939d9a273" | 11 | SRCREV = "8180b61615965954eaaedc26053f9a8939d9a273" |
| 9 | PV = "01.01.00.06" | 12 | PV = "01.01.00.06" |
| 10 | INC_PR = "r2" | 13 | INC_PR = "r3" |
| 11 | 14 | ||
| 12 | DEVICELIST = "k2h k2k k2l k2e" | 15 | DEVICELIST_k2hk-evm = "k2h k2k" |
| 16 | DEVICELIST_k2l-evm = "k2l" | ||
| 17 | DEVICELIST_k2e-evm = "k2e" | ||
| 13 | 18 | ||
| 14 | CHOICELIST = "yes no" | 19 | CHOICELIST = "yes no" |
| 15 | 20 | ||
