From: Daiane Angolini Date: Tue, 5 Oct 2021 16:35:08 +0000 (-0300) Subject: machine/qemuarm*: Fix UBOOT_MACHINE value X-Git-Tag: yocto-3.4~11 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e212473e698bee64fd710948c59392398d0c9a58;p=openembedded-core.git machine/qemuarm*: Fix UBOOT_MACHINE value Signed-off-by: Daiane Angolini Signed-off-by: Richard Purdie --- 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 KERNEL_IMAGETYPE = "zImage" -UBOOT_MACHINE ?= "qemu:arm_defconfig" +UBOOT_MACHINE ?= "qemu_arm_defconfig" SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0" SERIAL_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 KERNEL_IMAGETYPE = "Image" -UBOOT_MACHINE ?= "qemu:arm64_defconfig" +UBOOT_MACHINE ?= "qemu_arm64_defconfig" SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0" SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"