diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2015-11-04 01:47:29 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-11-04 10:03:23 -0500 |
commit | 2aadb3d5c0263b4a07d77d4cb0efdc7f226fe4ba (patch) | |
tree | 6f8c2ce58ddb958e0ea61143b485862e18bd678b /recipes-bsp | |
parent | 1e37806e858cf6b43216a9b53a1a906612b73188 (diff) | |
download | meta-ti-2aadb3d5c0263b4a07d77d4cb0efdc7f226fe4ba.tar.gz |
sa-lld-test: 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/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 4f74ab67..eeab6ff2 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" | |||
4 | 4 | ||
5 | include sa-lld.inc | 5 | include sa-lld.inc |
6 | 6 | ||
7 | PR = "${INC_PR}.0" | 7 | PR = "${INC_PR}.1" |
8 | 8 | ||
9 | DEVICELIST = "k2h k2k k2l k2e" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | |||
11 | DEVICELIST_k2hk-evm = "k2h k2k" | ||
12 | DEVICELIST_k2l-evm = "k2l" | ||
13 | DEVICELIST_k2e-evm = "k2e" | ||
10 | 14 | ||
11 | CHOICELIST = "no yes" | 15 | CHOICELIST = "no yes" |
12 | 16 | ||