summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-08-30 09:45:45 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-04 11:03:55 +0100
commitbe6db68a5ebbcaee379b630bd1fd9ef932d54f13 (patch)
tree4f6fd064013bda9170763cbaf14810c7eb4fb43b /meta
parent06b05601c2df2fae9827f5405d728d6d50a11546 (diff)
downloadpoky-be6db68a5ebbcaee379b630bd1fd9ef932d54f13.tar.gz
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@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 (From OE-Core rev: a99ff5415b587fdeb3212ba1c95c5c366a7c362b) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb2
1 files changed, 1 insertions, 1 deletions
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 782c5d5dd5..cfcd9fc22d 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"
31 31
32LINUX_KERNEL_TYPE = "preempt-rt" 32LINUX_KERNEL_TYPE = "preempt-rt"
33 33
34COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm|qemuppc|qemumips)" 34COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm|qemuarm64|qemuppc|qemumips)"
35 35
36KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb" 36KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb"
37 37