From: Denys Dmytriyenko <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- ...ddt-Makefile-filter-out-testcases-for-k2g.patch | 35 ---------------------- .../recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb | 5 ++-- 2 files changed, 2 insertions(+), 38 deletions(-) delete mode 100644 meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt/0001-testcases-ddt-Makefile-filter-out-testcases-for-k2g.patch
diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt/0001-testcases-ddt-Makefile-filter-out-testcases-for-k2g.patch b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt/0001-testcases-ddt-Makefile-filter-out-testcases-for-k2g.patch deleted file mode 100644 index 241d39b..0000000 --- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt/0001-testcases-ddt-Makefile-filter-out-testcases-for-k2g.patch +++ /dev/null @@ -1,35 +0,0 @@ -From d11ed6ff267c24c6adfa7acf5e2cda63f4df5edf Mon Sep 17 00:00:00 2001 -From: Denys Dmytriyenko <[email protected]> -Date: Fri, 13 Nov 2015 19:02:10 -0500 -Subject: [PATCH] testcases/ddt/Makefile: filter out testcases for k2g - -Signed-off-by: Denys Dmytriyenko <[email protected]> ---- - testcases/ddt/Makefile | 11 +++++++++++ - 1 file changed, 11 insertions(+) - -diff --git a/testcases/ddt/Makefile b/testcases/ddt/Makefile -index beed4f2..d3e95e7 100644 ---- a/testcases/ddt/Makefile -+++ b/testcases/ddt/Makefile -@@ -339,6 +339,17 @@ FILTER_OUT_DIRS += ipc_test_suite - FILTER_OUT_DIRS += gpio_test_suite - endif - -+ifeq ($(PLATFORM),k2g-evm) -+FILTER_OUT_DIRS += edma_test_suite -+FILTER_OUT_DIRS += fbdev_display_test_suite -+FILTER_OUT_DIRS += mc_test_suite -+FILTER_OUT_DIRS += v4l2_capture_test_suite -+FILTER_OUT_DIRS += v4l2_display_test_suite -+FILTER_OUT_DIRS += v4l2_display_davinci_test_suite -+FILTER_OUT_DIRS += ipc_test_suite -+FILTER_OUT_DIRS += gpio_test_suite -+endif -+ - ifeq ($(PLATFORM),dragonboard410c) - 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 e9bbc21..2bf9de4 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 = "r7" +PR = "r8" PV_append = "+git${SRCPV}" PROVIDES += "ltp" @@ -16,12 +16,11 @@ inherit autotools-brokensep module-base kernel-module-split PACKAGE_ARCH = "${MACHINE_ARCH}" -SRCREV = "9bfb8a0805cbe7b8f534b61c6ea503c092858d66" +SRCREV = "23dd00e6f29ff5777dd1b851fd41103ebccecacd" 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-Makefile-filter-out-testcases-for-k2g.patch \ " S = "${WORKDIR}/git" -- 2.2.0 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
