From 881c800736406ed643f10ae2507168d26512fd6f Mon Sep 17 00:00:00 2001 From: Andy Ross Date: Tue, 2 Mar 2021 10:38:56 -0800 Subject: [PATCH] samples/posix/gettimeofday: Filter out INTEL_ADSP This platform has a newlib which is inexplicably missing a _gettimeofday_r symbol. Just filter the test there. Signed-off-by: Andy Ross --- samples/posix/gettimeofday/sample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/posix/gettimeofday/sample.yaml b/samples/posix/gettimeofday/sample.yaml index a38bfa59f2a..8b9445a70a8 100644 --- a/samples/posix/gettimeofday/sample.yaml +++ b/samples/posix/gettimeofday/sample.yaml @@ -2,7 +2,7 @@ sample: description: POSIX API gettimeofday() example (with SNTP) name: gettimeofday common: - filter: TOOLCHAIN_HAS_NEWLIB == 1 + filter: ( TOOLCHAIN_HAS_NEWLIB == 1 and not CONFIG_SOC_FAMILY_INTEL_ADSP ) harness: net min_ram: 32 min_flash: 96