Commit 97fb8fa8 authored by Andy Ross's avatar Andy Ross Committed by Anas Nashif
Browse files

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: default avatarAndy Ross <andrew.j.ross@intel.com>
parent b53af38f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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:
+1 −0
Original line number Diff line number Diff line
@@ -7,4 +7,5 @@ sample:
  name: websocket_client
tests:
  sample.net.sockets.websocket_client:
    platform_exclude: intel_adsp_cavs15 intel_adsp_cavs25
    harness: net