From 5bbba9e17cf264c144794a37a6442066151ece94 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 8 Aug 2017 15:57:09 +0800 Subject: [PATCH] ptest: Disable it. In master it fail with slang and we don't use it It fails with master of poky and I created the following ticket to track it https://bugzilla.yoctoproject.org/show_bug.cgi?id=11907. I don't think we have ever used the ptest to run tests on the device so let's just disable it and compile more quickly. --- cfg/common/10_disable_ptest | 1 + 1 file changed, 1 insertion(+) create mode 100644 cfg/common/10_disable_ptest diff --git a/cfg/common/10_disable_ptest b/cfg/common/10_disable_ptest new file mode 100644 index 0000000..2ee7770 --- /dev/null +++ b/cfg/common/10_disable_ptest @@ -0,0 +1 @@ +DISTRO_FEATURES_remove = " ptest "