[oe-commits] [openembedded-core] 13/36: qemuarm64: add compatibility with -rt

git at git.openembedded.org git at git.openembedded.org
Tue Sep 4 10:05:07 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 a99ff5415b587fdeb3212ba1c95c5c366a7c362b
Author: Bruce Ashfield <bruce.ashfield at windriver.com>
AuthorDate: Thu Aug 30 09:45:45 2018 -0400

    qemuarm64: add compatibility with -rt
    
    We have an rt BSP definition for preempt-rt and qemuarm, and it boots
    with 4.18, so we add it to the compatible machines:
    
      qemuarm64 login: root
      root at qemuarm64:~# uname -a
      Linux qemuarm64 4.18.3-rt1-yocto-preempt-rt #1 SMP PREEMPT RT Tue Aug 28
      14:10:55 UTC 2018 aarch64 aarch64 aarch64 GNU/Linux
    
    Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb
index 782c5d5..cfcd9fc 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb
@@ -31,7 +31,7 @@ KCONF_BSP_AUDIT_LEVEL = "2"
 
 LINUX_KERNEL_TYPE = "preempt-rt"
 
-COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm|qemuppc|qemumips)"
+COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm|qemuarm64|qemuppc|qemumips)"
 
 KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb"
 

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


More information about the Openembedded-commits mailing list