[meta-ti] Jacob Stiffler : sa-lld-test: Only build binaries relevent to the machine
Arago Project git
git at arago-project.org
Wed Nov 4 07:03:53 PST 2015
Module: meta-ti
Branch: master
Commit: 2aadb3d5c0263b4a07d77d4cb0efdc7f226fe4ba
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=2aadb3d5c0263b4a07d77d4cb0efdc7f226fe4ba
Author: Jacob Stiffler <j-stiffler at ti.com>
Date: Wed Nov 4 01:47:29 2015 +0000
sa-lld-test: 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/sa-lld/sa-lld-test_git.bb | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/recipes-bsp/sa-lld/sa-lld-test_git.bb b/recipes-bsp/sa-lld/sa-lld-test_git.bb
index 4f74ab6..eeab6ff 100644
--- a/recipes-bsp/sa-lld/sa-lld-test_git.bb
+++ b/recipes-bsp/sa-lld/sa-lld-test_git.bb
@@ -4,9 +4,13 @@ DEPENDS = "common-csl-ip cppi-lld qmss-lld pa-lld sa-lld"
include sa-lld.inc
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
-DEVICELIST = "k2h k2k k2l k2e"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+DEVICELIST_k2hk-evm = "k2h k2k"
+DEVICELIST_k2l-evm = "k2l"
+DEVICELIST_k2e-evm = "k2e"
CHOICELIST = "no yes"
More information about the meta-ti
mailing list