summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2025-02-07 16:30:23 -0700
committerMark Hatle <mark.hatle@amd.com>2025-03-30 14:16:15 -0600
commitc80838e7e300d0f18cae482ac647d86ef2890d47 (patch)
tree90c3e76370d8e2e91e2c80799f3d5cc68a74bb95 /meta-xilinx-core/conf
parent6c9a6f67f2b801990fe0892cc104c5fdf6279c8e (diff)
downloadmeta-xilinx-c80838e7e300d0f18cae482ac647d86ef2890d47.tar.gz
meta-xilinx-core: machine-xilinx-qemu.inc: Clear default QB_SERIAL_OPT
On AMD FPGA SoC machines, we almost always include the serial port options with the core QB_OPT_APPEND value. If a machine requires QB_SERIAL_OPT it can override them. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/conf')
-rw-r--r--meta-xilinx-core/conf/machine/include/machine-xilinx-qemu.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xilinx-core/conf/machine/include/machine-xilinx-qemu.inc b/meta-xilinx-core/conf/machine/include/machine-xilinx-qemu.inc
index ff3faf8d..3f4beda0 100644
--- a/meta-xilinx-core/conf/machine/include/machine-xilinx-qemu.inc
+++ b/meta-xilinx-core/conf/machine/include/machine-xilinx-qemu.inc
@@ -23,6 +23,7 @@ IMAGE_CLASSES += "qemuboot-xilinx"
23# 23#
24QEMU_HW_SERIAL ??= "" 24QEMU_HW_SERIAL ??= ""
25QB_OPT_APPEND += "${QEMU_HW_SERIAL} -nodefaults" 25QB_OPT_APPEND += "${QEMU_HW_SERIAL} -nodefaults"
26QB_SERIAL_OPT = ""
26 27
27# Workaround to trigger runqemu to use -dtb to send the APU DTB 28# Workaround to trigger runqemu to use -dtb to send the APU DTB
28# This is done to ensure that we can easily change APU DTB at runtime via 29# This is done to ensure that we can easily change APU DTB at runtime via