mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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 <marex@denx.de> Cc: Alexander Kanavin <alexander.kanavin@linux.intel.com> Cc: Otavio Salvador <otavio@ossystems.com.br> Cc: Richard Purdie <richard.purdie@linuxfoundation.org> Cc: Ross Burton <ross.burton@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9911015b34
commit
48d10a0a91
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user