From a31a7a6e71b742f32401aec4bf54951352361c2b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Sat, 14 Nov 2015 11:26:30 +0000 Subject: [PATCH] cppi, qmss, traceframework: set sane defaults when platform is not defined Signed-off-by: Denys Dmytriyenko --- recipes-bsp/cppi-lld/cppi-lld.inc | 3 ++- recipes-bsp/qmss-lld/qmss-lld.inc | 3 ++- recipes-bsp/traceframework/traceframework_git.bb | 4 ++-- 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=${ SRCREV = "${CPPI_LLD_SRCREV}" PV = "02.01.00.10" -INC_PR = "r2" +INC_PR = "r3" +DEVICELIST = "k2h k2k k2l k2e" DEVICELIST_k2hk-evm = "k2h k2k" DEVICELIST_k2l-evm = "k2l" DEVICELIST_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=${ SRCREV = "${QMSS_LLD_SRCREV}" PV = "02.01.00.11" -INC_PR = "r1" +INC_PR = "r2" +DEVICELIST = "k2h k2k k2l k2e" DEVICELIST_k2hk-evm = "k2h k2k" DEVICELIST_k2l-evm = "k2l" DEVICELIST_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} SRCREV = "${TRACEFRAMEWORK_SRCREV}" PV = "01.01.01.07" -PR = "r2" +PR = "r3" COMPATIBLE_MACHINE = "(tci6614-evm|keystone)" PACKAGE_ARCH = "${MACHINE_ARCH}" DEPENDS = "cuia" -DEVICELIST = "" +DEVICELIST = "k2k k2h k2e k2l" DEVICELIST_append_tci6614-evm = "c6614" DEVICELIST_append_k2hk-evm = "k2k k2h" DEVICELIST_append_k2e-evm = "k2e"