[oe-commits] [openembedded-core] 04/17: qemuarm64: Use arch-armv8a tune instead of arch-armv8

git at git.openembedded.org git at git.openembedded.org
Wed Feb 6 08:29:46 UTC 2019


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

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

commit 6719de403620dded075dc74f2976669d95bffd7a
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Tue Feb 5 07:55:24 2019 -0800

    qemuarm64: Use arch-armv8a tune instead of arch-armv8
    
    arch-armv8 does not have many real-world implementations
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/machine/qemuarm64.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/machine/qemuarm64.conf b/meta/conf/machine/qemuarm64.conf
index 34fcd2a..ee19385 100644
--- a/meta/conf/machine/qemuarm64.conf
+++ b/meta/conf/machine/qemuarm64.conf
@@ -2,7 +2,7 @@
 #@NAME: generic armv8 machine
 #@DESCRIPTION: Machine configuration for running a generic armv8
 
-require conf/machine/include/arm/arch-armv8.inc
+require conf/machine/include/arm/arch-armv8a.inc
 require conf/machine/include/qemu.inc
 
 KERNEL_IMAGETYPE = "Image"

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


More information about the Openembedded-commits mailing list