From: Denys Dmytriyenko <[email protected]> The patch has been submitted upstream and needs to be removed when accepted.
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, 38 insertions(+), 2 deletions(-) create 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 new file mode 100644 index 0000000..241d39b --- /dev/null +++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt/0001-testcases-ddt-Makefile-filter-out-testcases-for-k2g.patch @@ -0,0 +1,35 @@ +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 d8f847d..e9bbc21 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 = "r6" +PR = "r7" PV_append = "+git${SRCPV}" PROVIDES += "ltp" @@ -16,11 +16,12 @@ inherit autotools-brokensep module-base kernel-module-split PACKAGE_ARCH = "${MACHINE_ARCH}" -SRCREV = "130db2086844d3e3cd91673bc0b73cd551cda1a7" +SRCREV = "9bfb8a0805cbe7b8f534b61c6ea503c092858d66" 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
