boards native_posix: Remove twister support
native_posix is being removed as it has reached its end of life in 4.2, after being deprecated since 4.0. Remove the twister support for native_posix[//64] and therefore all references to them from the testcases and samples yamls, so twister does not error out. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
82941a6a6e
commit
6c38bc8ec4
67 changed files with 2 additions and 233 deletions
|
@ -7,8 +7,6 @@ common:
|
|||
- arch
|
||||
- simulation
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
# consistently overflows flash
|
||||
- qemu_nios2
|
||||
filter: not CONFIG_NATIVE_LIBC
|
||||
|
|
|
@ -2,9 +2,6 @@ common:
|
|||
filter: not CONFIG_NATIVE_LIBC
|
||||
arch_exclude:
|
||||
- nios2
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tags:
|
||||
- posix
|
||||
- filesystem
|
||||
|
|
|
@ -9,7 +9,7 @@ common:
|
|||
integration_platforms:
|
||||
- mps2/an385
|
||||
- qemu_x86
|
||||
# native_posix and native_sim link to if_*() from the host libc which causes the test to crash
|
||||
# Building with the host libC links to if_*() from the host libc which causes the test to crash
|
||||
# immediately.
|
||||
filter: not CONFIG_NATIVE_LIBC
|
||||
tests:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue