From: Marek Vasut Date: Wed, 11 Jul 2018 15:03:08 +0000 (+0200) Subject: qemux86*: Add U-Boot machine configuration X-Git-Tag: uninative-2.2~73 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c9bd7f71b59e1c8e7436d65cd8ad6bfb29051c93;p=openembedded-core.git qemux86*: Add U-Boot machine configuration Add U-Boot machine configuration for the qemux86 and qemux86-64 to allow building U-Boot on those targets. This in turn allows the auto-updater to update the U-Boot recipe. Signed-off-by: Marek Vasut Cc: Alexander Kanavin Cc: Otavio Salvador Cc: Richard Purdie Cc: Ross Burton Signed-off-by: Ross Burton --- diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf index 2330c7d86e..fd1f4142e9 100644 --- a/meta/conf/machine/qemux86-64.conf +++ b/meta/conf/machine/qemux86-64.conf @@ -12,6 +12,8 @@ DEFAULTTUNE ?= "core2-64" require conf/machine/include/tune-core2.inc require conf/machine/include/qemuboot-x86.inc +UBOOT_MACHINE ?= "qemu-x86_64_defconfig" + KERNEL_IMAGETYPE = "bzImage" SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1" diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index 811e3ef7cf..efcebb2782 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf @@ -11,6 +11,8 @@ require conf/machine/include/qemu.inc require conf/machine/include/tune-i586.inc require conf/machine/include/qemuboot-x86.inc +UBOOT_MACHINE ?= "qemu-x86_defconfig" + KERNEL_IMAGETYPE = "bzImage" SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"