diff options
| author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2024-09-04 19:54:48 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-09-13 07:13:30 -0600 |
| commit | dd65327ec173eeef99890e68245701d82aee4411 (patch) | |
| tree | 0e0d0f5781a3e01d50049a73078512d89ece4c39 /meta-xilinx-core | |
| parent | f159bc9324c4d00b4b8651d2562c93c101848ea6 (diff) | |
| download | meta-xilinx-dd65327ec173eeef99890e68245701d82aee4411.tar.gz | |
machine-xilinx-qemu.inc: Set weak assignment for QB_XILINX_SERIAL
Zynq-7000 SDT and XSCT runqemu doesn't come up due to conditional
assignment in both machine-xilinx-qemu.inc and zynq-generic.conf file.
With that said the value set in machine-xilinx-qemu.inc will be used
during pre-expansion value. To fix this issue set weak assignment for
QB_XILINX_SERIAL so that variable can be override from machine conf
file or local.conf.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
| -rw-r--r-- | meta-xilinx-core/conf/machine/include/machine-xilinx-qemu.inc | 2 |
1 files changed, 1 insertions, 1 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 bb8203b1..9688b6f7 100644 --- a/meta-xilinx-core/conf/machine/include/machine-xilinx-qemu.inc +++ b/meta-xilinx-core/conf/machine/include/machine-xilinx-qemu.inc | |||
| @@ -21,5 +21,5 @@ IMAGE_CLASSES += "qemuboot-xilinx" | |||
| 21 | # QB_XILINX_SERIAL that will allow us to define serial ports for qemu | 21 | # QB_XILINX_SERIAL that will allow us to define serial ports for qemu |
| 22 | # emulated boards that may not match the standard Linux behavior. | 22 | # emulated boards that may not match the standard Linux behavior. |
| 23 | # | 23 | # |
| 24 | QB_XILINX_SERIAL ?= "" | 24 | QB_XILINX_SERIAL ??= "" |
| 25 | QB_OPT_APPEND += "${QB_XILINX_SERIAL} -nodefaults" | 25 | QB_OPT_APPEND += "${QB_XILINX_SERIAL} -nodefaults" |
