samples/posix: Use hwmv2 native targets identifiers
For the 64 bit targets, change identifiers to the new hwmv2 ones. And remove redundant overlays (which were equal for the 32 and 64 bit versions) Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
442a3e2c5c
commit
cb2016c2a0
|
@ -5,7 +5,7 @@ common:
|
|||
tags: posix env
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_posix/native/64
|
||||
integration_platforms:
|
||||
- qemu_riscv32
|
||||
harness: console
|
||||
|
|
|
@ -5,7 +5,7 @@ common:
|
|||
tags: posix
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_posix/native/64
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
- qemu_riscv64
|
||||
|
|
Loading…
Reference in New Issue