summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@foundries.io>2021-10-05 13:35:08 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-07 15:06:35 +0100
commita56aad137ba2b0c3825c9882be4b35ab1f6b3c94 (patch)
treed9cac121d317547b64f0b5b2c2826c8bd0bd8f36 /meta/conf/machine
parenteb77788769c0cd31ef683f7223ba8e414fd2fc98 (diff)
downloadpoky-a56aad137ba2b0c3825c9882be4b35ab1f6b3c94.tar.gz
machine/qemuarm*: Fix UBOOT_MACHINE value
(From OE-Core rev: e212473e698bee64fd710948c59392398d0c9a58) Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/qemuarm.conf2
-rw-r--r--meta/conf/machine/qemuarm64.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/machine/qemuarm.conf b/meta/conf/machine/qemuarm.conf
index d71a793edf..1bd4e3e154 100644
--- a/meta/conf/machine/qemuarm.conf
+++ b/meta/conf/machine/qemuarm.conf
@@ -7,7 +7,7 @@ require conf/machine/include/qemu.inc
7 7
8KERNEL_IMAGETYPE = "zImage" 8KERNEL_IMAGETYPE = "zImage"
9 9
10UBOOT_MACHINE ?= "qemu:arm_defconfig" 10UBOOT_MACHINE ?= "qemu_arm_defconfig"
11 11
12SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0" 12SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0"
13SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" 13SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
diff --git a/meta/conf/machine/qemuarm64.conf b/meta/conf/machine/qemuarm64.conf
index 3b08dedddc..f245152168 100644
--- a/meta/conf/machine/qemuarm64.conf
+++ b/meta/conf/machine/qemuarm64.conf
@@ -7,7 +7,7 @@ require conf/machine/include/qemu.inc
7 7
8KERNEL_IMAGETYPE = "Image" 8KERNEL_IMAGETYPE = "Image"
9 9
10UBOOT_MACHINE ?= "qemu:arm64_defconfig" 10UBOOT_MACHINE ?= "qemu_arm64_defconfig"
11 11
12SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0" 12SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0"
13SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" 13SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"