From: Denys Dmytriyenko <[email protected]>

Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 ...dt-filter-out-test-cases-for-HS-platforms.patch | 44 ++++++++++++++++++++++
 .../recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb      |  3 +-
 2 files changed, 46 insertions(+), 1 deletion(-)
 create mode 100644 
meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt/0001-testcases-ddt-filter-out-test-cases-for-HS-platforms.patch

diff --git 
a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt/0001-testcases-ddt-filter-out-test-cases-for-HS-platforms.patch
 
b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt/0001-testcases-ddt-filter-out-test-cases-for-HS-platforms.patch
new file mode 100644
index 0000000..f459de1
--- /dev/null
+++ 
b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt/0001-testcases-ddt-filter-out-test-cases-for-HS-platforms.patch
@@ -0,0 +1,44 @@
+From 68458ee412f0e8ea465705b157f978d76f4772a4 Mon Sep 17 00:00:00 2001
+From: Denys Dmytriyenko <[email protected]>
+Date: Thu, 25 Feb 2016 13:51:17 -0500
+Subject: [PATCH] testcases/ddt: filter out test cases for HS platforms
+
+Signed-off-by: Denys Dmytriyenko <[email protected]>
+---
+ testcases/ddt/Makefile | 13 +++++++++++++
+ 1 file changed, 13 insertions(+)
+
+diff --git a/testcases/ddt/Makefile b/testcases/ddt/Makefile
+index d3e95e7..a08136e 100644
+--- a/testcases/ddt/Makefile
++++ b/testcases/ddt/Makefile
+@@ -38,6 +38,10 @@ ifeq ($(PLATFORM),dra72x-evm)
+ FILTER_OUT_DIRS                 += mc_test_suite
+ endif
+ 
++ifeq ($(PLATFORM),dra7xx-hs-evm)
++FILTER_OUT_DIRS                 += mc_test_suite
++endif
++
+ ifeq ($(PLATFORM),am57xx-evm)
+ FILTER_OUT_DIRS                 += mc_test_suite
+ endif
+@@ -140,6 +144,15 @@ FILTER_OUT_DIRS                 += edma_test_suite
+ FILTER_OUT_DIRS                 += ipc_test_suite
+ endif
+ 
++ifeq ($(PLATFORM),am437x-hs-evm)
++FILTER_OUT_DIRS                 += v4l2_capture_test_suite
++FILTER_OUT_DIRS                 += v4l2_display_test_suite
++FILTER_OUT_DIRS                 += mc_test_suite
++FILTER_OUT_DIRS                 += v4l2_display_davinci_test_suite
++FILTER_OUT_DIRS                 += edma_test_suite
++FILTER_OUT_DIRS                 += ipc_test_suite
++endif
++
+ ifeq ($(PLATFORM),am437x-sk)
+ FILTER_OUT_DIRS                 += v4l2_capture_test_suite
+ FILTER_OUT_DIRS                 += v4l2_display_test_suite
+-- 
+2.2.0
+
diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb 
b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb
index 1140cdc..1d6c1ba 100644
--- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb
+++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb
@@ -4,7 +4,7 @@ SECTION = "console/utils"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
 
-PR = "r9"
+PR = "r10"
 PV_append = "+git${SRCPV}"
 
 PROVIDES += "ltp"
@@ -21,6 +21,7 @@ BRANCH ?= "master"
 
 SRC_URI = 
"git://arago-project.org/git/projects/test-automation/ltp-ddt.git;branch=${BRANCH}
 \
     file://ltp-Do-not-link-against-libfl.patch \
+    file://0001-testcases-ddt-filter-out-test-cases-for-HS-platforms.patch \
 "
 
 S = "${WORKDIR}/git"
-- 
2.2.0

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to