[yocto] [meta-zephyr][PATCH 3/4] zephyr-kernel-test.inc: exclude tests not suitable for Nios2

Juro Bystricky juro.bystricky at intel.com
Mon Jan 23 16:00:47 PST 2017


Signed-off-by: Juro Bystricky <juro.bystricky at intel.com>
---
 recipes-kernel/zephyr-kernel/zephyr-kernel-test.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-test.inc b/recipes-kernel/zephyr-kernel/zephyr-kernel-test.inc
index ecc183c..2e92ca2 100644
--- a/recipes-kernel/zephyr-kernel/zephyr-kernel-test.inc
+++ b/recipes-kernel/zephyr-kernel/zephyr-kernel-test.inc
@@ -12,6 +12,9 @@ ZEPHYRTESTS_remove_arm += "test_critical"
 #Remove ARM specific tests
 ZEPHYRTESTS_remove_x86 += "test_context test_arm_irq_vector_table"
 
+#Remove tests not intended for Nios2
+ZEPHYRTESTS_remove_nios2 += "test_context test_arm_irq_vector_table test_mem_safe"
+
 # List of all available tests
 ZEPHYRTESTS = " \
     test_arm_irq_vector_table  \
-- 
2.7.4




More information about the yocto mailing list