summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Griffin <peter.griffin@linaro.org>2017-01-13 14:28:54 +0000
committerPeter Griffin <peter.griffin@linaro.org>2017-01-13 14:28:54 +0000
commit5e69caf07c77bda6028380620a93c08ff6063dfa (patch)
tree7c6cd601d10732403d174ba7ce436eb171ef524b
parent1727ff5d017a7c3cb94299825dd0592fbe310833 (diff)
Packages/Qemu: Add SSH on port 2222 to qemu target.
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
-rw-r--r--build-common/packages/qemu3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-common/packages/qemu b/build-common/packages/qemu
index 7804095..752317f 100644
--- a/build-common/packages/qemu
+++ b/build-common/packages/qemu
@@ -71,7 +71,8 @@ qemu-system-arm: $(QEMU_DTB)
-append 'root=/dev/nfs nfsroot=$(QEMU_NFSROOT) rw ip=dhcp mem=1024M raid=noautodetect rootwait console=ttyAMA0,38400n8 devtmpfs.mount=0' \
-nographic \
$(QEMU_HALT) \
- -gdb tcp::$(QEMU_GDBSERVER_PORT)
+ -gdb tcp::$(QEMU_GDBSERVER_PORT) \
+ -redir tcp:2222::22
qemu_halted: QEMU_HALT:=-S
qemu_halted: qemu-system-arm