From 97fb8fa86995649cc6b841890b035ec422a3e03d Mon Sep 17 00:00:00 2001 From: Andy Ross Date: Tue, 31 Aug 2021 15:16:39 -0700 Subject: [PATCH] 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 --- samples/net/sockets/dumb_http_server/sample.yaml | 1 + samples/net/sockets/websocket_client/sample.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/samples/net/sockets/dumb_http_server/sample.yaml b/samples/net/sockets/dumb_http_server/sample.yaml index aa7a2c3c6b0..e8d7dbf547d 100644 --- a/samples/net/sockets/dumb_http_server/sample.yaml +++ b/samples/net/sockets/dumb_http_server/sample.yaml @@ -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: diff --git a/samples/net/sockets/websocket_client/sample.yaml b/samples/net/sockets/websocket_client/sample.yaml index 8512faa082d..6506ec16302 100644 --- a/samples/net/sockets/websocket_client/sample.yaml +++ b/samples/net/sockets/websocket_client/sample.yaml @@ -7,4 +7,5 @@ sample: name: websocket_client tests: sample.net.sockets.websocket_client: + platform_exclude: intel_adsp_cavs15 intel_adsp_cavs25 harness: net