diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2015-11-04 01:47:16 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-11-04 09:57:38 -0500 |
commit | f905be96ee3b8ca3298a11681df695994dad6657 (patch) | |
tree | 1541cf7a3de1a9f72502ad50f1db8424d9dfb3de /recipes-bsp/hyplnk-lld/hyplnk-lld.inc | |
parent | 41ee00c8f168650068215b0ecfde2b59096258f7 (diff) | |
download | meta-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.inc | 9 |
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 @@ | |||
1 | DESCRIPTION = "TI Hyperlink Low Level Driver" | 1 | DESCRIPTION = "TI Hyperlink Low Level Driver" |
2 | LICENSE = "BSD-3-Clause" | 2 | LICENSE = "BSD-3-Clause" |
3 | 3 | ||
4 | COMPATIBLE_MACHINE = "keystone" | 4 | COMPATIBLE_MACHINE = "k2hk-evm|k2e-evm" |
5 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
5 | 6 | ||
6 | LLDNAME="hyplnk" | 7 | LLDNAME="hyplnk" |
7 | 8 | ||
@@ -22,9 +23,7 @@ SRCREV = "${HYPLNK_SRCREV}" | |||
22 | PV = "2.1.0.5" | 23 | PV = "2.1.0.5" |
23 | INC_PR = "r2" | 24 | INC_PR = "r2" |
24 | 25 | ||
25 | DEVICELIST = " k2h \ | 26 | DEVICELIST_k2hk-evm = "k2h k2k" |
26 | k2k \ | 27 | DEVICELIST_k2e-evm = "k2e" |
27 | k2e \ | ||
28 | " | ||
29 | 28 | ||
30 | S = "${WORKDIR}/${HYPLNK_GIT_DESTSUFFIX}" | 29 | S = "${WORKDIR}/${HYPLNK_GIT_DESTSUFFIX}" |