samples: posix: gettimeofday: Make networking requirements explicit
Standard "Requirements" section copied from other networking samples, making clear the network connection requirements and linking to instructions for QEMU networking. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
parent
76861d008b
commit
215253910e
1 changed files with 8 additions and 0 deletions
|
@ -12,6 +12,14 @@ system startup, the current time is queried using the SNTP networking
|
|||
protocol, enabled by setting the :option:`CONFIG_NET_CONFIG_CLOCK_SNTP_INIT`
|
||||
and :option:`CONFIG_NET_CONFIG_SNTP_INIT_SERVER` options.
|
||||
|
||||
Requirements
|
||||
************
|
||||
|
||||
- :ref:`networking_with_host`
|
||||
- or, a board with hardware networking
|
||||
- NAT/routing should be set up to allow connections to the Internet
|
||||
- DNS server should be available on the host to resolve domain names
|
||||
|
||||
Building and Running
|
||||
********************
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue