diff options
author | Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com> | 2018-07-27 17:42:47 -0700 |
---|---|---|
committer | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2019-01-01 20:03:46 -0800 |
commit | 8d318945dff98fdb64ce7dfe925069db6523ff3a (patch) | |
tree | 6fe5abb025ed4c2ba509ae801145acd91ec9f85d | |
parent | 03b359000e22f10f4187de1bb8393ee2be9731e1 (diff) | |
download | meta-xilinx-8d318945dff98fdb64ce7dfe925069db6523ff3a.tar.gz |
zcu102-zynqmp.conf: Weak assignment to QEMU appends
This patch changes QEMU appends to set them weak by default,
this way the user can change them if desired.
Previously this was forcing the parameters for the serial console,
which made it impossible for qemu to use tcp serial ports to read the
output of the serial console
Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
-rw-r--r-- | meta-xilinx-bsp/conf/machine/zcu102-zynqmp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/conf/machine/zcu102-zynqmp.conf b/meta-xilinx-bsp/conf/machine/zcu102-zynqmp.conf index 3f93e8e0..fba55a3e 100644 --- a/meta-xilinx-bsp/conf/machine/zcu102-zynqmp.conf +++ b/meta-xilinx-bsp/conf/machine/zcu102-zynqmp.conf | |||
@@ -44,7 +44,7 @@ IMAGE_BOOT_FILES += " \ | |||
44 | IMAGE_CLASSES += "qemuboot-xilinx" | 44 | IMAGE_CLASSES += "qemuboot-xilinx" |
45 | QB_MACHINE = "-machine xlnx-zcu102" | 45 | QB_MACHINE = "-machine xlnx-zcu102" |
46 | QB_MEM = "-m 4096" | 46 | QB_MEM = "-m 4096" |
47 | QB_OPT_APPEND = "-nographic -serial mon:stdio -serial null" | 47 | QB_OPT_APPEND ?= "-nographic -serial mon:stdio -serial null" |
48 | QB_NETWORK_DEVICE = "-net nic -net nic -net nic -net nic,netdev=net0,macaddr=@MAC@" | 48 | QB_NETWORK_DEVICE = "-net nic -net nic -net nic -net nic,netdev=net0,macaddr=@MAC@" |
49 | 49 | ||
50 | # Use qemu-xilinx instead of mainline | 50 | # Use qemu-xilinx instead of mainline |