seapath / meta-seapath

This is the core of the seapath project. The meta-seapath repo contains the yocto Seapath layer, which contains all the code (yocto recipes) needed to build the seapath images used to install seapath (host, guest, flasher, etc.)
Apache License 2.0
6 stars 10 forks source link

recipes-cukinia-tests: remove SMT test #193

Closed dupremathieu closed 3 months ago

dupremathieu commented 3 months ago

The SMT test was wrong, the ANSSI BP28 requires to disable SMT on some unsecure CPUs and the test was checking that SMT was activated.

This patch removes the test because it is too hardward specific to be a generic test.