[meta-ti] Jacob Stiffler : hplib: Only build binaries relevent to the machine

Arago Project git git at arago-project.org
Wed Nov 4 06:57:59 PST 2015


Module: meta-ti
Branch: fido
Commit: 8abca6b3d0e331d031393422f5dd8d9538247a65
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=8abca6b3d0e331d031393422f5dd8d9538247a65

Author: Jacob Stiffler <j-stiffler at ti.com>
Date:   Wed Nov  4 01:47:14 2015 +0000

hplib: Only build binaries relevent to the machine

Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 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 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"



More information about the meta-ti mailing list