[meta-ti] [PATCH 08/27] hplib: Only build binaries relevent to the machine

Jacob Stiffler j-stiffler at ti.com
Tue Nov 3 11:47:14 PST 2015


Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
---
 recipes-bsp/hplib/hplib.inc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/recipes-bsp/hplib/hplib.inc b/recipes-bsp/hplib/hplib.inc
index 7ed47a5..e5fe567 100644
--- a/recipes-bsp/hplib/hplib.inc
+++ b/recipes-bsp/hplib/hplib.inc
@@ -1,6 +1,9 @@
 COMPATIBLE_MACHINE = "keystone"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
 
-DEVICELIST = "k2h k2k k2l k2e"
+DEVICELIST_k2hk-evm = "k2h k2k"
+DEVICELIST_k2l-evm  = "k2l"
+DEVICELIST_k2e-evm  = "k2e"
 
 HPLIB_GIT_URI = "git://git.ti.com/keystone-rtos/hplib.git"
 HPLIB_GIT_PROTOCOL = "git"
-- 
1.9.1



More information about the meta-ti mailing list