summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/hyplnk-lld/hyplnk-lld.inc
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2015-11-04 01:47:16 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-11-04 09:57:38 -0500
commitf905be96ee3b8ca3298a11681df695994dad6657 (patch)
tree1541cf7a3de1a9f72502ad50f1db8424d9dfb3de /recipes-bsp/hyplnk-lld/hyplnk-lld.inc
parent41ee00c8f168650068215b0ecfde2b59096258f7 (diff)
downloadmeta-ti-f905be96ee3b8ca3298a11681df695994dad6657.tar.gz
hyplnk-lld: Only build binaries relevent to the machine
* Due to this change, the init script is no longer needed Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/hyplnk-lld/hyplnk-lld.inc')
-rw-r--r--recipes-bsp/hyplnk-lld/hyplnk-lld.inc9
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes-bsp/hyplnk-lld/hyplnk-lld.inc b/recipes-bsp/hyplnk-lld/hyplnk-lld.inc
index 09fec453..ecd68e9c 100644
--- a/recipes-bsp/hyplnk-lld/hyplnk-lld.inc
+++ b/recipes-bsp/hyplnk-lld/hyplnk-lld.inc
@@ -1,7 +1,8 @@
1DESCRIPTION = "TI Hyperlink Low Level Driver" 1DESCRIPTION = "TI Hyperlink Low Level Driver"
2LICENSE = "BSD-3-Clause" 2LICENSE = "BSD-3-Clause"
3 3
4COMPATIBLE_MACHINE = "keystone" 4COMPATIBLE_MACHINE = "k2hk-evm|k2e-evm"
5PACKAGE_ARCH = "${MACHINE_ARCH}"
5 6
6LLDNAME="hyplnk" 7LLDNAME="hyplnk"
7 8
@@ -22,9 +23,7 @@ SRCREV = "${HYPLNK_SRCREV}"
22PV = "2.1.0.5" 23PV = "2.1.0.5"
23INC_PR = "r2" 24INC_PR = "r2"
24 25
25DEVICELIST = " k2h \ 26DEVICELIST_k2hk-evm = "k2h k2k"
26 k2k \ 27DEVICELIST_k2e-evm = "k2e"
27 k2e \
28"
29 28
30S = "${WORKDIR}/${HYPLNK_GIT_DESTSUFFIX}" 29S = "${WORKDIR}/${HYPLNK_GIT_DESTSUFFIX}"