summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/cppi-lld/cppi-lld.inc3
-rw-r--r--recipes-bsp/qmss-lld/qmss-lld.inc3
-rw-r--r--recipes-bsp/traceframework/traceframework_git.bb4
3 files changed, 6 insertions, 4 deletions
diff --git a/recipes-bsp/cppi-lld/cppi-lld.inc b/recipes-bsp/cppi-lld/cppi-lld.inc
index cbcad346..6182973f 100644
--- a/recipes-bsp/cppi-lld/cppi-lld.inc
+++ b/recipes-bsp/cppi-lld/cppi-lld.inc
@@ -17,8 +17,9 @@ SRC_URI = "${CPPI_LLD_GIT_URI};destsuffix=${CPPI_LLD_GIT_DESTSUFFIX};protocol=${
17 17
18SRCREV = "${CPPI_LLD_SRCREV}" 18SRCREV = "${CPPI_LLD_SRCREV}"
19PV = "02.01.00.10" 19PV = "02.01.00.10"
20INC_PR = "r2" 20INC_PR = "r3"
21 21
22DEVICELIST = "k2h k2k k2l k2e"
22DEVICELIST_k2hk-evm = "k2h k2k" 23DEVICELIST_k2hk-evm = "k2h k2k"
23DEVICELIST_k2l-evm = "k2l" 24DEVICELIST_k2l-evm = "k2l"
24DEVICELIST_k2e-evm = "k2e" 25DEVICELIST_k2e-evm = "k2e"
diff --git a/recipes-bsp/qmss-lld/qmss-lld.inc b/recipes-bsp/qmss-lld/qmss-lld.inc
index 1cf9b0b2..9520cea6 100644
--- a/recipes-bsp/qmss-lld/qmss-lld.inc
+++ b/recipes-bsp/qmss-lld/qmss-lld.inc
@@ -17,8 +17,9 @@ SRC_URI = "${QMSS_LLD_GIT_URI};destsuffix=${QMSS_LLD_GIT_DESTSUFFIX};protocol=${
17SRCREV = "${QMSS_LLD_SRCREV}" 17SRCREV = "${QMSS_LLD_SRCREV}"
18 18
19PV = "02.01.00.11" 19PV = "02.01.00.11"
20INC_PR = "r1" 20INC_PR = "r2"
21 21
22DEVICELIST = "k2h k2k k2l k2e"
22DEVICELIST_k2hk-evm = "k2h k2k" 23DEVICELIST_k2hk-evm = "k2h k2k"
23DEVICELIST_k2l-evm = "k2l" 24DEVICELIST_k2l-evm = "k2l"
24DEVICELIST_k2e-evm = "k2e" 25DEVICELIST_k2e-evm = "k2e"
diff --git a/recipes-bsp/traceframework/traceframework_git.bb b/recipes-bsp/traceframework/traceframework_git.bb
index 7a40291e..d6b5023f 100644
--- a/recipes-bsp/traceframework/traceframework_git.bb
+++ b/recipes-bsp/traceframework/traceframework_git.bb
@@ -15,13 +15,13 @@ SRC_URI = "${TRACEFRAMEWORK_GIT_URI};destsuffix=${TRACEFRAMEWORK_GIT_DESTSUFFIX}
15SRCREV = "${TRACEFRAMEWORK_SRCREV}" 15SRCREV = "${TRACEFRAMEWORK_SRCREV}"
16 16
17PV = "01.01.01.07" 17PV = "01.01.01.07"
18PR = "r2" 18PR = "r3"
19 19
20COMPATIBLE_MACHINE = "(tci6614-evm|keystone)" 20COMPATIBLE_MACHINE = "(tci6614-evm|keystone)"
21PACKAGE_ARCH = "${MACHINE_ARCH}" 21PACKAGE_ARCH = "${MACHINE_ARCH}"
22DEPENDS = "cuia" 22DEPENDS = "cuia"
23 23
24DEVICELIST = "" 24DEVICELIST = "k2k k2h k2e k2l"
25DEVICELIST_append_tci6614-evm = "c6614" 25DEVICELIST_append_tci6614-evm = "c6614"
26DEVICELIST_append_k2hk-evm = "k2k k2h" 26DEVICELIST_append_k2hk-evm = "k2k k2h"
27DEVICELIST_append_k2e-evm = "k2e" 27DEVICELIST_append_k2e-evm = "k2e"