summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/sa-lld/sa-lld-test_git.bb8
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
5include sa-lld.inc 5include sa-lld.inc
6 6
7PR = "${INC_PR}.0" 7PR = "${INC_PR}.1"
8 8
9DEVICELIST = "k2h k2k k2l k2e" 9PACKAGE_ARCH = "${MACHINE_ARCH}"
10
11DEVICELIST_k2hk-evm = "k2h k2k"
12DEVICELIST_k2l-evm = "k2l"
13DEVICELIST_k2e-evm = "k2e"
10 14
11CHOICELIST = "no yes" 15CHOICELIST = "no yes"
12 16