summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2015-11-04 01:47:14 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-11-04 09:57:18 -0500
commitd5627fa3d74046850099421522e307fdd0ab9363 (patch)
treec8515541f1afe3fd3fd3427d8b08a1cd467d9469 /recipes-bsp
parent20f7def0e4a9af82455b92a534fa83bd1cc09b6c (diff)
downloadmeta-ti-d5627fa3d74046850099421522e307fdd0ab9363.tar.gz
hplib: 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-bsp')
-rw-r--r--recipes-bsp/hplib/hplib.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-bsp/hplib/hplib.inc b/recipes-bsp/hplib/hplib.inc
index 7ed47a56..e5fe5670 100644
--- a/recipes-bsp/hplib/hplib.inc
+++ b/recipes-bsp/hplib/hplib.inc
@@ -1,6 +1,9 @@
1COMPATIBLE_MACHINE = "keystone" 1COMPATIBLE_MACHINE = "keystone"
2PACKAGE_ARCH = "${MACHINE_ARCH}"
2 3
3DEVICELIST = "k2h k2k k2l k2e" 4DEVICELIST_k2hk-evm = "k2h k2k"
5DEVICELIST_k2l-evm = "k2l"
6DEVICELIST_k2e-evm = "k2e"
4 7
5HPLIB_GIT_URI = "git://git.ti.com/keystone-rtos/hplib.git" 8HPLIB_GIT_URI = "git://git.ti.com/keystone-rtos/hplib.git"
6HPLIB_GIT_PROTOCOL = "git" 9HPLIB_GIT_PROTOCOL = "git"