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:
parent
93d0eac834
commit
1ee4a8b52c
3 changed files with 2 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
|||
CONFIG_DNS_RESOLVER=y
|
||||
CONFIG_DNS_SERVER_IP_ADDRESSES=y
|
||||
CONFIG_DNS_SERVER1="192.0.2.2"
|
|
@ -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
|
||||
|
|
|
@ -7,6 +7,7 @@ tests:
|
|||
depends_on: netif
|
||||
platform_allow:
|
||||
- native_sim
|
||||
- qemu_cortex_m3
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue