samples: userspace: set integration_platforms to mps2_an385
Set integration_platforms on these samples to just mps2_an385. This should be sufficient to make sure these tests build and run. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
e65c84e5bd
commit
dd8de28c6d
3 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,8 @@ sample:
|
|||
Zephyr application
|
||||
name: hello world user
|
||||
common:
|
||||
integration_platforms:
|
||||
- mps2_an385
|
||||
tags: introduction
|
||||
harness: console
|
||||
harness_config:
|
||||
|
|
|
@ -2,6 +2,8 @@ sample:
|
|||
description: userspace producer-consumer example
|
||||
name: producer-consumer
|
||||
common:
|
||||
integration_platforms:
|
||||
- mps2_an385
|
||||
tags: userspace
|
||||
harness: console
|
||||
harness_config:
|
||||
|
|
|
@ -3,6 +3,8 @@ sample:
|
|||
example application
|
||||
name: protected memory
|
||||
common:
|
||||
integration_platforms:
|
||||
- mps2_an385
|
||||
tags: userspace
|
||||
harness: console
|
||||
harness_config:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue