From 67a293e35b120f2f8d028f2a089fe5219e9f3bbd Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Mon, 15 Apr 2024 15:54:58 +0200 Subject: [PATCH] samples: net: tftp_client: do not allow native_posix Because CONFIG_POSIX_API (required) cannot be selected on that platform, resulting in build failures. Signed-off-by: Gerard Marull-Paretas --- samples/net/tftp_client/sample.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/net/tftp_client/sample.yaml b/samples/net/tftp_client/sample.yaml index 3ccedecafe99..6e53b0f18817 100644 --- a/samples/net/tftp_client/sample.yaml +++ b/samples/net/tftp_client/sample.yaml @@ -6,7 +6,6 @@ tests: harness: net depends_on: netif platform_allow: - - native_posix - native_sim integration_platforms: - native_sim