diff options
| -rw-r--r-- | meta/conf/machine/include/riscv/qemuriscv.inc | 1 | ||||
| -rw-r--r-- | meta/conf/machine/qemuarm.conf | 1 | ||||
| -rw-r--r-- | meta/conf/machine/qemuarm64.conf | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/meta/conf/machine/include/riscv/qemuriscv.inc b/meta/conf/machine/include/riscv/qemuriscv.inc index 8da5b0b0c8..46ae66b9e5 100644 --- a/meta/conf/machine/include/riscv/qemuriscv.inc +++ b/meta/conf/machine/include/riscv/qemuriscv.inc | |||
| @@ -10,7 +10,6 @@ KERNEL_IMAGETYPES += "uImage" | |||
| 10 | KEEPUIMAGE = "no" | 10 | KEEPUIMAGE = "no" |
| 11 | 11 | ||
| 12 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;hvc0" | 12 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;hvc0" |
| 13 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
| 14 | 13 | ||
| 15 | IMAGE_FSTYPES += "ext4 wic.qcow2" | 14 | IMAGE_FSTYPES += "ext4 wic.qcow2" |
| 16 | 15 | ||
diff --git a/meta/conf/machine/qemuarm.conf b/meta/conf/machine/qemuarm.conf index 9f07664bef..943ce7c16a 100644 --- a/meta/conf/machine/qemuarm.conf +++ b/meta/conf/machine/qemuarm.conf | |||
| @@ -10,7 +10,6 @@ KERNEL_IMAGETYPE = "zImage" | |||
| 10 | UBOOT_MACHINE ?= "qemu_arm_defconfig" | 10 | UBOOT_MACHINE ?= "qemu_arm_defconfig" |
| 11 | 11 | ||
| 12 | SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0" | 12 | SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0" |
| 13 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
| 14 | 13 | ||
| 15 | # For runqemu | 14 | # For runqemu |
| 16 | QB_SYSTEM_NAME = "qemu-system-arm" | 15 | QB_SYSTEM_NAME = "qemu-system-arm" |
diff --git a/meta/conf/machine/qemuarm64.conf b/meta/conf/machine/qemuarm64.conf index 51600d40a4..a096d964db 100644 --- a/meta/conf/machine/qemuarm64.conf +++ b/meta/conf/machine/qemuarm64.conf | |||
| @@ -10,7 +10,6 @@ KERNEL_IMAGETYPE = "Image" | |||
| 10 | UBOOT_MACHINE ?= "qemu_arm64_defconfig" | 10 | UBOOT_MACHINE ?= "qemu_arm64_defconfig" |
| 11 | 11 | ||
| 12 | SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0" | 12 | SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0" |
| 13 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
| 14 | 13 | ||
| 15 | # For runqemu | 14 | # For runqemu |
| 16 | QB_SYSTEM_NAME = "qemu-system-aarch64" | 15 | QB_SYSTEM_NAME = "qemu-system-aarch64" |
