From: Denys Dmytriyenko <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- ...ernel-syscalls-disable-stime-due-to-glibc.patch | 25 ++++++++++++++++++++++ .../recipes-devtools/ltp-ddt/ltp-ddt_20200217.bb | 1 + 2 files changed, 26 insertions(+) create mode 100644 meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt/0001-testcases-kernel-syscalls-disable-stime-due-to-glibc.patch
diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt/0001-testcases-kernel-syscalls-disable-stime-due-to-glibc.patch b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt/0001-testcases-kernel-syscalls-disable-stime-due-to-glibc.patch new file mode 100644 index 0000000..dbe4f50 --- /dev/null +++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt/0001-testcases-kernel-syscalls-disable-stime-due-to-glibc.patch @@ -0,0 +1,25 @@ +From a7b8b39581a195e5f7d5bd4185d59ad146d54bce Mon Sep 17 00:00:00 2001 +From: Denys Dmytriyenko <[email protected]> +Date: Mon, 6 Apr 2020 18:15:12 -0400 +Subject: [PATCH] testcases/kernel/syscalls: disable stime due to glibc-2.31 + deprecation + +Signed-off-by: Denys Dmytriyenko <[email protected]> +--- + testcases/kernel/syscalls/Makefile | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/testcases/kernel/syscalls/Makefile b/testcases/kernel/syscalls/Makefile +index 45a00cf..d7b1d3b 100644 +--- a/testcases/kernel/syscalls/Makefile ++++ b/testcases/kernel/syscalls/Makefile +@@ -45,4 +45,6 @@ FILTER_OUT_DIRS += \ + setdomainname sethostname symlinkat ulimit ustat vfork vhangup vmsplice + endif + ++FILTER_OUT_DIRS += stime ++ + include $(top_srcdir)/include/mk/generic_trunk_target.mk +-- +2.7.4 + diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200217.bb b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200217.bb index 2c50813..9d36d37 100644 --- a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200217.bb +++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_20200217.bb @@ -47,6 +47,7 @@ SRC_URI = "git://arago-project.org/git/projects/test-automation/ltp-ddt.git;bran file://0002-check-for-RES_USE_INET6-during-configure.patch \ file://0003-Add-knob-to-control-tirpc-support.patch \ file://0001-getcpu01-Rename-getcpu-to-avoid-conflict-with-glibc-.patch \ + file://0001-testcases-kernel-syscalls-disable-stime-due-to-glibc.patch \ " S = "${WORKDIR}/git" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
