samples: net: tftp-client: Configs cleanup

As native_posix is no longer supported, due to incompatibility with
CONFIG_POSIX_API, remove a dedicated config for it.
A config for qemu_cortex_m3 needed to enable RNG, as otherwise it's not
available for the platform and gives build error.
Finally,  enable qemu_cortex_m3 build in the CI.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
Robert Lubos 2024-05-17 10:33:31 +02:00 committed by Fabio Baltieri
commit 1ee4a8b52c
3 changed files with 2 additions and 3 deletions

View file

@ -1,3 +0,0 @@
CONFIG_DNS_RESOLVER=y
CONFIG_DNS_SERVER_IP_ADDRESSES=y
CONFIG_DNS_SERVER1="192.0.2.2"

View file

@ -2,3 +2,4 @@ CONFIG_NET_L2_ETHERNET=y
CONFIG_ETH_DRIVER=y
CONFIG_ETH_STELLARIS=y
CONFIG_NET_QEMU_ETHERNET=y
CONFIG_TEST_RANDOM_GENERATOR=y

View file

@ -7,6 +7,7 @@ tests:
depends_on: netif
platform_allow:
- native_sim
- qemu_cortex_m3
integration_platforms:
- native_sim
tags: