Browse Source

core-image-sato-sdk-ptest: Remove valgrind ptests for riscv

valgrind is not yet ported to riscv

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Khem Raj 4 years ago
parent
commit
93ed352467
1 changed files with 2 additions and 0 deletions
  1. 2 0
      meta/conf/distro/include/ptest-packagelists.inc

+ 2 - 0
meta/conf/distro/include/ptest-packagelists.inc

@@ -77,3 +77,5 @@ PTESTS_SLOW = "\
     util-linux-ptest \
     valgrind-ptest \
 "
+
+PTESTS_SLOW_remove_riscv64 = "valgrind-ptest"