[oe-commits] [openembedded-core] 11/41: qemux86*: Add U-Boot machine configuration

git at git.openembedded.org git at git.openembedded.org
Wed Jul 18 09:20:13 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit c9bd7f71b59e1c8e7436d65cd8ad6bfb29051c93
Author: Marek Vasut <marex at denx.de>
AuthorDate: Wed Jul 11 17:03:08 2018 +0200

    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 <marex at denx.de>
    Cc: Alexander Kanavin <alexander.kanavin at linux.intel.com>
    Cc: Otavio Salvador <otavio at ossystems.com.br>
    Cc: Richard Purdie <richard.purdie at linuxfoundation.org>
    Cc: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/conf/machine/qemux86-64.conf | 2 ++
 meta/conf/machine/qemux86.conf    | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf
index 2330c7d..fd1f414 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 811e3ef..efcebb2 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list