samples/net/sockets: Exclude intel_adsp boards
These are getting build failures due to some kind of devicetree console definition missing. These devices don't do networking, and strictly don't even have a proper console device (logging is done via a host mechanism). Probably fixable. Not worth the trouble. Filter. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
parent
b53af38f7a
commit
97fb8fa869
2 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ common:
|
|||
min_ram: 32
|
||||
min_flash: 96
|
||||
tags: net socket
|
||||
platform_exclude: intel_adsp_cavs15 intel_adsp_cavs25
|
||||
tests:
|
||||
sample.net.sockets.dumb_http_server:
|
||||
extra_configs:
|
||||
|
|
|
@ -7,4 +7,5 @@ sample:
|
|||
name: websocket_client
|
||||
tests:
|
||||
sample.net.sockets.websocket_client:
|
||||
platform_exclude: intel_adsp_cavs15 intel_adsp_cavs25
|
||||
harness: net
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue