From 8abca6b3d0e331d031393422f5dd8d9538247a65 Mon Sep 17 00:00:00 2001 From: Jacob Stiffler Date: Wed, 4 Nov 2015 01:47:14 +0000 Subject: [PATCH] hplib: Only build binaries relevent to the machine Signed-off-by: Jacob Stiffler Signed-off-by: Denys Dmytriyenko --- 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 7ed47a56..e5fe5670 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"