From 2aadb3d5c0263b4a07d77d4cb0efdc7f226fe4ba Mon Sep 17 00:00:00 2001 From: Jacob Stiffler Date: Wed, 4 Nov 2015 01:47:29 +0000 Subject: sa-lld-test: Only build binaries relevent to the machine Signed-off-by: Jacob Stiffler Signed-off-by: Denys Dmytriyenko --- recipes-bsp/sa-lld/sa-lld-test_git.bb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'recipes-bsp/sa-lld') 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" 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" -- cgit v1.2.3-54-g00ecf