diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2015-11-04 01:47:14 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-11-04 09:57:18 -0500 |
commit | d5627fa3d74046850099421522e307fdd0ab9363 (patch) | |
tree | c8515541f1afe3fd3fd3427d8b08a1cd467d9469 /recipes-bsp | |
parent | 20f7def0e4a9af82455b92a534fa83bd1cc09b6c (diff) | |
download | meta-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.inc | 5 |
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 @@ | |||
1 | COMPATIBLE_MACHINE = "keystone" | 1 | COMPATIBLE_MACHINE = "keystone" |
2 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
2 | 3 | ||
3 | DEVICELIST = "k2h k2k k2l k2e" | 4 | DEVICELIST_k2hk-evm = "k2h k2k" |
5 | DEVICELIST_k2l-evm = "k2l" | ||
6 | DEVICELIST_k2e-evm = "k2e" | ||
4 | 7 | ||
5 | HPLIB_GIT_URI = "git://git.ti.com/keystone-rtos/hplib.git" | 8 | HPLIB_GIT_URI = "git://git.ti.com/keystone-rtos/hplib.git" |
6 | HPLIB_GIT_PROTOCOL = "git" | 9 | HPLIB_GIT_PROTOCOL = "git" |