zephyr/samples/posix/gettimeofday/sample.yaml
Robert Lubos 63d4037e2f samples: net: Exclude native_posix when socket service lib is used
Socket service library uses eventfd, which does not work with
native_posix platform, hence need to exclude it from samples that now
rely on socket services.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2024-05-29 11:59:51 +02:00

19 lines
402 B
YAML

sample:
description: POSIX API gettimeofday() example (with SNTP)
name: gettimeofday
common:
filter: ( CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC
and not CONFIG_SOC_FAMILY_INTEL_ADSP )
harness: net
min_ram: 32
min_flash: 96
tags:
- posix
- net
platform_exclude:
- native_posix
- native_posix/native/64
tests:
sample.posix.gettimeofday:
harness: net