diff options
author | Alistair Francis <alistair.francis@wdc.com> | 2019-06-19 16:48:33 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-21 00:33:22 +0100 |
commit | 607feea9462efa35806bb052557b8d4f3e7165e9 (patch) | |
tree | 7eaa7218a94023eb0e892b981477d6fa17faa610 /meta/conf | |
parent | e7810c76013c207020f97406e827f674ab36470f (diff) | |
download | poky-607feea9462efa35806bb052557b8d4f3e7165e9.tar.gz |
qemuriscv64: Fix QB_OPT_APPEND overwrite
Avoid overwriting the QB_OPT_APPEND variable.
(From OE-Core rev: 7143a558a61d2b5e3b0ed46ecc2c413a18361e7e)
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/qemuriscv64.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/qemuriscv64.conf b/meta/conf/machine/qemuriscv64.conf index f1be7b8a71..dba8f09e93 100644 --- a/meta/conf/machine/qemuriscv64.conf +++ b/meta/conf/machine/qemuriscv64.conf | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | require conf/machine/include/riscv/qemuriscv.inc | 5 | require conf/machine/include/riscv/qemuriscv.inc |
6 | 6 | ||
7 | QB_OPT_APPEND = "-show-cursor -monitor null -device loader,file=${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE},addr=0x80200000" | 7 | QB_OPT_APPEND += "-show-cursor -monitor null -device loader,file=${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE},addr=0x80200000" |
8 | 8 | ||
9 | EXTRA_IMAGEDEPENDS += "u-boot" | 9 | EXTRA_IMAGEDEPENDS += "u-boot" |
10 | UBOOT_MACHINE = "qemu-riscv64_defconfig" | 10 | UBOOT_MACHINE = "qemu-riscv64_defconfig" |