summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2017-02-02 08:10:08 -0500
committerJukka Rissanen <jukka.rissanen@linux.intel.com>2017-02-03 15:59:19 +0200
commitf75462984fdc6cd715c1ad7b2da420e8871e3c4c (patch)
treef3e924aa2e3e04886ea9a407d4b2111508f3a0cf /samples
parent16d8f59c83d05d4e67e7b4372954a96b5ac78fcd (diff)
doc: update networking with Qemu section
Copy the documentation from the Wiki over here, the cross linking between online documentation and Wiki and duplication of information was inconsistent and confusing. Put everything in one place. Change-Id: Ia3aaec1b431477e2ec54dbec2ccaa655870b0ee3 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to 'samples')
-rw-r--r--samples/net/net.rst1
-rw-r--r--samples/net/qemu_setup.rst31
2 files changed, 0 insertions, 32 deletions
diff --git a/samples/net/net.rst b/samples/net/net.rst
index 6c37aab00..21eb954a8 100644
--- a/samples/net/net.rst
+++ b/samples/net/net.rst
@@ -5,5 +5,4 @@ Networking Samples
:maxdepth: 1
:glob:
- qemu_setup.rst
**/*
diff --git a/samples/net/qemu_setup.rst b/samples/net/qemu_setup.rst
deleted file mode 100644
index b0a783b08..000000000
--- a/samples/net/qemu_setup.rst
+++ /dev/null
@@ -1,31 +0,0 @@
-.. _networking_with_qemu:
-
-Networking with Qemu
-####################
-
-Follow the instructions described in `QEMU Network Setup`_ to prepare your
-environment for testing networking using Qemu.
-
-Follow the prerequisites described in
-
-.. code-block:: console
-
- git clone https://gerrit.zephyrproject.org/r/net-tools
- cd net-tools
- make
-
-From a terminal window, type:
-
-.. code-block:: console
-
- ./loop-socat.sh
-
-Open another terminal window, change directory to the one where net-tools
-are
-
-.. code-block:: console
-
- sudo ./loop-slip-tap.sh
-
-
-.. _`QEMU Network Setup`: https://wiki.zephyrproject.org/view/Networking-with-Qemu