From 48d10a0a91a3f6fa160da3230172fb1a64329d3c Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Wed, 11 Jul 2018 17:03:08 +0200 Subject: 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. (From OE-Core rev: c9bd7f71b59e1c8e7436d65cd8ad6bfb29051c93) Signed-off-by: Marek Vasut Cc: Alexander Kanavin Cc: Otavio Salvador Cc: Richard Purdie Cc: Ross Burton Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/conf/machine/qemux86.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/conf/machine/qemux86.conf') 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" -- cgit v1.2.3-54-g00ecf