[meta-lsi] [PATCH 01/26] axxia-image-sim: Add Network Tools
Daniel Dragomir
daniel.dragomir at windriver.com
Fri Aug 5 08:33:24 PDT 2016
With networking support in 5600 and Lioinfish simulation, we need
the following added to axxia-image-sim in Jethro.
- DHCP client
- tftp client
- ssh server
- optional: ping, netcat (general connectivity testing for developers)
Signed-off-by: Daniel Dragomir <daniel.dragomir at windriver.com>
---
recipes-core/images/axxia-image-sim.bb | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/recipes-core/images/axxia-image-sim.bb b/recipes-core/images/axxia-image-sim.bb
index e4d7160..b5e7c96 100644
--- a/recipes-core/images/axxia-image-sim.bb
+++ b/recipes-core/images/axxia-image-sim.bb
@@ -15,7 +15,11 @@ python-core \
lttng-modules \
lttng-tools \
lttng-ust \
-"
+dhcp-client \
+netkit-tftp-client \
+openssh \
+inetutils \
+netcat"
IMAGE_FEATURES += "dev-pkgs"
--
2.7.4
More information about the meta-lsi
mailing list