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 | 5 +-- 2 files changed, 2 insertions(+), 47 deletions(-) delete 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 deleted file mode 100644 index f459de1..0000000 --- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt/0001-testcases-ddt-filter-out-test-cases-for-HS-platforms.patch +++ /dev/null @@ -1,44 +0,0 @@ -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 1d6c1ba..1d01ca1 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 = "r10" +PR = "r11" PV_append = "+git${SRCPV}" PROVIDES += "ltp" @@ -16,12 +16,11 @@ inherit autotools-brokensep module-base kernel-module-split PACKAGE_ARCH = "${MACHINE_ARCH}" -SRCREV = "4a2129a1fefdd065dcaedb415ffa1da46ef9ceb6" +SRCREV = "7e8dfc07a3f4f8b7d6d8fc381be1db7affad67ef" 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
