From f33072a7257e69aef69ebeaaf3bcc762254534ab Mon Sep 17 00:00:00 2001 From: Robert Lubos Date: Thu, 15 Dec 2022 12:24:23 +0100 Subject: [PATCH] samples: net: sockets: net_mgmt: Update flash requirement for twister The net_mgmt sample enables a lot of features, resulting in pretty large image sizes for various platforms (~200k). At the same time, the sample.yaml for the sample did not specify minimum flash requirement for the sample, causing flash overflows during build in certain cases. This commit fixes this by setting a reasonable flash requirement for the sample. Signed-off-by: Robert Lubos --- samples/net/sockets/net_mgmt/sample.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/net/sockets/net_mgmt/sample.yaml b/samples/net/sockets/net_mgmt/sample.yaml index 4de06966c55..7fd2ac5ff42 100644 --- a/samples/net/sockets/net_mgmt/sample.yaml +++ b/samples/net/sockets/net_mgmt/sample.yaml @@ -1,6 +1,7 @@ common: harness: net depends_on: netif + min_flash: 210 tags: net socket mgmt sample: description: Test network management socket